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] Re:can't start domU

To: gotfried1@xxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re:can't start domU
From: song xining <newato10@xxxxxxxxxxxx>
Date: Thu, 10 Nov 2005 11:57:48 +0800 (CST)
Delivery-date: Thu, 10 Nov 2005 10:03:09 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.cn; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ZLBtfJJ5sq279P8DH1CwN1ZIvn1N+u7cjw/rQCqs81bc5HVciQWsRwHZft4/hkKZPHP9mhUYTw4zxqeWJNVERRt9PtlyO3YILMQybX8dj0gax/GBmuyqfuLnc+mqGlXi4Jwsmc6JcRTxNH+fQ8AX2E3ksCt4uqvt8PHJBYFRh3M= ;
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
Dear Martin
   I've got the similar problem,too.
   Have you solved the problem?

I installed xen-2-20050522 from source on FC4.
After compiling,I went into the xenlinux.
xend start and dom0 is ok.But when I tried to create a
domU,the console dosen't work any more. 
I modified the configuration,but the same results as
follow.
# xm create -c sidney
Using config file "sidney".

No other output and I can't find the error.
If I press ctrl+C,show the following:
# xm create -c sidney
Using config file "sidney".
Traceback (most recent call last):
  File "/usr/sbin/xm", line 9, in ?
    main.main(sys.argv)
  File "/usr/lib/python/xen/xm/main.py", line 838, in
main
    xm.main(args)
  File "/usr/lib/python/xen/xm/main.py", line 131, in
main
    self.main_call(args)
  File "/usr/lib/python/xen/xm/main.py", line 149, in
main_call
    p.main(args[1:])
  File "/usr/lib/python/xen/xm/main.py", line 284, in
main
    create.main(args)
  File "/usr/lib/python/xen/xm/create.py", line 594,
in main
    (dom, console) = make_domain(opts, config)
  File "/usr/lib/python/xen/xm/create.py", line 550,
in make_domain
    dominfo = server.xend_domain_create(config)
  File "/usr/lib/python/xen/xend/XendClient.py", line
202, in xend_domain_create
    {'op'      : 'create',
  File "/usr/lib/python/xen/xend/XendClient.py", line
148, in xendPost
    return self.client.xendPost(url, data)
  File "/usr/lib/python/xen/xend/XendProtocol.py",
line 79, in xendPost
    return self.xendRequest(url, "POST", args)
  File "/usr/lib/python/xen/xend/XendProtocol.py",
line 143, in xendRequest
    resp = conn.getresponse()
  File "/usr/lib/python2.4/httplib.py", line 862, in
getresponse
    response.begin()
  File "/usr/lib/python2.4/httplib.py", line 333, in
begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.4/httplib.py", line 291, in
_read_status
    line = self.fp.readline()
  File "/usr/lib/python2.4/socket.py", line 325, in
readline
    data = recv(1)
KeyboardInterrupt
#
The other linux command is ok.Domain management tools
doesn't work.I even can't reboot my machine.

The xend.log shows:
[2005-11-10 11:05:30 xend] INFO (SrvDaemon:612) Xend
Daemon started
[2005-11-10 11:05:31 xend] INFO (XendRoot:112) EVENT>
xend.start 0
[2005-11-10 11:06:11 xend] DEBUG (XendDomainInfo:770)
init_domain> Created domain=1 name=ttylinux
memory=262144
[2005-11-10 11:06:11 xend] INFO (console:94) Created
console id=13 domain=1 port=9601
[2005-11-10 11:06:11 xend] WARNING
(XendDomainInfo:798) building dom with 1 vcpus

The xend-debug.log shows nothing.

Anyone can give some suggestion?






        

        
                
___________________________________________________________ 
雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱 
http://cn.mail.yahoo.com


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Re:can't start domU, song xining <=