On Fri, Jun 4, 2010 at 10:17 AM, Jim Fehlig <[email protected]> wrote: > So you are using the kernel that includes the change, but a xen that > doesn't (as mentioned yesterday).
yes. simply responding to Jan's question. > The current "HEAD" xen is not > building for 11.2 and the repo contains the last good HEAD build of xen > on Apr 3, which does not have the change to load evtchn driver. clear. & understand that it's being followed up ... > You can add the following to xend init script or build the HEAD xen for > 11.2 by disabling building of KMPs. > > # but for now it's safest to have them loaded when xend starts > in dom0. > + modprobe evtchn 2>/dev/null || true > modprobe blktap 2>/dev/null || true either that in a /etc/init.d/xen.startup script, OR adding evtchn to /etc/sysconfig/kernel seems to do the trick here ... thanks. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
