byghis

Error starting xen-3.4.4-rc1-pre.gz and Ubuntu 10.04

May 26th, 2011
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. [2011-05-26 23:41:17 2424] INFO (SrvDaemon:332) Xend Daemon started
  2. [2011-05-26 23:41:17 2424] INFO (SrvDaemon:336) Xend changeset: Mon May 09 03:06:33 2011 -0400 19987:3b39c0fd26a6.
  3. [2011-05-26 23:41:18 2424] ERROR (SrvDaemon:349) Exception starting xend ((111, 'Connection refused'))
  4. Traceback (most recent call last):
  5. File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvDaemon.py", line 341, in run
  6. servers = SrvServer.create()
  7. File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvServer.py", line 251, in create
  8. root.putChild('xend', SrvRoot())
  9. File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvRoot.py", line 40, in __init__
  10. self.get(name)
  11. File "/usr/local/lib/python2.6/dist-packages/xen/web/SrvDir.py", line 84, in get
  12. val = val.getobj()
  13. File "/usr/local/lib/python2.6/dist-packages/xen/web/SrvDir.py", line 52, in getobj
  14. self.obj = klassobj()
  15. File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvNode.py", line 30, in __init__
  16. self.xn = XendNode.instance()
  17. File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 949, in instance
  18. inst.save()
  19. File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 484, in save
  20. self.save_networks()
  21. File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 499, in save_networks
  22. for network_uuid in XendNetwork.get_all()])
  23. File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendBase.py", line 102, in get_record
  24. for key in keys])
  25. File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNetwork.py", line 196, in get_VIFs
  26. vms = XendDomain.instance().get_all_vms()
  27. File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomain.py", line 1778, in instance
  28. inst.init()
  29. File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomain.py", line 113, in init
  30. xstransact.Mkdir(XS_VMROOT)
  31. File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py", line 355, in Mkdir
  32. complete(path, lambda t: t.mkdir(*args))
  33. File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py", line 361, in complete
  34. t = xstransact(path)
  35. File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py", line 29, in __init__
  36. self.transaction = xshandle().transaction_start()
  37. File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xsutil.py", line 18, in xshandle
  38. xs_handle = xen.lowlevel.xs.xs()
  39. Error: (111, 'Connection refused')
Advertisement
Add Comment
Please, Sign In to add comment