>>> 0bo0 <[email protected]> 06/03/10 7:23 AM >>> >p.s. Unrelated, but worth mentioning -- at some point in the last few >weeks' (maybe longer) of system/kernel/xen upgrades, service "xend" >stopped launching on boot. a bit of digging about led me to an >apparently NEW requirement, the need for: > >lsmod | grep evt >evtchn 38288 4 > >for whatever reason, not getting auto-added to initrd @ kernel upgrades/ > >adding that module to /etc/sysconfig/kernel cures the problem.
This certainly isn't with the 11.2 kernel, is it? On the HEAD (Factory) one we did such a change, but there still is no need to load the driver through /etc/sysconfig/kernel (as that would result in also attempting to load the [non-existing] driver on native boots). Instead, the proper place is in xend's startup script, as was also done by us in preparation to that kernel side change. Jan -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
