Displaying 2 results from an estimated 2 matches for "await_daemons_up".
2007 Oct 29
5
problem in starting xend
...printed out, then it
stops. I looked more closely and found that xend could not start.
then I looked at /var/log/xend-debug.log. here is the last few lines:
^^^
Exception starting Xend: no element found: line 1 coloumn 0
^^^
and i guess the problem is because of /etc/init.d/xend scripts in await_daemons_up function or it may be failed because of other reasons. anybody experienced this
problem, or know how to fix this?
thanks gautham
DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------
The contents of this e-mail and a...
2006 Jul 12
2
Bug#377996: Error: Device 2049 (vbd) could not be connected. Backend
...cycles, start / stopping nodes.
I found this fix on the net, which fixes the problem:
http://lists.xensource.com/archives/html/xen-users/2006-04/msg01070.html
in /etc/init.d/xen:
start)
+ modprobe loop max_loop=64
+ cd /dev && /dev/MAKEDEV loop
xend start
await_daemons_up
;;
This fixes the problem for me, and I request that it (or a variant)
be added to the Debian scripts.
Regards
Alastair McKinstry
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bi...