Gregory Fardel
2010-Aug-03 08:59 UTC
[Pkg-xen-devel] Bug#591456: xen-utils-common: The script hotplugpath.sh is missing in /etc/xen/scripts
Package: xen-utils-common Version: 4.0.0-1 Severity: important When Xen is configured in routed mode, restarting xend fails because the script hotplugpath.sh is missing. Please see below for more information. *** root at eliott:~# /etc/init.d/xend restart Restarting Xen daemons: xend/etc/xen/scripts/network-route: line 20: /etc/xen/scripts/hotplugpath.sh: No such file or directory /etc/xen/scripts/network-route: line 28: /proc/sys/net/ipv4/conf/eth/proxy_arp: No such file or directory /etc/xen/scripts/network-route: line 20: /etc/xen/scripts/hotplugpath.sh: No such file or directory /etc/xen/scripts/network-route: line 28: /proc/sys/net/ipv4/conf/eth/proxy_arp: No such file or directory xend/etc/xen/scripts/network-route: line 20: /etc/xen/scripts/hotplugpath.sh: No such file or directory /etc/xen/scripts/network-route: line 28: /proc/sys/net/ipv4/conf/eth/proxy_arp: No such file or directory /etc/xen/scripts/network-route: line 20: /etc/xen/scripts/hotplugpath.sh: No such file or directory /etc/xen/scripts/network-route: line 28: /proc/sys/net/ipv4/conf/eth/proxy_arp: No such file or directory /etc/xen/scripts/network-route: line 20: /etc/xen/scripts/hotplugpath.sh: No such file or directory /etc/xen/scripts/network-route: line 28: /proc/sys/net/ipv4/conf/eth/proxy_arp: No such file or directory . root at eliott:~# -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages xen-utils-common depends on: ii gawk 1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr ii lsb-base 3.2-23.1 Linux Standard Base 3.2 init scrip ii udev 160-1 /dev/ and hotplug management daemo ii xenstore-utils 4.0.1~rc3-1 Xenstore utilities for Xen xen-utils-common recommends no packages. xen-utils-common suggests no packages. -- Configuration Files: /etc/xen/xend-config.sxp changed: (network-script network-route) (vif-script vif-route) (dom0-min-mem 196) (enable-dom0-ballooning yes) (total_available_memory 0) (dom0-cpus 0) (vncpasswd '') -- no debconf information
ralfheise at freenet.de
2010-Aug-03 10:41 UTC
[Pkg-xen-devel] Bug#591456: xen-utils-common: The script hotplugpath.sh is missing in /etc/xen/scripts
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: ? root at n1:~# /etc/init.d/xend start Starting Xen daemons: xenstored xenconsoled xend failed! root at n1:~# xend start ; echo $? 1 ? I'm unsure why this happens, however I suspect a wrong library path for python: ? root at n1:~# strace xend start 2>&1 | 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! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20100803/42079507/attachment.htm>
ralfheise at freenet.de
2010-Aug-03 14:47 UTC
[Pkg-xen-devel] Bug#591456: xen-utils-common: The script hotplugpath.sh is missing in /etc/xen/scripts
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! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20100803/a57f6ee2/attachment.htm>
Valentin Vidic
2010-Aug-25 08:44 UTC
[Pkg-xen-devel] Bug#591456: xen-utils-common: The script hotplugpath.sh is missing in /etc/xen/scripts
hotplugpath.sh file is autogenerated in xen-common 4.0.0, hence the attached patch for debian/rules. -- Valentin -------------- next part -------------- A non-text attachment was scrubbed... Name: rules.diff Type: text/x-diff Size: 576 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20100825/e119b732/attachment.diff>
Debian Bug Tracking System
2011-Mar-23 23:12 UTC
[Pkg-xen-devel] Bug#591456: marked as done (xen-utils-common: The script hotplugpath.sh is missing in /etc/xen/scripts)
Your message dated Wed, 23 Mar 2011 23:08:09 +0000 with message-id <E1Q2X9t-0007fw-Vk at franck.debian.org> and subject line Bug#591456: fixed in xen-common 4.1.0~rc6-1 has caused the Debian Bug report #591456, regarding xen-utils-common: The script hotplugpath.sh is missing in /etc/xen/scripts to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 591456: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591456 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Gregory Fardel <gregory at fardel.net> Subject: xen-utils-common: The script hotplugpath.sh is missing in /etc/xen/scripts Date: Tue, 03 Aug 2010 10:59:45 +0200 Size: 3937 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20110323/7049bbf6/attachment.eml> -------------- next part -------------- An embedded message was scrubbed... From: Bastian Blank <waldi at debian.org> Subject: Bug#591456: fixed in xen-common 4.1.0~rc6-1 Date: Wed, 23 Mar 2011 23:08:09 +0000 Size: 4944 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20110323/7049bbf6/attachment-0001.eml>
Maybe Matching Threads
- Bug#591456:
- Bug#591456: xen-utils-common: The script hotplugpath.sh is missing in /etc/xen/scripts
- Bug#706283: xen-utils-common: Broken paths in /etc/xen/scripts/hotplugpath.sh
- Bug 591456 - script hotplugpath.sh is missing
- Bug#591456: Further effects of missing hotplugpath.sh [Re: squeeze: xen 4.0.1-2 + drbd8-utils: block-drbd script does no longer work?!]