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-4.0.0: Could not connect to DomU console

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xen-4.0.0: Could not connect to DomU console
From: eXeC001er <execooler@xxxxxxxxx>
Date: Tue, 4 May 2010 17:04:20 +0400
Delivery-date: Tue, 04 May 2010 06:06:08 -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=iSEAu4kr7yiLrXhL6A3w20hVU3tc6+pJycpeZpMSq38=; b=ILezm/KMnyuH/BKhG64St4WNogR50F3giFrE0crQhtybes/zBX08j++wJBy9443IQJ 4lqE7xeVI90f1AYBY9C9GZ51d4zJ83IiXvFdCTPOe77AHgva2OrnBMZd/wgX+4TBNI4/ wKhEFbz7dvcpYyz+ItbHQuoLhwunbao/Zty4k=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uIPU+7iM33ixsoWVnKaOSq7VxP7dJMEMfT83c7Eiqn2G//8xkc+kxzHa7qSE7h6DqC gGgJedaX0WGRJvLwSZLF+bInZ695l9AGQEkc9oGvTfC/NvsrPiZLdH7FYstTLDzOp0Km rc04KULbJbw2Q4jc49XYVQH+INXI/E8WqMBvg=
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
Hi.

I use xen-4.0.0

My domU successfully started, but when i tried to connect to DomU console i get error:

root@debian-office:/opt/src/NexetaStor# xm console NexentaStor-EVAL-2.2.0 
Unexpected error: <type 'exceptions.TypeError'>

Traceback (most recent call last):
  File "/usr/sbin/xm", line 7, in <module>
    main.main(sys.argv)
  File "/usr/lib/python2.5/site-packages/xen/xm/main.py", line 3616, in main
    _, rc = _run_cmd(cmd, cmd_name, args)
  File "/usr/lib/python2.5/site-packages/xen/xm/main.py", line 3640, in _run_cmd
    return True, cmd(args)
  File "/usr/lib/python2.5/site-packages/xen/xm/main.py", line 1891, in xm_console
    console.execConsole(domid, num)
  File "/usr/lib/python2.5/site-packages/xen/xm/console.py", line 28, in execConsole
    xen.util.auxbin.execute(XENCONSOLE, [str(domid), "--num", str(num)])
  File "/usr/lib/python2.5/site-packages/xen/util/auxbin.py", line 30, in execute
    os.execv(exepath, a)
TypeError: coercing to Unicode: need string or buffer, NoneType found 


Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xen-4.0.0: Could not connect to DomU console, eXeC001er <=