Hi
testing FC9 2.6.25-2-fc8-xen-i686 kernel gives a warning/error with kudzu -
see below.
So IMO the FC8 xen-kernel 2.6.21-fits better to efw22 than 2.6.24/2.6.25
kernels.
regards neobiker
I tested the following kernels:
----
2.6.18-53.1.4.endian7xen (endian)
2.6.21.7-2.neobiker.efw22xen
2.6.24-1-xen-686 (debian)
2.6.24-16-xen (Ubuntu)
2.6.25-2.fc8.i686.xen (FC9)
-----
---dmesg--FC9 XEN Kernel-------
...
XENBUS: Device with no driver: device/vbd/51715
XENBUS: Device with no driver: device/vbd/51714
XENBUS: Device with no driver: device/vbd/51716
XENBUS: Device with no driver: device/vif/0
XENBUS: Device with no driver: device/vif/1
XENBUS: Device with no driver: device/vif/2
XENBUS: Device with no driver: device/console/0
...
Detecting Hardware
warning: process `kudzu' used the deprecated sysctl system call with 1.23.
kudzu[620] general protection ip:8055b07 sp:bff42f80 error:0 in
kudzu[8048000+1e000]
...
--------
---- rc.local file for testing different XEN kernels -----------
[EMAIL PROTECTED]:~ # cat /etc/init.d/rc.local
#!/bin/sh
[ `uname -r | grep -q xen` ] && exit 0
ethtool -K eth0 tx off
ethtool -K eth1 tx off
ethtool -K eth2 tx off
kversion=`uname -r | cut -d. -f-3 | cut -d'-' -f1`
kversion_major=`uname -r | cut -d. -f-2`
kversion_minor=`uname -r | cut -d. -f3 | cut -d'-' -f1`
initfile=/tmp/inittab.tmp
cat /etc/inittab | grep -v 'co:' | grep -v 'hvc0:' >$initfile
case $kversion in
2.6.18|2.6.21)
echo "#hvc0:2345:respawn: /sbin/mingetty hvc0" >> $initfile
echo "co:2345:respawn: /sbin/mingetty xvc0" >> $initfile
cp $initfile /etc/inittab
kill -HUP 1
;;
2.6.24|2.6.25)
echo "hvc0:2345:respawn: /sbin/mingetty hvc0" >> $initfile
echo "#co:2345:respawn: /sbin/mingetty xvc0" >> $initfile
cp $initfile /etc/inittab
kill -HUP 1
;;
esac
rm $initfile
exit 0
---------------------------
--
View this message in context:
http://www.nabble.com/EFW22rc1-%2B-XEN-tp17305686p17305686.html
Sent from the efw-user mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user