WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] xend crashes, error 111 connection refused

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xend crashes, error 111 connection refused
From: Frederic Stumpf <f.stumpf@xxxxxx>
Date: Sun, 11 Sep 2005 14:13:11 +0200
Delivery-date: Sun, 11 Sep 2005 12:07:16 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Debian Thunderbird 1.0.2 (X11/20050602)
Hi,

I have a problem with xend on Debian Sarge. I am using the 2.6.12-xen0
kernel with xen-unstable. I also installed the TwistedWeb package
TwistedWeb-0.5.0.

# xend start
/usr/lib/python2.3/site-packages/xen/xend/server/SrvDir.py:4:
DeprecationWarning: twisted.protocols.http has moved to
twisted.web.http. See http://twistedmatrix.com/projects/web.
  from twisted.protocols import http

I think this warning is not very important. They only moved one module.

# xm list
(111, 'Connection refused')
Error: Error connecting to xend, is xend running?

# cat /var/log/xend-debug.log
Traceback (most recent call last):
  File "/usr/sbin/xend", line 113, in ?
    sys.exit(main())
  File "/usr/sbin/xend", line 95, in main
    return daemon.start()
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py",
line 525, in start
    self.run()
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py",
line 614, in run
    self.listenVirq()
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py",
line 638, in listenVirq
    virqChan = self.channelF.virqChannel(channel.VIRQ_DOM_EXC)
  File "/usr/lib/python2.3/site-packages/xen/xend/server/channel.py",
line 110, in virqChannel
    chan = VirqChannel(self, virq)
  File "/usr/lib/python2.3/site-packages/xen/xend/server/channel.py",
line 199, in __init__
    self.port = xc.evtchn_bind_virq(virq)
xen.lowlevel.xc.error: (22, 'Invalid argument')

So, i guess here is the problem but I have no idea how to solve it. I
hope somebody can help.

Frederic




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xend crashes, error 111 connection refused, Frederic Stumpf <=