FRLinux
2006-Dec-02 04:07 UTC
[Pkg-xen-devel] Bug#401249: xen-utils-common: xenbr0 not being created
Package: xen-utils-common Version: 3.0.3-0-2 Severity: important I have installed all the packages I can think of to get Xen going and it still fails with the following : /var/log/xen/xend-debug.log: Exception starting xend: (111, 'Connection refused') er.py", line 463, in process_request_thread self.finish_request(request, client_address) File "SocketServer.py", line 254, in finish_request self.RequestHandlerClass(request, client_address, self) File "SocketServer.py", line 521, in __init__ self.handle() File "BaseHTTPServer.py", line 316, in handle self.handle_one_request() File "BaseHTTPServer.py", line 310, in handle_one_request method() File "/usr/lib/xen-3.0.3-1/lib/python/xen/util/xmlrpclib2.py", line 66, in do_POST self.send_response(200) File "BaseHTTPServer.py", line 367, in send_response self.wfile.write("%s %d %s\r\n" % File "socket.py", line 248, in write self.flush() File "socket.py", line 235, in flush self._sock.sendall(buffer) error: (32, 'Broken pipe') /var/log/xen/xend.log: [2006-12-02 02:26:50 xend 2941] INFO (__init__:1072) Xend Daemon started [2006-12-02 02:26:50 xend 2941] INFO (__init__:1072) Xend changeset: Thu Sep 21 17:56:14 2006 +0100 . [2006-12-02 02:26:50 xend 2941] ERROR (__init__:1072) Exception starting xend ((111, 'Connection refused')) Traceback (most recent call last): File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/server/SrvDaemon.py", line 291, in run servers = SrvServer.create() File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/server/SrvServer.py", line 108, in create root.putChild('xend', SrvRoot()) File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/server/SrvRoot.py", line 40, in __init__ self.get(name) File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/web/SrvDir.py", line 82, in get val = val.getobj() File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/web/SrvDir.py", line 52, in getobj self.obj = klassobj() File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/server/SrvDomainDir.py", line 39, in __init__ self.xd = XendDomain.instance() File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/XendDomain.py", line 646, in instance inst.init() File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/XendDomain.py", line 71, in init xstransact.Mkdir(VMROOT) File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py", line 345, in Mkdir complete(path, lambda t: t.mkdir(*args)) File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py", line 351, in complete t = xstransact(path) File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py", line 20, in __init__ self.transaction = xshandle().transaction_start() File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xsutil.py", line 18, in xshandle xs_handle = xen.lowlevel.xs.xs() Error: (111, 'Connection refused') [2006-12-02 02:26:50 xend 2940] INFO (__init__:1072) Xend exited with status 1. I have another Debian sid which I installed last week and does not show that behavior. Just in case i am adding here all the xen packages i have installed : ii libc6-xen 2.3.6.ds1-8 GNU C Library: Shared libraries [Xen version ii linux-image-2.6.18-2-xen-686 2.6.18-5 Linux 2.6.18 image on PPro/Celeron/PII/PIII/ ii linux-modules-2.6.18-2-xen-686 2.6.18-5 Linux 2.6.18 modules on PPro/Celeron/PII/PII ii xen-hypervisor-3.0-unstable-1-i386 3.0-unstable+hg11561-1 The Xen Hypervisor on i386-class rc xen-hypervisor-3.0.3-1-i386 3.0.3-0-2 The Xen Hypervisor on i386 ii xen-ioemu-3.0-unstable 3.0-unstable+hg11561-1 XEN administrative tools ii xen-ioemu-3.0.3-1 3.0.3-0-2 XEN administrative tools ii xen-tools 2.8-2 Tools to manage debian XEN virtual servers ii xen-utils-3.0-unstable-1 3.0-unstable+hg11561-1 XEN administrative tools ii xen-utils-3.0.3-1 3.0.3-0-2 XEN administrative tools ii xen-utils-common 3.0.3-0-2 XEN administrative tools - common files -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-2-xen-686 Locale: LANG=en_IE@euro, LC_CTYPE=en_IE@euro (charmap=ISO-8859-15) Versions of packages xen-utils-common depends on: ii lsb-base 3.1-22 Linux Standard Base 3.1 init scrip ii udev 0.103-1 /dev/ and hotplug management daemo xen-utils-common recommends no packages. -- no debconf information -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Bastian Blank
2006-Dec-02 09:28 UTC
Bug#401249: [Pkg-xen-devel] Bug#401249: xen-utils-common: xenbr0 not being created
retitle 401249 xen-utils-? - fails to start xenstored tags 401249 moreinfo thanks On Sat, Dec 02, 2006 at 02:59:56AM +0000, FRLinux wrote:> I have installed all the packages I can think of to get Xen going > and it still fails with the following :This have nothing to do with the mentioned xenbr0 in the subject.> /var/log/xen/xend.log: > > [2006-12-02 02:26:50 xend 2941] INFO (__init__:1072) Xend Daemon started > [2006-12-02 02:26:50 xend 2941] INFO (__init__:1072) Xend changeset: Thu Sep 21 17:56:14 2006 +0100 . > [2006-12-02 02:26:50 xend 2941] ERROR (__init__:1072) Exception starting xend ((111, 'Connection refused')) > Traceback (most recent call last): > File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/server/SrvDaemon.py", line 291, in run > servers = SrvServer.create() > File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/server/SrvServer.py", line 108, in create > root.putChild('xend', SrvRoot()) > File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/server/SrvRoot.py", line 40, in __init__ > self.get(name) > File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/web/SrvDir.py", line 82, in get > val = val.getobj() > File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/web/SrvDir.py", line 52, in getobj > self.obj = klassobj() > File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/server/SrvDomainDir.py", line 39, in __init__ > self.xd = XendDomain.instance() > File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/XendDomain.py", line 646, in instance > inst.init() > File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/XendDomain.py", line 71, in init > xstransact.Mkdir(VMROOT) > File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py", line 345, in Mkdir > complete(path, lambda t: t.mkdir(*args)) > File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py", line 351, in complete > t = xstransact(path) > File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py", line 20, in __init__ > self.transaction = xshandle().transaction_start() > File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xsutil.py", line 18, in xshandle > xs_handle = xen.lowlevel.xs.xs() > Error: (111, 'Connection refused') > [2006-12-02 02:26:50 xend 2940] INFO (__init__:1072) Xend exited with status 1.So it fails to connect to the xenstored. Please start it by hand and show why it dies.> I have another Debian sid which I installed last week and does not show that behavior. > Just in case i am adding here all the xen packages i have installed : > > ii libc6-xen 2.3.6.ds1-8 GNU C Library: Shared libraries [Xen version > ii linux-image-2.6.18-2-xen-686 2.6.18-5 Linux 2.6.18 image on PPro/Celeron/PII/PIII/ > ii linux-modules-2.6.18-2-xen-686 2.6.18-5 Linux 2.6.18 modules on PPro/Celeron/PII/PII > ii xen-hypervisor-3.0-unstable-1-i386 3.0-unstable+hg11561-1 The Xen Hypervisor on i386-class > rc xen-hypervisor-3.0.3-1-i386 3.0.3-0-2 The Xen Hypervisor on i386You have no 3.0.3 hypervisor installed, this is the only version supported by the kernel versions 2.6.18-5 and above. It is likely to simply break with other versions.> ii xen-ioemu-3.0-unstable 3.0-unstable+hg11561-1 XEN administrative tools > ii xen-ioemu-3.0.3-1 3.0.3-0-2 XEN administrative tools > ii xen-tools 2.8-2 Tools to manage debian XEN virtual servers > ii xen-utils-3.0-unstable-1 3.0-unstable+hg11561-1 XEN administrative tools > ii xen-utils-3.0.3-1 3.0.3-0-2 XEN administrative tools > ii xen-utils-common 3.0.3-0-2 XEN administrative tools - common filesI think, you want to install xen-linux-system-*. Bastian -- Extreme feminine beauty is always disturbing. -- Spock, "The Cloud Minders", stardate 5818.4
Debian Bug Tracking System
2006-Dec-02 09:31 UTC
Processed: Re: [Pkg-xen-devel] Bug#401249: xen-utils-common: xenbr0 not being created
Processing commands for control@bugs.debian.org:> retitle 401249 xen-utils-? - fails to start xenstoredBug#401249: xen-utils-common: xenbr0 not being created Changed Bug title.> tags 401249 moreinfoBug#401249: xen-utils-? - fails to start xenstored There were no tags set. Tags added: moreinfo> thanksStopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Debian Bug Tracking System
2009-Nov-22 15:15 UTC
[Pkg-xen-devel] Bug#401249: marked as done (xen-utils-? - fails to start xenstored)
Your message dated Sun, 22 Nov 2009 16:03:17 +0100 with message-id <20091122150317.GB13801 at wavehammer.waldi.eu.org> and subject line presumed fixed has caused the Debian Bug report #401249, regarding xen-utils-? - fails to start xenstored 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.) -- 401249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=401249 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: FRLinux <frlinux at frlinux.net> Subject: xen-utils-common: xenbr0 not being created Date: Sat, 02 Dec 2006 02:59:56 +0000 Size: 6569 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20091122/19afb813/attachment.eml> -------------- next part -------------- An embedded message was scrubbed... From: Bastian Blank <waldi at debian.org> Subject: presumed fixed Date: Sun, 22 Nov 2009 16:03:17 +0100 Size: 1586 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20091122/19afb813/attachment-0001.eml>