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] xen 3.0.2 Traceback: Reading config file /etc/xen/xend-confi

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xen 3.0.2 Traceback: Reading config file /etc/xen/xend-config.sxp
From: Simon <greminn@xxxxxxxxx>
Date: Fri, 7 Apr 2006 13:31:06 +1200
Delivery-date: Thu, 06 Apr 2006 18:31:37 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MOpXaju+Yh6gdyicGXxUldNE6KR4VOljMR6/gmHCjK0XRBpw19G/ZQtd5ifJ70t41DNEaRK1XRxDqU7WqkxxHGUuxCR1SFf4v8ZAVnL+z25xDhN7o1CrC3vV55ig5rwOW5d+TIUnKk5QtnJJB6Eu0oqlzmoOpYwcpOtmFFz0VEs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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 There,

Running xen-3.0-x86_32 dom0 on debian sarge with 2 debian sarge domUs
on our test server (IBM xSeries 206). Just while we have been starting
and stopping a couple of test domUs, i was 'watch'ing the output of
'xm list'.. on a Ctl-X to stop this i got the following. Is there a
place i should post this at all?

devxen0:~# watch -n 1 xm list
xend [ERROR] Reading config file /etc/xen/xend-config.sxp:
devxen0:~# Traceback (most recent call last):
  File "/usr/sbin/xm", line 8, in ?
    from xen.xm import main
  File "/usr/lib/python2.3/site-packages/xen/xm/main.py", line 34, in ?
    import xen.xend.XendProtocol
  File "/usr/lib/python2.3/site-packages/xen/xend/XendProtocol.py",
line 37, in                                                           
                                         ?
    xroot = XendRoot.instance()
  File "/usr/lib/python2.3/site-packages/xen/xend/XendRoot.py", line
266, in ins                                                           
                                        tance
    inst = XendRoot()
  File "/usr/lib/python2.3/site-packages/xen/xend/XendRoot.py", line
95, in __in                                                           
                                        it__
    self.configure()
  File "/usr/lib/python2.3/site-packages/xen/xend/XendRoot.py", line
106, in con                                                           
                                        figure
    self.set_config()
  File "/usr/lib/python2.3/site-packages/xen/xend/XendRoot.py", line
125, in set                                                           
                                        _config
    config = sxp.parse(fin)
  File "/usr/lib/python2.3/site-packages/xen/xend/sxp.py", line 736, in parse
    pin.input(buf)
  File "/usr/lib/python2.3/site-packages/xen/xend/sxp.py", line 174, in input
    self.input_char(c)
  File "/usr/lib/python2.3/site-packages/xen/xend/sxp.py", line 187,
in input_ch                                                           
                                        ar
    self.state.fn(c)
  File "/usr/lib/python2.3/site-packages/xen/xend/sxp.py", line 239,
in state_co                                                           
                                        mment
    self.state.buf += c
KeyboardInterrupt

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xen 3.0.2 Traceback: Reading config file /etc/xen/xend-config.sxp, Simon <=