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 Hangs

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xend Hangs
From: Subhabrata Bhattacharya <xions.microcosm@xxxxxxxxxxxxxx>
Date: Mon, 12 Dec 2005 12:19:58 +0530
Delivery-date: Mon, 12 Dec 2005 06:51:38 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g6dDoVtSN5p889adyFChI4CSJ64nntLwC4VTB+Wj7dM1cy8iSKMVow38KmZXZDyJ1jsvmZDaGEuogzP+JUb+dNeDgKek1dbeKXfpYgCYs1i+GrTwgUo4b+iE4gzEz9KEraMbuTwmVJSdwolTxn4F4/kHEUJszoJcLK5eOcNjFI8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <439D1994.6030400@xxxxxxx>
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>
References: <484a4e240512112109o55ed10a3j3db4864d3568c617@xxxxxxxxxxxxxx> <439D1994.6030400@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

xend [on xen-3.0.0] is still not running for me. The details of log follows.
This is the output in /var/log/xend.log

[2005-12-12 12:08:06 xend] INFO (SrvDaemon:268) Xend Daemon started
[2005-12-12 12:08:06 xend] INFO (SrvDaemon:272) Xend changeset: Sun
Dec  4 17:24:24 2005 +0100 8240:64cd054aa143.
[2005-12-12 12:08:06 xend.XendDomainInfo] DEBUG (XendDomainInfo:198)
XendDomainInfo.recreate({'paused': 0, 'cpu_time': 21401088498L,
'ssidref': 0, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0], 'shutdown_reason': 0, 'dying': 0, 'dom': 0, 'mem_kb': 131072,
'maxmem_kb': -4, 'max_vcpu_id': 1, 'crashed': 0, 'running': 1,
'shutdown': 0, 'online_vcpus': 1, 'blocked': 0})
[2005-12-12 12:08:06 xend.XendDomainInfo] INFO (XendDomainInfo:210)
Recreating domain 0, UUID 00000000-00000000-00000000-00000000.
[2005-12-12 12:08:06 xend.XendDomainInfo] WARNING (XendDomainInfo:232)
No vm path in store for existing domain 0
[2005-12-12 12:08:06 xend.XendDomainInfo] DEBUG (XendDomainInfo:655)
Storing VM details: {'ssidref': '0', 'uuid':
'00000000-00000000-00000000-00000000', 'on_reboot': 'restart',
'on_poweroff': 'destroy', 'name': 'Domain-0', 'vcpus': '2',
'vcpu_avail': '3', 'memory': '128', 'on_crash': 'restart', 'maxmem':
'128'}
[2005-12-12 12:08:06 xend.XendDomainInfo] DEBUG (XendDomainInfo:680)
Storing domain details: {'cpu/0/availability': 'online',
'memory/target': '131072', 'cpu/1/availability': 'online', 'name':
'Domain-0', 'console/limit': '1048576', 'vm':
'/vm/00000000-00000000-00000000-00000000', 'domid': '0'}
[2005-12-12 12:08:06 xend] DEBUG (XendDomain:151) number of vcpus to use is 0
[2005-12-12 12:08:06 xend] INFO (SrvServer:112) unix
path=/var/lib/xend/xend-socket

---------------------------------------------

When I reverted to the older version xen-2.0.7 to run xend. I got

[2005-12-12 11:58:39 xend] INFO (SrvDaemon:268) Xend Daemon started
[2005-12-12 11:58:39 xend] ERROR (SrvDaemon:283) Exception starting
xend ((38, 'Function not implemented'))
Traceback (most recent call last):
  File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 271, in run
    xinfo = xc.xeninfo()
error: (38, 'Function not implemented')
--------------------------------------------------

Any inputs? Please suggest.

~$ubh

> Subhabrata Bhattacharya wrote:
> > Hi,
> >
> > I have built and installed xen-3.0 from source on linux-2.6.12.6.
> > Initially it used to spit this message every now and then on the
> > console,
> >
> > ip_local_deliver: bad skb: PRE_ROUTING LOCAL_IN LOCAL_OUT POST_ROUTING
> >
> > Realizing it had nothing to do with Xen, I patched it up and
> > everything is fine now.
> >
> > But, whenever I enter
> > $ /usr/sbin/xend start
> >
> > The entire system hangs up for sometime[2-minutes]. Xend never
> > starts.Where could I find relevant messages.
> >
> > ~$ubh
 _______________________________________________
> > Xen-users mailing list
> > Xen-users@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users

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

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