[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] LSI SAS2008 Option Rom Failure
On Thu, 2012-08-02 at 18:12 +0100, David Erickson wrote: > ubuntu@ubuntu:~$ sudo modprobe xen-netfront > ubuntu@ubuntu:~$ [ 238.408574] vbd vbd-5632: 19 xenbus_dev_probe on > device/vbd/5632 > [ 238.433304] vbd vbd-5632: failed to write error node for > device/vbd/5632 (19 xenbus_dev_probe on device/vbd/5632) > > ubuntu@ubuntu:~$ sudo lsmod > Module Size Used by > xen_blkfront 26261 0 > xen_netfront 26671 0 > xenbus_probe_frontend 13232 2 xen_blkfront,xen_netfront,[permanent] [...] > ubuntu@ubuntu:~$ ifconfig -a > eth0 Link encap:Ethernet HWaddr 00:16:3e:68:15:49 [...] > So it looks like it loaded Great. > (with some errors, are those problems?), Strangely those were vbd (aka disk) errors. > but still not sure why it didn't auto load on boot. xenbus_probe_frontend is a module. It should either be built in or Ubuntu's tools (primarily the one which builds initrds, but perhaps also something in the live-cd suite) need to learn to load it manually at the appropriate times. It's a tiny module so we would generally recommend building it in. You should file this as a bug against Ubuntu, I think. I'd have sworn this had been reported to them before but perhaps it has regressed. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |