byghis

Starting xen-4.1.1-rc1-pre.gz on Ubuntu 10.04 server 64bits

May 24th, 2011
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. edward@jaku:~$ sudo /etc/init.d/xend stop
  2. [sudo] password for edward:
  3. xc: error: Could not obtain handle on privileged command interface (2 = No such file or directory): Internal error
  4. Traceback (most recent call last):
  5. File "/usr/sbin/xend", line 36, in <module>
  6. from xen.xend.server import SrvDaemon
  7. File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvDaemon.py", line 26, in <module>
  8. import relocate
  9. File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/relocate.py", line 28, in <module>
  10. from xen.xend import XendDomain
  11. File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomain.py", line 36, in <module>
  12. from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo
  13. File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendCheckpoint.py", line 20, in <module>
  14. from xen.xend import balloon, sxp, image
  15. File "/usr/local/lib/python2.6/dist-packages/xen/xend/image.py", line 46, in <module>
  16. xc = xen.lowlevel.xc.xc()
  17. xen.lowlevel.xc.Error: (1, 'Internal error', 'xc_interface_open failed: No such file or directory')
  18. edward@jaku:~$ sudo /etc/init.d/xend start
  19. xencommons should be started first.
  20. edward@jaku:~$ sudo /etc/init.d/xencommons start
  21. Starting xenstored...
  22. Setting domain 0 name...
  23. Starting xenconsoled...
  24. edward@jaku:~$ sudo /etc/init.d/xend start
  25. There is already a pid file /var/run/dhclient.eth0.pid with pid 1075
  26. killed old client process, removed PID file
  27. Internet Systems Consortium DHCP Client V3.1.3
  28. Copyright 2004-2009 Internet Systems Consortium.
  29. All rights reserved.
  30. For info, please visit https://www.isc.org/software/dhcp/
  31.  
  32. Listening on LPF/eth0/00:1e:37:cc:5d:c9
  33. Sending on LPF/eth0/00:1e:37:cc:5d:c9
  34. Sending on Socket/fallback
  35. DHCPRELEASE on eth0 to 139.82.16.33 port 67
  36. Internet Systems Consortium DHCP Client V3.1.3
  37. Copyright 2004-2009 Internet Systems Consortium.
  38. All rights reserved.
  39. For info, please visit https://www.isc.org/software/dhcp/
  40.  
  41. Listening on LPF/eth0/00:1e:37:cc:5d:c9
  42. Sending on LPF/eth0/00:1e:37:cc:5d:c9
  43. Sending on Socket/fallback
  44. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
  45. DHCPOFFER of 139.82.2.182 from 139.82.2.129
  46. DHCPREQUEST of 139.82.2.182 on eth0 to 255.255.255.255 port 67
  47. DHCPACK of 139.82.2.182 from 139.82.2.129
  48. bound to 139.82.2.182 -- renewal in 4301 seconds.
  49. edward@jaku:~$
Advertisement
Add Comment
Please, Sign In to add comment