Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Xend refuses to start



Hi.

I am unabled to connect to the Xen instance on NetBSD 4.99.70

# pkpg_info|grep xen :
xentools3-3.1.4     Userland Tools for Xen
xentools3-hvm-3.1.4 Tools for Virtual Machine Extensions support in Xen
xenkernel3-3.1.4    Xen3 Kernel

This is what /var/log/xen/xend-debug.log says afeter /etc/rc.d/xend start:

Xend started at Mon Jul 28 11:23:53 2008.
brctl: not found
brctl: not found
Exception starting xend: (61, 'Connection refused')


And this is what  /var/log/xen/xend.log has to say about it:

[2008-07-28 11:26:10 5149] INFO (SrvDaemon:331) Xend Daemon started
[2008-07-28 11:26:10 5149] INFO (SrvDaemon:335) Xend changeset: unavailable.
[2008-07-28 11:26:10 5149] INFO (SrvDaemon:342) Xend version: Unknown.
[2008-07-28 11:26:11 5149] ERROR (SrvDaemon:353) Exception starting xend ((61, 'Connection refused'))
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 345, in run
    servers = SrvServer.create()
File "/usr/local/lib/python2.4/site-packages/xen/xend/server/SrvServer.py", line 254, in create
    root.putChild('xend', SrvRoot())
File "/usr/local/lib/python2.4/site-packages/xen/xend/server/SrvRoot.py", line 40, in __init__
    self.get(name)
File "/usr/local/lib/python2.4/site-packages/xen/web/SrvDir.py", line 82, in get
    val = val.getobj()
File "/usr/local/lib/python2.4/site-packages/xen/web/SrvDir.py", line 52, in getobj
    self.obj = klassobj()
File "/usr/local/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line 41, in __init__
    self.xd = XendDomain.instance()
File "/usr/local/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 1567, in instance
    inst.init()
File "/usr/local/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 109, in init
    xstransact.Mkdir(XS_VMROOT)
File "/usr/local/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py", line 355, in Mkdir
    complete(path, lambda t: t.mkdir(*args))
File "/usr/local/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py", line 361, in complete
    t = xstransact(path)
File "/usr/local/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py", line 29, in __init__
    self.transaction = xshandle().transaction_start()
File "/usr/local/lib/python2.4/site-packages/xen/xend/xenstore/xsutil.py", line 18, in xshandle
    xs_handle = xen.lowlevel.xs.xs()
Error: (61, 'Connection refused')



Cheers,
Marcin.



Home | Main Index | Thread Index | Old Index