[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] xen 3.0.0: Can't create any domUs, xend dies
On a freshly built Gentoo x86 system, following the Gentoo Xen HOWTO, I am unable to create any domains. The same exact thing happens on a pre-existing Gentoo system with the xen 3.0.0 binary install. When I do a create, I get the following error: xen0# xm create rns Using config file "rns". Unexpected error: httplib.BadStatusLine Please report to xen-devel@xxxxxxxxxxxxxxxxxxx Traceback (most recent call last): File "/usr/sbin/xm", line 10, in ? main.main(sys.argv) File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 897, in main rc = cmd(args) File "<string>", line 1, in <lambda> File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 533, in xm_subcommand cmd.main([command] + args) File "/usr/lib/python2.4/site-packages/xen/xm/create.py", line 850, in main dom = make_domain(opts, config) File "/usr/lib/python2.4/site-packages/xen/xm/create.py", line 788, in make_domain dominfo = server.xend_domain_create(config) File "/usr/lib/python2.4/site-packages/xen/xend/XendClient.py", line 207, in xend_domain_create {'op' : 'create', File "/usr/lib/python2.4/site-packages/xen/xend/XendClient.py", line 153, in xendPost return self.client.xendPost(url, data) File "/usr/lib/python2.4/site-packages/xen/xend/XendProtocol.py", line 101, in xendPost return self.xendRequest(url, "POST", args) File "/usr/lib/python2.4/site-packages/xen/xend/XendProtocol.py", line 172, in xendRequest resp = conn.getresponse() File "/usr/lib/python2.4/httplib.py", line 863, in getresponse response.begin() File "/usr/lib/python2.4/httplib.py", line 333, in begin version, status, reason = self._read_status() File "/usr/lib/python2.4/httplib.py", line 297, in _read_status raise BadStatusLine(line) httplib.BadStatusLine At this point, xend is dead and gone. It will restart, and when it does, xm list shows "Domain-1" or similar, it looks like a larval domain was created. After a few tries, my /var/log/xend.log says: [2005-12-17 20:45:37 xend] INFO (SrvDaemon:268) Xend Daemon started [2005-12-17 20:45:37 xend] INFO (SrvDaemon:272) Xend changeset: unavailable . [2005-12-17 20:45:37 xend.XendDomainInfo] DEBUG (XendDomainInfo:198) XendDomainInfo.recreate({'paused': 0, 'cpu_time': 12800672887L, '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': 0, 'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2005-12-17 20:45:37 xend.XendDomainInfo] INFO (XendDomainInfo:210) Recreating domain 0, UUID 00000000-00000000-00000000-00000000. [2005-12-17 20:45:37 xend.XendDomainInfo] WARNING (XendDomainInfo:232) No vm path in store for existing domain 0 [2005-12-17 20:45:37 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': '1', 'vcpu_avail': '1', 'memory': '128', 'on_crash': 'restart', 'maxmem': '128'} [2005-12-17 20:45:37 xend.XendDomainInfo] DEBUG (XendDomainInfo:680) Storing domain details: {'cpu/0/availability': 'online', 'memory/target': '131072', 'name': 'Domain-0', 'console/limit': '1048576', 'vm': '/vm/00000000-00000000-00000000-00000000', 'domid': '0'} [2005-12-17 20:45:37 xend] DEBUG (XendDomain:151) number of vcpus to use is 0 [2005-12-17 20:45:37 xend] INFO (SrvServer:112) unix path=/var/lib/xend/xend-socket [2005-12-17 20:46:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:176) XendDomainInfo.create(['vm', ['name', 'rns'], ['memory', '32'], ['restart', 'onreboot'], ['image', ['linux', ['kernel', '/boot/linux-2.6.12.6-xen0'], ['root', '/dev/sda1 ro'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['nics', '1']]], ['device', ['vbd', ['uname', 'file:/etc/xen/rns.sda1'], ['dev', 'sda1'], ['mode', 'w']]], ['device', ['vif', ['mac', 'aa:00:ac:10:01:0b'], ['bridge', 'xenbr0']]]]) [2005-12-17 20:46:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:281) parseConfig: config is ['vm', ['name', 'rns'], ['memory', '32'], ['restart', 'onreboot'], ['image', ['linux', ['kernel', '/boot/linux-2.6.12.6-xen0'], ['root', '/dev/sda1 ro'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['nics', '1']]], ['device', ['vbd', ['uname', 'file:/etc/xen/rns.sda1'], ['dev', 'sda1'], ['mode', 'w']]], ['device', ['vif', ['mac', 'aa:00:ac:10:01:0b'], ['bridge', 'xenbr0']]]] [2005-12-17 20:46:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:373) parseConfig: result is {'ssidref': None, 'uuid': None, 'on_crash': 'destroy', 'on_reboot': 'restart', 'image': ['linux', ['kernel', '/boot/linux-2.6.12.6-xen0'], ['root', '/dev/sda1 ro'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['nics', '1']], 'on_poweroff': 'destroy', 'cpus': None, 'name': 'rns', 'backend': [], 'vcpus': 1, 'cpu_weight': None, 'vcpu_avail': None, 'memory': 32, 'device': [('vbd', ['vbd', ['uname', 'file:/etc/xen/rns.sda1'], ['dev', 'sda1'], ['mode', 'w']]), ('vif', ['vif', ['mac', 'aa:00:ac:10:01:0b'], ['bridge', 'xenbr0']])], 'bootloader': None, 'cpu': None, 'maxmem': None} [2005-12-17 20:46:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:1123) XendDomainInfo.construct: None 0 [2005-12-17 20:46:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:1155) XendDomainInfo.initDomain: 1 1.0 [2005-12-17 20:46:02 xend] DEBUG (balloon:47) Balloon: free 460; need 33. [2005-12-17 20:46:02 xend] INFO (image:132) buildDomain os=linux dom=1 vcpus=1 [2005-12-17 20:46:02 xend] DEBUG (image:170) dom = 1 [2005-12-17 20:46:02 xend] DEBUG (image:171) image = /boot/linux-2.6.12.6-xen0 [2005-12-17 20:46:02 xend] DEBUG (image:172) store_evtchn = 1 [2005-12-17 20:46:02 xend] DEBUG (image:173) console_evtchn = 2 [2005-12-17 20:46:02 xend] DEBUG (image:174) cmdline = root=/dev/sda1 ro [2005-12-17 20:46:02 xend] DEBUG (image:175) ramdisk = [2005-12-17 20:46:02 xend] DEBUG (image:176) vcpus = 1 [2005-12-17 20:46:41 xend] INFO (SrvDaemon:268) Xend Daemon started [2005-12-17 20:46:41 xend] INFO (SrvDaemon:272) Xend changeset: unavailable . [2005-12-17 20:46:41 xend.XendDomainInfo] DEBUG (XendDomainInfo:198) XendDomainInfo.recreate({'paused': 0, 'cpu_time': 15244302515L, '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': 0, 'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2005-12-17 20:46:41 xend.XendDomainInfo] INFO (XendDomainInfo:210) Recreating domain 0, UUID 00000000-00000000-00000000-00000000. [2005-12-17 20:46:41 xend] DEBUG (XendDomain:151) number of vcpus to use is 0 [2005-12-17 20:46:41 xend.XendDomainInfo] DEBUG (XendDomainInfo:198) XendDomainInfo.recreate({'paused': 1, 'cpu_time': 0L, 'ssidref': 0, 'handle': [243, 173, 158, 32, 141, 9, 49, 188, 72, 217, 5, 3, 192, 27, 124, 22], 'shutdown_reason': 0, 'dying': 0, 'dom': 1, 'mem_kb': 32768, 'maxmem_kb': 32768, 'max_vcpu_id': 0, 'crashed': 0, 'running': 0, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2005-12-17 20:46:41 xend.XendDomainInfo] INFO (XendDomainInfo:210) Recreating domain 1, UUID f3ad9e20-8d0931bc-48d90503-c01b7c16. [2005-12-17 20:46:41 xend.XendDomainInfo] DEBUG (XendDomainInfo:655) Storing VM details: {'ssidref': '0', 'uuid': 'f3ad9e20-8d0931bc-48d90503-c01b7c16', 'on_reboot': 'restart', 'on_poweroff': 'destroy', 'name': 'Domain-1', 'vcpus': '1', 'vcpu_avail': '1', 'memory': '32', 'on_crash': 'restart', 'maxmem': '32'} [2005-12-17 20:46:41 xend.XendDomainInfo] DEBUG (XendDomainInfo:680) Storing domain details: {'cpu/0/availability': 'online', 'memory/target': '32768', 'name': 'Domain-1', 'console/limit': '1048576', 'vm': '/vm/f3ad9e20-8d0931bc-48d90503-c01b7c16', 'domid': '1'} [2005-12-17 20:46:41 xend] INFO (SrvServer:112) unix path=/var/lib/xend/xend-socket [2005-12-17 20:46:47 xend] INFO (SrvDaemon:268) Xend Daemon started [2005-12-17 20:46:47 xend] INFO (SrvDaemon:272) Xend changeset: unavailable . [2005-12-17 20:46:47 xend.XendDomainInfo] DEBUG (XendDomainInfo:198) XendDomainInfo.recreate({'paused': 0, 'cpu_time': 18901954259L, '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': 0, 'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2005-12-17 20:46:47 xend.XendDomainInfo] INFO (XendDomainInfo:210) Recreating domain 0, UUID 00000000-00000000-00000000-00000000. [2005-12-17 20:46:47 xend] DEBUG (XendDomain:151) number of vcpus to use is 0 [2005-12-17 20:46:47 xend.XendDomainInfo] DEBUG (XendDomainInfo:198) XendDomainInfo.recreate({'paused': 1, 'cpu_time': 0L, 'ssidref': 0, 'handle': [243, 173, 158, 32, 141, 9, 49, 188, 72, 217, 5, 3, 192, 27, 124, 22], 'shutdown_reason': 0, 'dying': 0, 'dom': 1, 'mem_kb': 32768, 'maxmem_kb': 32768, 'max_vcpu_id': 0, 'crashed': 0, 'running': 0, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2005-12-17 20:46:47 xend.XendDomainInfo] INFO (XendDomainInfo:210) Recreating domain 1, UUID f3ad9e20-8d0931bc-48d90503-c01b7c16. [2005-12-17 20:46:47 xend] INFO (SrvServer:112) unix path=/var/lib/xend/xend-socket [2005-12-17 20:46:48 xend.XendDomainInfo] DEBUG (XendDomainInfo:176) XendDomainInfo.create(['vm', ['name', 'rns'], ['memory', '32'], ['restart', 'onreboot'], ['image', ['linux', ['kernel', '/boot/linux-2.6.12.6-xen0'], ['root', '/dev/sda1 ro'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['nics', '1']]], ['device', ['vbd', ['uname', 'file:/etc/xen/rns.sda1'], ['dev', 'sda1'], ['mode', 'w']]], ['device', ['vif', ['mac', 'aa:00:ac:10:01:0b'], ['bridge', 'xenbr0']]]]) [2005-12-17 20:46:48 xend.XendDomainInfo] DEBUG (XendDomainInfo:281) parseConfig: config is ['vm', ['name', 'rns'], ['memory', '32'], ['restart', 'onreboot'], ['image', ['linux', ['kernel', '/boot/linux-2.6.12.6-xen0'], ['root', '/dev/sda1 ro'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['nics', '1']]], ['device', ['vbd', ['uname', 'file:/etc/xen/rns.sda1'], ['dev', 'sda1'], ['mode', 'w']]], ['device', ['vif', ['mac', 'aa:00:ac:10:01:0b'], ['bridge', 'xenbr0']]]] [2005-12-17 20:46:48 xend.XendDomainInfo] DEBUG (XendDomainInfo:373) parseConfig: result is {'ssidref': None, 'uuid': None, 'on_crash': 'destroy', 'on_reboot': 'restart', 'image': ['linux', ['kernel', '/boot/linux-2.6.12.6-xen0'], ['root', '/dev/sda1 ro'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['nics', '1']], 'on_poweroff': 'destroy', 'cpus': None, 'name': 'rns', 'backend': [], 'vcpus': 1, 'cpu_weight': None, 'vcpu_avail': None, 'memory': 32, 'device': [('vbd', ['vbd', ['uname', 'file:/etc/xen/rns.sda1'], ['dev', 'sda1'], ['mode', 'w']]), ('vif', ['vif', ['mac', 'aa:00:ac:10:01:0b'], ['bridge', 'xenbr0']])], 'bootloader': None, 'cpu': None, 'maxmem': None} [2005-12-17 20:46:48 xend.XendDomainInfo] DEBUG (XendDomainInfo:1123) XendDomainInfo.construct: None 0 [2005-12-17 20:46:48 xend.XendDomainInfo] DEBUG (XendDomainInfo:1155) XendDomainInfo.initDomain: 2 1.0 [2005-12-17 20:46:48 xend] DEBUG (balloon:47) Balloon: free 428; need 33. [2005-12-17 20:46:48 xend] INFO (image:132) buildDomain os=linux dom=2 vcpus=1 [2005-12-17 20:46:48 xend] DEBUG (image:170) dom = 2 [2005-12-17 20:46:48 xend] DEBUG (image:171) image = /boot/linux-2.6.12.6-xen0 [2005-12-17 20:46:48 xend] DEBUG (image:172) store_evtchn = 1 [2005-12-17 20:46:48 xend] DEBUG (image:173) console_evtchn = 2 [2005-12-17 20:46:48 xend] DEBUG (image:174) cmdline = root=/dev/sda1 ro [2005-12-17 20:46:48 xend] DEBUG (image:175) ramdisk = [2005-12-17 20:46:48 xend] DEBUG (image:176) vcpus = 1 [2005-12-17 20:46:59 xend] INFO (SrvDaemon:268) Xend Daemon started [2005-12-17 20:46:59 xend] INFO (SrvDaemon:272) Xend changeset: unavailable . [2005-12-17 20:46:59 xend.XendDomainInfo] DEBUG (XendDomainInfo:198) XendDomainInfo.recreate({'paused': 0, 'cpu_time': 19526538440L, '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': 0, 'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2005-12-17 20:46:59 xend.XendDomainInfo] INFO (XendDomainInfo:210) Recreating domain 0, UUID 00000000-00000000-00000000-00000000. [2005-12-17 20:46:59 xend] DEBUG (XendDomain:151) number of vcpus to use is 0 [2005-12-17 20:46:59 xend.XendDomainInfo] DEBUG (XendDomainInfo:198) XendDomainInfo.recreate({'paused': 1, 'cpu_time': 0L, 'ssidref': 0, 'handle': [243, 173, 158, 32, 141, 9, 49, 188, 72, 217, 5, 3, 192, 27, 124, 22], 'shutdown_reason': 0, 'dying': 0, 'dom': 1, 'mem_kb': 32768, 'maxmem_kb': 32768, 'max_vcpu_id': 0, 'crashed': 0, 'running': 0, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2005-12-17 20:46:59 xend.XendDomainInfo] INFO (XendDomainInfo:210) Recreating domain 1, UUID f3ad9e20-8d0931bc-48d90503-c01b7c16. [2005-12-17 20:46:59 xend.XendDomainInfo] DEBUG (XendDomainInfo:198) XendDomainInfo.recreate({'paused': 1, 'cpu_time': 0L, 'ssidref': 0, 'handle': [40, 195, 51, 189, 71, 117, 247, 128, 104, 114, 206, 178, 99, 58, 188, 5], 'shutdown_reason': 0, 'dying': 0, 'dom': 2, 'mem_kb': 32768, 'maxmem_kb': 32768, 'max_vcpu_id': 0, 'crashed': 0, 'running': 0, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2005-12-17 20:46:59 xend.XendDomainInfo] INFO (XendDomainInfo:210) Recreating domain 2, UUID 28c333bd-4775f780-6872ceb2-633abc05. [2005-12-17 20:46:59 xend.XendDomainInfo] DEBUG (XendDomainInfo:655) Storing VM details: {'ssidref': '0', 'uuid': '28c333bd-4775f780-6872ceb2-633abc05', 'on_reboot': 'restart', 'on_poweroff': 'destroy', 'name': 'Domain-2', 'vcpus': '1', 'vcpu_avail': '1', 'memory': '32', 'on_crash': 'restart', 'maxmem': '32'} [2005-12-17 20:46:59 xend.XendDomainInfo] DEBUG (XendDomainInfo:680) Storing domain details: {'cpu/0/availability': 'online', 'memory/target': '32768', 'name': 'Domain-2', 'console/limit': '1048576', 'vm': '/vm/28c333bd-4775f780-6872ceb2-633abc05', 'domid': '2'} [2005-12-17 20:46:59 xend] INFO (SrvServer:112) unix path=/var/lib/xend/xend-socket [2005-12-17 20:47:08 xend.XendDomainInfo] DEBUG (XendDomainInfo:176) XendDomainInfo.create(['vm', ['name', 'rns'], ['memory', '32'], ['restart', 'onreboot'], ['image', ['linux', ['kernel', '/boot/linux-2.6.12.6-xen0'], ['root', '/dev/sda1 ro'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['nics', '1']]], ['device', ['vbd', ['uname', 'file:/etc/xen/rns.sda1'], ['dev', 'sda1'], ['mode', 'w']]], ['device', ['vif', ['mac', 'aa:00:ac:10:01:0b'], ['bridge', 'xenbr0']]]]) [2005-12-17 20:47:08 xend.XendDomainInfo] DEBUG (XendDomainInfo:281) parseConfig: config is ['vm', ['name', 'rns'], ['memory', '32'], ['restart', 'onreboot'], ['image', ['linux', ['kernel', '/boot/linux-2.6.12.6-xen0'], ['root', '/dev/sda1 ro'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['nics', '1']]], ['device', ['vbd', ['uname', 'file:/etc/xen/rns.sda1'], ['dev', 'sda1'], ['mode', 'w']]], ['device', ['vif', ['mac', 'aa:00:ac:10:01:0b'], ['bridge', 'xenbr0']]]] [2005-12-17 20:47:08 xend.XendDomainInfo] DEBUG (XendDomainInfo:373) parseConfig: result is {'ssidref': None, 'uuid': None, 'on_crash': 'destroy', 'on_reboot': 'restart', 'image': ['linux', ['kernel', '/boot/linux-2.6.12.6-xen0'], ['root', '/dev/sda1 ro'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['nics', '1']], 'on_poweroff': 'destroy', 'cpus': None, 'name': 'rns', 'backend': [], 'vcpus': 1, 'cpu_weight': None, 'vcpu_avail': None, 'memory': 32, 'device': [('vbd', ['vbd', ['uname', 'file:/etc/xen/rns.sda1'], ['dev', 'sda1'], ['mode', 'w']]), ('vif', ['vif', ['mac', 'aa:00:ac:10:01:0b'], ['bridge', 'xenbr0']])], 'bootloader': None, 'cpu': None, 'maxmem': None} [2005-12-17 20:47:08 xend.XendDomainInfo] DEBUG (XendDomainInfo:1123) XendDomainInfo.construct: None 0 [2005-12-17 20:47:08 xend.XendDomainInfo] DEBUG (XendDomainInfo:1155) XendDomainInfo.initDomain: 3 1.0 [2005-12-17 20:47:08 xend] DEBUG (balloon:47) Balloon: free 396; need 33. [2005-12-17 20:47:08 xend] INFO (image:132) buildDomain os=linux dom=3 vcpus=1 [2005-12-17 20:47:08 xend] DEBUG (image:170) dom = 3 [2005-12-17 20:47:08 xend] DEBUG (image:171) image = /boot/linux-2.6.12.6-xen0 [2005-12-17 20:47:08 xend] DEBUG (image:172) store_evtchn = 1 [2005-12-17 20:47:08 xend] DEBUG (image:173) console_evtchn = 2 [2005-12-17 20:47:08 xend] DEBUG (image:174) cmdline = root=/dev/sda1 ro [2005-12-17 20:47:08 xend] DEBUG (image:175) ramdisk = [2005-12-17 20:47:08 xend] DEBUG (image:176) vcpus = 1 [2005-12-17 20:47:34 xend] INFO (SrvDaemon:268) Xend Daemon started [2005-12-17 20:47:34 xend] INFO (SrvDaemon:272) Xend changeset: unavailable . [2005-12-17 20:47:34 xend.XendDomainInfo] DEBUG (XendDomainInfo:198) XendDomainInfo.recreate({'paused': 0, 'cpu_time': 20337287537L, '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': 0, 'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2005-12-17 20:47:34 xend.XendDomainInfo] INFO (XendDomainInfo:210) Recreating domain 0, UUID 00000000-00000000-00000000-00000000. [2005-12-17 20:47:34 xend] DEBUG (XendDomain:151) number of vcpus to use is 0 [2005-12-17 20:47:34 xend.XendDomainInfo] DEBUG (XendDomainInfo:198) XendDomainInfo.recreate({'paused': 1, 'cpu_time': 0L, 'ssidref': 0, 'handle': [243, 173, 158, 32, 141, 9, 49, 188, 72, 217, 5, 3, 192, 27, 124, 22], 'shutdown_reason': 0, 'dying': 0, 'dom': 1, 'mem_kb': 32768, 'maxmem_kb': 32768, 'max_vcpu_id': 0, 'crashed': 0, 'running': 0, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2005-12-17 20:47:34 xend.XendDomainInfo] INFO (XendDomainInfo:210) Recreating domain 1, UUID f3ad9e20-8d0931bc-48d90503-c01b7c16. [2005-12-17 20:47:34 xend.XendDomainInfo] DEBUG (XendDomainInfo:198) XendDomainInfo.recreate({'paused': 1, 'cpu_time': 0L, 'ssidref': 0, 'handle': [40, 195, 51, 189, 71, 117, 247, 128, 104, 114, 206, 178, 99, 58, 188, 5], 'shutdown_reason': 0, 'dying': 0, 'dom': 2, 'mem_kb': 32768, 'maxmem_kb': 32768, 'max_vcpu_id': 0, 'crashed': 0, 'running': 0, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2005-12-17 20:47:34 xend.XendDomainInfo] INFO (XendDomainInfo:210) Recreating domain 2, UUID 28c333bd-4775f780-6872ceb2-633abc05. [2005-12-17 20:47:34 xend.XendDomainInfo] DEBUG (XendDomainInfo:198) XendDomainInfo.recreate({'paused': 1, 'cpu_time': 0L, 'ssidref': 0, 'handle': [66, 35, 241, 2, 113, 99, 193, 90, 96, 177, 244, 164, 96, 156, 55, 48], 'shutdown_reason': 0, 'dying': 0, 'dom': 3, 'mem_kb': 32768, 'maxmem_kb': 32768, 'max_vcpu_id': 0, 'crashed': 0, 'running': 0, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0}) [2005-12-17 20:47:34 xend.XendDomainInfo] INFO (XendDomainInfo:210) Recreating domain 3, UUID 4223f102-7163c15a-60b1f4a4-609c3730. [2005-12-17 20:47:34 xend.XendDomainInfo] DEBUG (XendDomainInfo:655) Storing VM details: {'ssidref': '0', 'uuid': '4223f102-7163c15a-60b1f4a4-609c3730', 'on_reboot': 'restart', 'on_poweroff': 'destroy', 'name': 'Domain-3', 'vcpus': '1', 'vcpu_avail': '1', 'memory': '32', 'on_crash': 'restart', 'maxmem': '32'} [2005-12-17 20:47:34 xend.XendDomainInfo] DEBUG (XendDomainInfo:680) Storing domain details: {'cpu/0/availability': 'online', 'memory/target': '32768', 'name': 'Domain-3', 'console/limit': '1048576', 'vm': '/vm/4223f102-7163c15a-60b1f4a4-609c3730', 'domid': '3'} [2005-12-17 20:47:34 xend] INFO (SrvServer:112) unix path=/var/lib/xend/xend-socket [2005-12-17 20:47:43 xend.XendDomainInfo] DEBUG (XendDomainInfo:176) XendDomainInfo.create(['vm', ['name', 'rns'], ['memory', '32'], ['restart', 'onreboot'], ['image', ['linux', ['kernel', '/boot/linux-2.6.12.6-xen0'], ['root', '/dev/sda1 ro'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['nics', '1']]], ['device', ['vbd', ['uname', 'file:/etc/xen/rns.sda1'], ['dev', 'sda1'], ['mode', 'w']]], ['device', ['vif', ['mac', 'aa:00:ac:10:01:0b'], ['bridge', 'xenbr0']]]]) [2005-12-17 20:47:43 xend.XendDomainInfo] DEBUG (XendDomainInfo:281) parseConfig: config is ['vm', ['name', 'rns'], ['memory', '32'], ['restart', 'onreboot'], ['image', ['linux', ['kernel', '/boot/linux-2.6.12.6-xen0'], ['root', '/dev/sda1 ro'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['nics', '1']]], ['device', ['vbd', ['uname', 'file:/etc/xen/rns.sda1'], ['dev', 'sda1'], ['mode', 'w']]], ['device', ['vif', ['mac', 'aa:00:ac:10:01:0b'], ['bridge', 'xenbr0']]]] [2005-12-17 20:47:43 xend.XendDomainInfo] DEBUG (XendDomainInfo:373) parseConfig: result is {'ssidref': None, 'uuid': None, 'on_crash': 'destroy', 'on_reboot': 'restart', 'image': ['linux', ['kernel', '/boot/linux-2.6.12.6-xen0'], ['root', '/dev/sda1 ro'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['nics', '1']], 'on_poweroff': 'destroy', 'cpus': None, 'name': 'rns', 'backend': [], 'vcpus': 1, 'cpu_weight': None, 'vcpu_avail': None, 'memory': 32, 'device': [('vbd', ['vbd', ['uname', 'file:/etc/xen/rns.sda1'], ['dev', 'sda1'], ['mode', 'w']]), ('vif', ['vif', ['mac', 'aa:00:ac:10:01:0b'], ['bridge', 'xenbr0']])], 'bootloader': None, 'cpu': None, 'maxmem': None} [2005-12-17 20:47:43 xend.XendDomainInfo] DEBUG (XendDomainInfo:1123) XendDomainInfo.construct: None 0 [2005-12-17 20:47:43 xend.XendDomainInfo] DEBUG (XendDomainInfo:1155) XendDomainInfo.initDomain: 4 1.0 [2005-12-17 20:47:43 xend] DEBUG (balloon:47) Balloon: free 364; need 33. [2005-12-17 20:47:43 xend] INFO (image:132) buildDomain os=linux dom=4 vcpus=1 [2005-12-17 20:47:43 xend] DEBUG (image:170) dom = 4 [2005-12-17 20:47:43 xend] DEBUG (image:171) image = /boot/linux-2.6.12.6-xen0 [2005-12-17 20:47:43 xend] DEBUG (image:172) store_evtchn = 1 [2005-12-17 20:47:43 xend] DEBUG (image:173) console_evtchn = 2 [2005-12-17 20:47:43 xend] DEBUG (image:174) cmdline = root=/dev/sda1 ro [2005-12-17 20:47:43 xend] DEBUG (image:175) ramdisk = [2005-12-17 20:47:43 xend] DEBUG (image:176) vcpus = 1 Could someone suggest either a solution or how I might get more/better debug information out of xend to help me fix this problem? Thanks, -Craig _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |