Bug#591456: xen-utils-common: The script hotplugpath.sh is missing in /etc/xen/scripts

2010-08-03 Thread ralfheise
Can confirm this. You may workaroung this by configuring
 
(network-script 'network-route netdev=eth0')
 
in /etc/xen/xend-config.sxp. xend however still fails to start afterwards:
 
r...@n1:~# /etc/init.d/xend start
Starting Xen daemons: xenstored xenconsoled xend failed!
r...@n1:~# xend start ; echo $?
1
 
I'm unsure why this happens, however I suspect a wrong library path for python:
 
r...@n1:~# strace xend start 21 | grep ENOENT | grep python/xen 
stat(/usr/lib/xen-4.0/bin/../lib/python/xen/__init__, 0x7fff06a69560) = -1 
ENOENT (No such file or directory)
open(/usr/lib/xen-4.0/bin/../lib/python/xen/__init__.so, O_RDONLY) = -1 
ENOENT (No such file or directory)
open(/usr/lib/xen-4.0/bin/../lib/python/xen/__init__module.so, O_RDONLY) = -1 
ENOENT (No such file or directory)
stat(/usr/lib/xen-4.0/bin/../lib/python/xen/xend/__init__, 0x7fff06a69560) = 
-1 ENOENT (No such file or directory)
open(/usr/lib/xen-4.0/bin/../lib/python/xen/xend/__init__.so, O_RDONLY) = -1 
ENOENT (No such file or directory)
open(/usr/lib/xen-4.0/bin/../lib/python/xen/xend/__init__module.so, O_RDONLY) 
= -1 ENOENT (No such file or directory)
stat(/usr/lib/xen-4.0/bin/../lib/python/xen/xend/server/__init__, 
0x7fff06a69560) = -1 ENOENT (No such file or directory)
open(/usr/lib/xen-4.0/bin/../lib/python/xen/xend/server/__init__.so, 
O_RDONLY) = -1 ENOENT (No such file or directory)
open(/usr/lib/xen-4.0/bin/../lib/python/xen/xend/server/__init__module.so, 
O_RDONLY) = -1 ENOENT (No such file or directory)
stat(/usr/lib/xen-4.0/bin/../lib/python/xen/xend/server/SrvDaemon, 
0x7fff06a6a5a0) = -1 ENOENT (No such file or directory)
open(/usr/lib/xen-4.0/bin/../lib/python/xen/xend/server/SrvDaemon.so, 
O_RDONLY) = -1 ENOENT (No such file or directory)
open(/usr/lib/xen-4.0/bin/../lib/python/xen/xend/server/SrvDaemonmodule.so, 
O_RDONLY) = -1 ENOENT (No such file or directory)

 


freenetMail mobil – Alle E-Mails auf Ihrem Handy versenden und empfangen.
Jetzt kinderleicht und kostenlos einrichten. Hier informieren!

Bug#591456: xen-utils-common: The script hotplugpath.sh is missing in /etc/xen/scripts

2010-08-03 Thread ralfheise
Yes, you might also need to comment out the appropriate line in 
/etc/xen/scripts/network-route.
 
#. $dir/hotplugpath.sh
 
It's not required to start xend in a routed network environment. However I 
don't know if there are side effects by commenting this out afterwards. In Xen 
3 this script is not present though.
 
This doesn't affect the bug report as reported by you itself and is still 
valid. My problem from above was because of an ambiguous line for xen 
relocation, no error was reported through xend though.


freenetMail - Der zuverlässige E-Mail-Dienst von freenet.de
Jetzt kostenlose E-Mail-Adresse mit 1 GB Speicher und Profi-Spamschutz sichern!
Sofort anmelden!