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 startup problem (xen 2.0.5)

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xend startup problem (xen 2.0.5)
From: Michael Lang <michi+xen@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 15 Apr 2005 11:09:44 +0200
Delivery-date: Fri, 15 Apr 2005 09:10:02 +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
Hi all,

if´ve started looking at xen, and got some 'newbie' problems on Fedora
Core3. I´ve already searched google and the ListArchives but didnt find
any clue for solving the following startup Error of xend.

-After booting xen Kernel (2.6.10-xen0), i tryed to start 'xend' with
 command `$ xend start` 
         `$ echo $? prints 0` 
 
 the /var/log/xend.log shows 
  `[2005-04-15 10:53:27 xend] INFO (SrvDaemon:612) Xend Daemon started`
 but /var/log/xend-debug.log shows
  Traceback (most recent call last):
  File "/usr/sbin/xend", line 121, in ?
    sys.exit(main())
  File "/usr/sbin/xend", line 107, in main
    return daemon.start()
  File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 527, in
start
    self.run()
  File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 616, in run
    self.listenVirq()
  File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 641, in
listenVirq
    virqChan = self.channelF.virqChannel(channel.VIRQ_DOM_EXC)
  File "/usr/lib/python/xen/xend/server/channel.py", line 110, in
virqChannel
    chan = VirqChannel(self, virq)
  File "/usr/lib/python/xen/xend/server/channel.py", line 201, in
__init__
    self.port = factory.notifier.bind_virq(virq)
  AttributeError: bind_virq

so there seems to bee one bug == exit code, 
and doest anyone knows how to solve this Problem ?
my /etc/xen/xend-config.sxp is unchanged as from 2.0.5 source
and contains following values
 `$egrep -ve '^#' /etc/xen/xend-config.sxp` 
(xend-port         8000)
(xend-event-port   8001)
(xend-address      'localhost')
(console-port-base 9600)
(console-address   'localhost')
(network-script    network)
(vif-bridge        xen-br0)
(vif-script        vif-bridge)
(vif-antispoof     no)
(block-file block-file)
(block-enbd block-enbd)

thanks for any hints
Kind regards
Michael Lang

-- 
Michael Lang <Michael.Lang@xxxxxxxxxxx>
-- 
Michael Lang <michi+xen@xxxxxxxxxxxxxxxxxxxx>


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

<Prev in Thread] Current Thread [Next in Thread>