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] xsconsole won't run due to Python error

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xsconsole won't run due to Python error
From: Kelly Jones <kelly.terry.jones@xxxxxxxxx>
Date: Wed, 26 May 2010 13:21:03 -0600
Delivery-date: Wed, 26 May 2010 12:22:22 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=uDW3npSw88wfZ5zBvuoK5zxi/d3K6/N3V8NCNlrZ7Gc=; b=pUQmArOx0Hp1I7KHx/tpivDPSDoCZCcsXRUcljRsDxcagYeXPmKsnQviwkL3vHFiG6 c2AhhywuopC1ym8RxDxkkNlNdhSXQjTqG78/2oCKkaJzSGeFc75jyE2iIeA0rVExIVdR RYLa+EqC9mj5RXEglkJfQ1bna7uDE3tgArXks=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=cHm4xjVtpRvQ5VMG7OOhpbmV2LyzS7e1mRQkvbvzpX/uhXkLyRnGj1V35t+nnxqC/0 dn9Gl9Le/IuoYXETkKFC2M7QZOGQQ+eMzFXLj+9WjaauOKYAkYICucuqKiPbl2+NxAro UFwmGLhAho9Qi2GYLtFhI04qU7vW3urh2273Y=
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
When I run xsconsole on a newly-installed Xen Hypervisor, this happens:

'MAIN_BASE'
Traceback (most recent call last):
  File "/usr/lib/xsconsole/XSConsole.py", line 32, in ?
    main()
  File "/usr/lib/xsconsole/XSConsole.py", line 28, in main
    app.Enter()
  File "/usr/lib/xsconsole/XSConsoleTerm.py", line 89, in Enter
    self.layout.Create()
  File "/usr/lib/xsconsole/XSConsoleLayout.py", line 120, in Create
    self.windows[self.WIN_MAIN].DefaultColourSet('MAIN_BASE')
  File "/usr/lib/xsconsole/XSConsoleCurses.py", line 227, in DefaultColourSet
    self.win.bkgdset(ord(' '), CursesPalette.ColourAttr(self.defaultColour))
  File "/usr/lib/xsconsole/XSConsoleCurses.py", line 21, in ColourAttr
    return cls.colours[inName or inDefault]
KeyError: 'MAIN_BASE'

What's wrong and how can I fix it? Google was surprisingly unhelpful.

-- 
We're just a Bunch Of Regular Guys, a collective group that's trying
to understand and assimilate technology. We feel that resistance to
new ideas and technology is unwise and ultimately futile.

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

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