Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Exception when starting xend: error while reading /vm/00000000-0000-0000-00: msg#00008

Subject: Exception when starting xend: error while reading /vm/00000000-0000-0000-0000-000000000000/ssidref
I've been using Xen for 3 months, but now I've
problems when starting xend: I'm using Fedora 5 with
Xen installed from binaries (I have also tried with
compiled versions but it doesn't work either):

$ uname -a
Linux localhost.localdomain 2.6.16-xen #1 SMP Mon Jul
3 18:18:42 CEST 2006 i686 i686 i386 GNU/Linux

$ python -V
Python 2.4.3

# xend start
# xm list
Error: Error connecting to xend: No such file or
directory.  Is xend running?

This is the output from /var/log/xend.log:
--------------------------------------------
[2006-09-08 13:42:05 xend] INFO (SrvDaemon:278) Xend
Daemon started
[2006-09-08 13:42:05 xend] INFO (SrvDaemon:282) Xend
changeset: Thu Apr 13 15:18:37 2006 +0100
9617:5802713c159b.
[2006-09-08 13:42:05 xend.XendDomainInfo] DEBUG
(XendDomainInfo:200)
XendDomainInfo.recreate({'paused': 0, 'cpu_time':
30441112756L, 'ssidref': 65537, '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':
429056, 'maxmem_kb': -4, 'max_vcpu_id': 0, 'crashed':
0, 'running': 1, 'shutdown': 0, 'online_vcpus': 1,
'blocked': 0})
[2006-09-08 13:42:05 xend.XendDomainInfo] INFO
(XendDomainInfo:212) Recreating domain 0, UUID
00000000-0000-0000-0000-000000000000.
[2006-09-08 13:42:05 xend.XendDomainInfo] WARNING
(XendDomainInfo:234) (5, 'Input/output error, while
reading
/vm/00000000-0000-0000-0000-000000000000/ssidref')
[2006-09-08 13:42:05 xend] ERROR (SrvDaemon:292)
Exception starting xend ((5, 'Input/output error,
while reading
/vm/00000000-0000-0000-0000-000000000000/ssidref'))
Traceback (most recent call last):
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/server/SrvDaemon.py",
line 286, in run
    servers = SrvServer.create()
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/server/SrvServer.py",
line 108, in create
    root.putChild('xend', SrvRoot())
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/server/SrvRoot.py",
line 40, in __init__
    self.get(name)
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/web/SrvDir.py",
line 82, in get
    val = val.getobj()
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/web/SrvDir.py",
line 52, in getobj
    self.obj = klassobj()
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/server/SrvDomainDir.py",
line 39, in __init__
    self.xd = XendDomain.instance()
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/XendDomain.py",
line 582, in instance
    inst.init()
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/XendDomain.py",
line 77, in init
    True))
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py",
line 236, in recreate
    vm = XendDomainInfo(xeninfo, domid, dompath, True,
priv)
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py",
line 435, in __init__
    self.augmentInfo(priv)
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py",
line 520, in augmentInfo
    self.readVMDetails(entries))
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py",
line 463, in readVMDetails
    return self.gatherVm(*params)
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py",
line 606, in gatherVm
    return xstransact.Gather(self.vmpath, *args)
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/xenstore/xstransact.py",
line 305, in Gather
    return complete(path, lambda t: t.gather(*args))
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/xenstore/xstransact.py",
line 325, in complete
    result = f(t)
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/xenstore/xstransact.py",
line 305, in <lambda>
    return complete(path, lambda t: t.gather(*args))
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/xenstore/xstransact.py",
line 179, in gather
    val = self._read(key)
  File
"/xen/xen-3.0.2-2/dist/install/usr/lib/python/xen/xend/xenstore/xstransact.py",
line 49, in _read
    '%s, while reading %s' % (ex.args[1], path))
RuntimeError: (5, 'Input/output error, while reading
/vm/00000000-0000-0000-0000-000000000000/ssidref')
--------------------------------------------

I've tried to re-install Xen from binary or from
source but I cannot get it work.
Any ideas/suggestions?
Thank you very much.



__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto 
spazio gratuito per i tuoi file e i messaggi 
http://mail.yahoo.it 



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
qnx.openqnx.dev...    gcc.libstdc++.c...    solaris.opensol...    information-ret...    misc.misterhous...    web.catalyst.ge...    apache.webservi...    redhat.release....    hardware.lirc/2...    kernel.autofs/2...    technology.sust...    linux.vdr/2003-...    editors.lyx.gen...    org.user-groups...    netbsd.devel.pk...    xdg.devel/2004-...    version-control...    jakarta.slide.d...    debian.packages...    creativecommons...    ports.ppc.embed...    bug-tracking.bu...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe