On Sun, May 25, 2008 at 04:43:51PM +0200, Christoph Egger wrote:
XenbusStateInitialising
and 5.
XenbusStateClosing
The scripts handle 2 and 6.
That makes the user look like the scripts not working.
The problem here is that the device doesn't switch to state
XenbusStateInitWait. Thsi could mean that xbdback_xenbus_create() is
never called, or that an error occurs. In the second case there
should be an error on dom0 console and dmesg.
xbdbackattach() is called.
xbdback_xenbus_create() is never called.
It's supposed to be called from xenbus. I don't know why it's not called
in your case; is it with xen 3.1.4 or 3.2.1 ?