Bug#565438: temproary fix
hi
Ive installed
Debian GNU/Linux, kernel 2.6.32-trunk-686
and while running it (with udev 150) i've made:
apt-get get dist-upgrade
apt-get source linux-image-2.6.26-2-xen-686
cd linux-2.6-2.6.26
vim debian/config/config
changed to
# CONFIG_SYSFS_DEPRECATED_V2 is not set
# CONFIG_USB_DEVICE_CLASS is not set
vim debian/bin/abicheck.py
added:
return 0
after:
def __call__(self, out):
ret = 0
./debian/rules debian/build debian/stamps
make -f debian/rules.gen binary-arch_i386_xen_686
cd ..
(saved /boot/initrd* in /boot/saved just in case)
dpkg --purge linux-image-2.6.26-2-xen-686
dpkg -i linux-image-2.6.26-2-xen-686_2.6.26-21_i386.deb
rebooted (few times between different kernels, as kernel hunged after
acpi, so tried acpi=off in, and after some reboot, suddenly)
and i've got xen 3.4 with dom0 2.6.26 with Xrunning
then had to modify /etc/xen/client/cfg to
point to old initramfs in /boot/save/initrd.img-2.6.26-2-xen-686
and got domU running with 2.6.26
old domu with 2.6.18 starded with no problems
now, I'm little afraid to reboot ;)
hope it helps
ps.
it would be great if kernel maintainer made official
linux-image-2.6.26-2-xen-686 for udev0.150
Reply to: