WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 404] /etc/init.d/xendomains leaves all domains in a paus

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 404] /etc/init.d/xendomains leaves all domains in a paused state
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Mon, 14 Nov 2005 13:58:45 +0000
Delivery-date: Mon, 14 Nov 2005 13:58:49 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=404


sean@xxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ewan@xxxxxxxxxxxxx




------- Additional Comments From sean@xxxxxxxxx  2005-11-14 13:58 -------
Problem is still happening.  Here are Xend logs for the create for these 5 
domains:

[2005-11-14 08:53:15 xend.XendDomainInfo] DEBUG (XendDomainInfo:151)
XendDomainInfo.create(
['vm', ['name', 'Fedora3'], ['memory', '128'], ['restart', 'onreboot'],
['image', ['linux',
 ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'], ['args', '3'],
['vcpus', '
1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']]], ['device',
['vbd', ['u
name', 'phy:sdb2'], ['dev', 'hda1'], ['mode', 'w']]], ['device', ['vbd',
['uname', 'phy:sdb
6'], ['dev', 'hda2'], ['mode', 'w']]], ['device', ['vif', ['mac',
'aa:00:00:12:34:00'], ['b
ridge', 'br0']]]])
[2005-11-14 08:53:15 xend.XendDomainInfo] DEBUG (XendDomainInfo:254)
parseConfig: config is
 ['vm', ['name', 'Fedora3'], ['memory', '128'], ['restart', 'onreboot'],
['image', ['linux'
, ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'], ['args', '3'],
['vcpus', 
'1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']]], ['device',
['vbd', ['
uname', 'phy:sdb2'], ['dev', 'hda1'], ['mode', 'w']]], ['device', ['vbd',
['uname', 'phy:sd
b6'], ['dev', 'hda2'], ['mode', 'w']]], ['device', ['vif', ['mac',
'aa:00:00:12:34:00'], ['
bridge', 'br0']]]]
[2005-11-14 08:53:15 xend.XendDomainInfo] DEBUG (XendDomainInfo:308)
parseConfig: result is
 {'ssidref': None, 'name': 'Fedora3', 'bootloader': None, 'on_reboot':
'restart', 'image': 
['linux', ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'],
['args', '3'], ['
vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']],
'on_poweroff':
 'destroy', 'on_crash': 'destroy', 'backend': [], 'vcpus': 1, 'cpu_weight':
None, 'vcpu_ava
il': None, 'memory': 128, 'device': [('vbd', ['vbd', ['uname', 'phy:sdb2'],
['dev', 'hda1']
, ['mode', 'w']]), ('vbd', ['vbd', ['uname', 'phy:sdb6'], ['dev', 'hda2'],
['mode', 'w']]),
 ('vif', ['vif', ['mac', 'aa:00:00:12:34:00'], ['bridge', 'br0']])], 'maxmem':
None, 'cpu':
 None, 'uuid': None}
[2005-11-14 08:53:15 xend.XendDomainInfo] DEBUG (XendDomainInfo:1011)
XendDomainInfo.constr
uct: None 0
[2005-11-14 08:53:15 xend.XendDomainInfo] DEBUG (XendDomainInfo:1043)
XendDomainInfo.initDo
main: 182 1.0
[2005-11-14 08:53:15 xend] INFO (image:132) buildDomain os=linux dom=182 vcpus=1
[2005-11-14 08:53:15 xend] DEBUG (image:170) dom            = 182
[2005-11-14 08:53:15 xend] DEBUG (image:171) image          = 
/boot/vmlinuz-2.6-xenU
[2005-11-14 08:53:15 xend] DEBUG (image:172) store_evtchn   = 1
[2005-11-14 08:53:15 xend] DEBUG (image:173) console_evtchn = 2
[2005-11-14 08:53:15 xend] DEBUG (image:174) cmdline        =  root=/dev/hda1 
ro 3
[2005-11-14 08:53:15 xend] DEBUG (image:175) ramdisk        = 
[2005-11-14 08:53:15 xend] DEBUG (image:176) vcpus          = 1
[2005-11-14 08:53:15 xend] DEBUG (blkif:24) exception looking up device number
for hda1: [E
rrno 2] No such file or directory: '/dev/hda1'
[2005-11-14 08:53:15 xend] DEBUG (DevController:275) DevController: writing
{'virtual-devic
e': '769', 'backend-id': '0', 'backend': '/local/domain/0/backend/vbd/182/769'}
to /local/d
omain/182/device/vbd/769.
[2005-11-14 08:53:15 xend] DEBUG (DevController:277) DevController: writing
{'domain': 'Fed
ora3', 'params': 'sdb2', 'frontend-id': '182', 'type': 'phy', 'dev': 'hda1',
'frontend': '/
local/domain/182/device/vbd/769'} to /local/domain/0/backend/vbd/182/769.
[2005-11-14 08:53:15 xend] DEBUG (blkif:24) exception looking up device number
for hda2: [E
rrno 2] No such file or directory: '/dev/hda2'
[2005-11-14 08:53:15 xend] DEBUG (DevController:275) DevController: writing
{'virtual-devic
e': '770', 'backend-id': '0', 'backend': '/local/domain/0/backend/vbd/182/770'}
to /local/d
omain/182/device/vbd/770.
[2005-11-14 08:53:15 xend] DEBUG (DevController:277) DevController: writing
{'domain': 'Fed
ora3', 'params': 'sdb6', 'frontend-id': '182', 'type': 'phy', 'dev': 'hda2',
'frontend': '/
local/domain/182/device/vbd/770'} to /local/domain/0/backend/vbd/182/770.
[2005-11-14 08:53:15 xend] DEBUG (DevController:275) DevController: writing
{'backend-id': 
'0', 'mac': 'aa:00:00:12:34:00', 'handle': '0', 'backend':
'/local/domain/0/backend/vif/182
/0'} to /local/domain/182/device/vif/0.
[2005-11-14 08:53:15 xend] DEBUG (DevController:277) DevController: writing
{'bridge': 'br0
', 'mac': 'aa:00:00:12:34:00', 'handle': '0', 'script':
'/etc/xen/scripts/vif-bridge', 'fro
ntend-id': '182', 'domain': 'Fedora3', 'frontend':
'/local/domain/182/device/vif/0'} to /lo
cal/domain/0/backend/vif/182/0.
[2005-11-14 08:53:15 xend.XendDomainInfo] DEBUG (XendDomainInfo:549) Storing VM
details: {'
ssidref': '0', 'uuid': '3a489f37-e487-1a32-4e12-11f292160124', 'on_reboot':
'restart', 'ima
ge': "(linux (kernel /boot/vmlinuz-2.6-xenU) (root '/dev/hda1 ro') (args 3)
(vcpus 1) (vcpu
s 1) (boot c) (display localhost:10.0))", 'on_poweroff': 'destroy', 'name':
'Fedora3', 'vcp
us': '1', 'vcpu_avail': '1', 'memory': '128', 'on_crash': 'destroy', 'maxmem':
'128'}
[2005-11-14 08:53:15 xend.XendDomainInfo] DEBUG (XendDomainInfo:574) Storing
domain details
: {'console/ring-ref': '176632', 'console/port': '2', 'name': 'Fedora3',
'console/limit': '
1048576', 'vm': '/vm/3a489f37-e487-1a32-4e12-11f292160124', 'domid': '182',
'cpu/0/availabi
lity': 'online', 'memory/target': '131072', 'store/ring-ref': '176633',
'store/port': '1'}
[2005-11-14 08:53:15 xend] DEBUG (DevController:69) Waiting for devices vif.
[2005-11-14 08:53:15 xend] DEBUG (DevController:75) Waiting for 0.
[2005-11-14 08:53:16 xend] DEBUG (DevController:69) Waiting for devices usb.
[2005-11-14 08:53:16 xend] DEBUG (DevController:69) Waiting for devices vbd.
[2005-11-14 08:53:16 xend] DEBUG (DevController:75) Waiting for 769.
[2005-11-14 08:53:16 xend] DEBUG (DevController:75) Waiting for 770.
[2005-11-14 08:53:16 xend] DEBUG (DevController:69) Waiting for devices pci.
[2005-11-14 08:53:16 xend] DEBUG (DevController:69) Waiting for devices ioports.
[2005-11-14 08:53:16 xend] DEBUG (DevController:69) Waiting for devices vtpm.
[2005-11-14 08:53:16 xend] INFO (XendDomain:349) Domain Fedora3 (182) unpaused.
[2005-11-14 08:53:17 xend.XendDomainInfo] DEBUG (XendDomainInfo:151)
XendDomainInfo.create(
['vm', ['name', 'Fedora4'], ['memory', '128'], ['restart', 'onreboot'],
['image', ['linux',
 ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'], ['args', '3'],
['vcpus', '
1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']]], ['device',
['vbd', ['u
name', 'phy:sdc2'], ['dev', 'hda1'], ['mode', 'w']]], ['device', ['vbd',
['uname', 'phy:sdc
6'], ['dev', 'hda2'], ['mode', 'w']]], ['device', ['vif', ['mac',
'aa:00:00:12:34:10'], ['b
ridge', 'br0']]]])
[2005-11-14 08:53:17 xend.XendDomainInfo] DEBUG (XendDomainInfo:254)
parseConfig: config is
 ['vm', ['name', 'Fedora4'], ['memory', '128'], ['restart', 'onreboot'],
['image', ['linux'
, ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'], ['args', '3'],
['vcpus', 
'1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']]], ['device',
['vbd', ['
uname', 'phy:sdc2'], ['dev', 'hda1'], ['mode', 'w']]], ['device', ['vbd',
['uname', 'phy:sd
c6'], ['dev', 'hda2'], ['mode', 'w']]], ['device', ['vif', ['mac',
'aa:00:00:12:34:10'], ['
bridge', 'br0']]]]
[2005-11-14 08:53:17 xend.XendDomainInfo] DEBUG (XendDomainInfo:308)
parseConfig: result is
 {'ssidref': None, 'name': 'Fedora4', 'bootloader': None, 'on_reboot':
'restart', 'image': 
['linux', ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'],
['args', '3'], ['
vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']],
'on_poweroff':
 'destroy', 'on_crash': 'destroy', 'backend': [], 'vcpus': 1, 'cpu_weight':
None, 'vcpu_ava
il': None, 'memory': 128, 'device': [('vbd', ['vbd', ['uname', 'phy:sdc2'],
['dev', 'hda1']
, ['mode', 'w']]), ('vbd', ['vbd', ['uname', 'phy:sdc6'], ['dev', 'hda2'],
['mode', 'w']]),
 ('vif', ['vif', ['mac', 'aa:00:00:12:34:10'], ['bridge', 'br0']])], 'maxmem':
None, 'cpu':
 None, 'uuid': None}
[2005-11-14 08:53:17 xend.XendDomainInfo] DEBUG (XendDomainInfo:1011)
XendDomainInfo.constr
uct: None 0
[2005-11-14 08:53:17 xend.XendDomainInfo] DEBUG (XendDomainInfo:1043)
XendDomainInfo.initDo
main: 183 1.0
[2005-11-14 08:53:17 xend] INFO (image:132) buildDomain os=linux dom=183 vcpus=1
[2005-11-14 08:53:17 xend] DEBUG (image:170) dom            = 183
[2005-11-14 08:53:17 xend] DEBUG (image:171) image          = 
/boot/vmlinuz-2.6-xenU
[2005-11-14 08:53:17 xend] DEBUG (image:172) store_evtchn   = 1
[2005-11-14 08:53:17 xend] DEBUG (image:173) console_evtchn = 2
[2005-11-14 08:53:17 xend] DEBUG (image:174) cmdline        =  root=/dev/hda1 
ro 3
[2005-11-14 08:53:17 xend] DEBUG (image:175) ramdisk        = 
[2005-11-14 08:53:17 xend] DEBUG (image:176) vcpus          = 1
[2005-11-14 08:53:17 xend] DEBUG (blkif:24) exception looking up device number
for hda1: [E
rrno 2] No such file or directory: '/dev/hda1'
[2005-11-14 08:53:18 xend] DEBUG (DevController:275) DevController: writing
{'virtual-devic
e': '769', 'backend-id': '0', 'backend': '/local/domain/0/backend/vbd/183/769'}
to /local/d
omain/183/device/vbd/769.[2005-11-14 08:53:18 xend] DEBUG (DevController:277)
DevController: writing {'domain': 'Fed
ora4', 'params': 'sdc2', 'frontend-id': '183', 'type': 'phy', 'dev': 'hda1',
'frontend': '/
local/domain/183/device/vbd/769'} to /local/domain/0/backend/vbd/183/769.
[2005-11-14 08:53:18 xend] DEBUG (blkif:24) exception looking up device number
for hda2: [E
rrno 2] No such file or directory: '/dev/hda2'
[2005-11-14 08:53:18 xend] DEBUG (DevController:275) DevController: writing
{'virtual-devic
e': '770', 'backend-id': '0', 'backend': '/local/domain/0/backend/vbd/183/770'}
to /local/d
omain/183/device/vbd/770.
[2005-11-14 08:53:18 xend] DEBUG (DevController:277) DevController: writing
{'domain': 'Fed
ora4', 'params': 'sdc6', 'frontend-id': '183', 'type': 'phy', 'dev': 'hda2',
'frontend': '/
local/domain/183/device/vbd/770'} to /local/domain/0/backend/vbd/183/770.
[2005-11-14 08:53:18 xend] DEBUG (DevController:275) DevController: writing
{'backend-id': 
'0', 'mac': 'aa:00:00:12:34:10', 'handle': '0', 'backend':
'/local/domain/0/backend/vif/183
/0'} to /local/domain/183/device/vif/0.
[2005-11-14 08:53:18 xend] DEBUG (DevController:277) DevController: writing
{'bridge': 'br0
', 'mac': 'aa:00:00:12:34:10', 'handle': '0', 'script':
'/etc/xen/scripts/vif-bridge', 'fro
ntend-id': '183', 'domain': 'Fedora4', 'frontend':
'/local/domain/183/device/vif/0'} to /lo
cal/domain/0/backend/vif/183/0.
[2005-11-14 08:53:18 xend.XendDomainInfo] DEBUG (XendDomainInfo:549) Storing VM
details: {'
ssidref': '0', 'uuid': '4b51a28e-da3d-b29c-444d-30dac8149fe4', 'on_reboot':
'restart', 'ima
ge': "(linux (kernel /boot/vmlinuz-2.6-xenU) (root '/dev/hda1 ro') (args 3)
(vcpus 1) (vcpu
s 1) (boot c) (display localhost:10.0))", 'on_poweroff': 'destroy', 'name':
'Fedora4', 'vcp
us': '1', 'vcpu_avail': '1', 'memory': '128', 'on_crash': 'destroy', 'maxmem':
'128'}
[2005-11-14 08:53:18 xend.XendDomainInfo] DEBUG (XendDomainInfo:574) Storing
domain details
: {'console/ring-ref': '19089', 'console/port': '2', 'name': 'Fedora4',
'console/limit': '1
048576', 'vm': '/vm/4b51a28e-da3d-b29c-444d-30dac8149fe4', 'domid': '183',
'cpu/0/availabil
ity': 'online', 'memory/target': '131072', 'store/ring-ref': '19090',
'store/port': '1'}
[2005-11-14 08:53:18 xend] DEBUG (DevController:69) Waiting for devices vif.
[2005-11-14 08:53:18 xend] DEBUG (DevController:75) Waiting for 0.
[2005-11-14 08:53:18 xend] DEBUG (DevController:69) Waiting for devices usb.
[2005-11-14 08:53:18 xend] DEBUG (DevController:69) Waiting for devices vbd.
[2005-11-14 08:53:18 xend] DEBUG (DevController:75) Waiting for 769.
[2005-11-14 08:53:18 xend] DEBUG (DevController:75) Waiting for 770.
[2005-11-14 08:53:18 xend] DEBUG (DevController:69) Waiting for devices pci.
[2005-11-14 08:53:18 xend] DEBUG (DevController:69) Waiting for devices ioports.
[2005-11-14 08:53:18 xend] DEBUG (DevController:69) Waiting for devices vtpm.
[2005-11-14 08:53:18 xend] INFO (XendDomain:349) Domain Fedora4 (183) unpaused.
[2005-11-14 08:53:19 xend.XendDomainInfo] DEBUG (XendDomainInfo:151)
XendDomainInfo.create(
['vm', ['name', 'Mandrake2006'], ['memory', '128'], ['restart', 'onreboot'],
['image', ['li
nux', ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'], ['args',
'3'], ['vcpu
s', '1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']]],
['device', ['vbd'
, ['uname', 'phy:sdb1'], ['dev', 'hda1'], ['mode', 'w']]], ['device', ['vbd',
['uname', 'ph
y:sdb5'], ['dev', 'hda2'], ['mode', 'w']]], ['device', ['vif', ['mac',
'aa:00:00:12:34:02']
, ['bridge', 'br0']]]])
[2005-11-14 08:53:19 xend.XendDomainInfo] DEBUG (XendDomainInfo:254)
parseConfig: config is
 ['vm', ['name', 'Mandrake2006'], ['memory', '128'], ['restart', 'onreboot'],
['image', ['l
inux', ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'], ['args',
'3'], ['vcp
us', '1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']]],
['device', ['vbd
', ['uname', 'phy:sdb1'], ['dev', 'hda1'], ['mode', 'w']]], ['device', ['vbd',
['uname', 'p
hy:sdb5'], ['dev', 'hda2'], ['mode', 'w']]], ['device', ['vif', ['mac',
'aa:00:00:12:34:02'
], ['bridge', 'br0']]]]
[2005-11-14 08:53:19 xend.XendDomainInfo] DEBUG (XendDomainInfo:308)
parseConfig: result is
 {'ssidref': None, 'name': 'Mandrake2006', 'bootloader': None, 'on_reboot':
'restart', 'ima
ge': ['linux', ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'],
['args', '3'
], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['display',
'localhost:10.0']], 'on_power
off': 'destroy', 'on_crash': 'destroy', 'backend': [], 'vcpus': 1, 'cpu_weight':
None, 'vcp
u_avail': None, 'memory': 128, 'device': [('vbd', ['vbd', ['uname', 'phy:sdb1'],
['dev', 'h
da1'], ['mode', 'w']]), ('vbd', ['vbd', ['uname', 'phy:sdb5'], ['dev', 'hda2'],
['mode', 'w
']]), ('vif', ['vif', ['mac', 'aa:00:00:12:34:02'], ['bridge', 'br0']])],
'maxmem': None, '
cpu': None, 'uuid': None}
[2005-11-14 08:53:19 xend.XendDomainInfo] DEBUG (XendDomainInfo:1011)
XendDomainInfo.constr
uct: None 0
[2005-11-14 08:53:19 xend.XendDomainInfo] DEBUG (XendDomainInfo:1043)
XendDomainInfo.initDo
main: 184 1.0
[2005-11-14 08:53:19 xend] INFO (image:132) buildDomain os=linux dom=184 vcpus=1
[2005-11-14 08:53:19 xend] DEBUG (image:170) dom            = 184
[2005-11-14 08:53:19 xend] DEBUG (image:171) image          = 
/boot/vmlinuz-2.6-xenU
[2005-11-14 08:53:19 xend] DEBUG (image:172) store_evtchn   = 1
[2005-11-14 08:53:19 xend] DEBUG (image:173) console_evtchn = 2
[2005-11-14 08:53:19 xend] DEBUG (image:174) cmdline        =  root=/dev/hda1 
ro 3
[2005-11-14 08:53:19 xend] DEBUG (image:175) ramdisk        = 
[2005-11-14 08:53:19 xend] DEBUG (image:176) vcpus          = 1
[2005-11-14 08:53:20 xend] DEBUG (blkif:24) exception looking up device number
for hda1: [E
rrno 2] No such file or directory: '/dev/hda1'
[2005-11-14 08:53:20 xend] DEBUG (DevController:275) DevController: writing
{'virtual-devic
e': '769', 'backend-id': '0', 'backend': '/local/domain/0/backend/vbd/184/769'}
to /local/d
omain/184/device/vbd/769.
[2005-11-14 08:53:20 xend] DEBUG (DevController:277) DevController: writing
{'domain': 'Man
drake2006', 'params': 'sdb1', 'frontend-id': '184', 'type': 'phy', 'dev':
'hda1', 'frontend
': '/local/domain/184/device/vbd/769'} to /local/domain/0/backend/vbd/184/769.
[2005-11-14 08:53:20 xend] DEBUG (blkif:24) exception looking up device number
for hda2: [E
rrno 2] No such file or directory: '/dev/hda2'
[2005-11-14 08:53:20 xend] DEBUG (DevController:275) DevController: writing
{'virtual-devic
e': '770', 'backend-id': '0', 'backend': '/local/domain/0/backend/vbd/184/770'}
to /local/d
omain/184/device/vbd/770.
[2005-11-14 08:53:20 xend] DEBUG (DevController:277) DevController: writing
{'domain': 'Man
drake2006', 'params': 'sdb5', 'frontend-id': '184', 'type': 'phy', 'dev':
'hda2', 'frontend
': '/local/domain/184/device/vbd/770'} to /local/domain/0/backend/vbd/184/770.
[2005-11-14 08:53:20 xend] DEBUG (DevController:275) DevController: writing
{'backend-id': 
'0', 'mac': 'aa:00:00:12:34:02', 'handle': '0', 'backend':
'/local/domain/0/backend/vif/184
/0'} to /local/domain/184/device/vif/0.
[2005-11-14 08:53:20 xend] DEBUG (DevController:277) DevController: writing
{'bridge': 'br0
', 'mac': 'aa:00:00:12:34:02', 'handle': '0', 'script':
'/etc/xen/scripts/vif-bridge', 'fro
ntend-id': '184', 'domain': 'Mandrake2006', 'frontend':
'/local/domain/184/device/vif/0'} t
o /local/domain/0/backend/vif/184/0.
[2005-11-14 08:53:20 xend.XendDomainInfo] DEBUG (XendDomainInfo:549) Storing VM
details: {'
ssidref': '0', 'uuid': '37c2f743-72b0-3805-41d9-43495cdc0c6b', 'on_reboot':
'restart', 'ima
ge': "(linux (kernel /boot/vmlinuz-2.6-xenU) (root '/dev/hda1 ro') (args 3)
(vcpus 1) (vcpu
s 1) (boot c) (display localhost:10.0))", 'on_poweroff': 'destroy', 'name':
'Mandrake2006',
 'vcpus': '1', 'vcpu_avail': '1', 'memory': '128', 'on_crash': 'destroy',
'maxmem': '128'}
[2005-11-14 08:53:20 xend.XendDomainInfo] DEBUG (XendDomainInfo:574) Storing
domain details
: {'console/ring-ref': '140288', 'console/port': '2', 'name': 'Mandrake2006',
'console/limi
t': '1048576', 'vm': '/vm/37c2f743-72b0-3805-41d9-43495cdc0c6b', 'domid': '184',
'cpu/0/ava
ilability': 'online', 'memory/target': '131072', 'store/ring-ref': '140289',
'store/port': 
'1'}
[2005-11-14 08:53:20 xend] DEBUG (DevController:69) Waiting for devices vif.
[2005-11-14 08:53:20 xend] DEBUG (DevController:75) Waiting for 0.
[2005-11-14 08:53:20 xend] DEBUG (DevController:69) Waiting for devices usb.
[2005-11-14 08:53:20 xend] DEBUG (DevController:69) Waiting for devices vbd.
[2005-11-14 08:53:21 xend] DEBUG (DevController:75) Waiting for 769.
[2005-11-14 08:53:21 xend] DEBUG (DevController:75) Waiting for 770.
[2005-11-14 08:53:21 xend] DEBUG (DevController:69) Waiting for devices pci.
[2005-11-14 08:53:21 xend] DEBUG (DevController:69) Waiting for devices ioports.
[2005-11-14 08:53:21 xend] DEBUG (DevController:69) Waiting for devices vtpm.
[2005-11-14 08:53:21 xend] INFO (XendDomain:349) Domain Mandrake2006 (184) 
unpaused.
[2005-11-14 08:53:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:151)
XendDomainInfo.create(
['vm', ['name', 'Mandrake10.2'], ['memory', '128'], ['restart', 'onreboot'],
['image', ['li
nux', ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'], ['args',
'3'], ['vcpu
s', '1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']]],
['device', ['vbd'
, ['uname', 'phy:sdc1'], ['dev', 'hda1'], ['mode', 'w']]], ['device', ['vbd',
['uname', 'ph
y:sdc5'], ['dev', 'hda2'], ['mode', 'w']]], ['device', ['vif', ['mac',
'aa:00:00:12:34:12']
, ['bridge', 'br0']]]])
[2005-11-14 08:53:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:254)
parseConfig: config is
 ['vm', ['name', 'Mandrake10.2'], ['memory', '128'], ['restart', 'onreboot'],
['image', ['l
inux', ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'], ['args',
'3'], ['vcp
us', '1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']]],
['device', ['vbd
', ['uname', 'phy:sdc1'], ['dev', 'hda1'], ['mode', 'w']]], ['device', ['vbd',
['uname', 'p
hy:sdc5'], ['dev', 'hda2'], ['mode', 'w']]], ['device', ['vif', ['mac',
'aa:00:00:12:34:12'
], ['bridge', 'br0']]]]
[2005-11-14 08:53:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:308)
parseConfig: result is
 {'ssidref': None, 'name': 'Mandrake10.2', 'bootloader': None, 'on_reboot':
'restart', 'ima
ge': ['linux', ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'],
['args', '3'
], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['display',
'localhost:10.0']], 'on_power
off': 'destroy', 'on_crash': 'destroy', 'backend': [], 'vcpus': 1, 'cpu_weight':
None, 'vcp
u_avail': None, 'memory': 128, 'device': [('vbd', ['vbd', ['uname', 'phy:sdc1'],
['dev', 'h
da1'], ['mode', 'w']]), ('vbd', ['vbd', ['uname', 'phy:sdc5'], ['dev', 'hda2'],
['mode', 'w
']]), ('vif', ['vif', ['mac', 'aa:00:00:12:34:12'], ['bridge', 'br0']])],
'maxmem': None, '
cpu': None, 'uuid': None}
[2005-11-14 08:53:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:1011)
XendDomainInfo.constr
uct: None 0
[2005-11-14 08:53:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:1043)
XendDomainInfo.initDo
main: 185 1.0
[2005-11-14 08:53:22 xend] INFO (image:132) buildDomain os=linux dom=185 vcpus=1
[2005-11-14 08:53:22 xend] DEBUG (image:170) dom            = 185
[2005-11-14 08:53:22 xend] DEBUG (image:171) image          = 
/boot/vmlinuz-2.6-xenU
[2005-11-14 08:53:22 xend] DEBUG (image:172) store_evtchn   = 1
[2005-11-14 08:53:22 xend] DEBUG (image:173) console_evtchn = 2
[2005-11-14 08:53:22 xend] DEBUG (image:174) cmdline        =  root=/dev/hda1 
ro 3
[2005-11-14 08:53:22 xend] DEBUG (image:175) ramdisk        = 
[2005-11-14 08:53:22 xend] DEBUG (image:176) vcpus          = 1
[2005-11-14 08:53:22 xend] DEBUG (blkif:24) exception looking up device number
for hda1: [E
rrno 2] No such file or directory: '/dev/hda1'
[2005-11-14 08:53:22 xend] DEBUG (DevController:275) DevController: writing
{'virtual-devic
e': '769', 'backend-id': '0', 'backend': '/local/domain/0/backend/vbd/185/769'}
to /local/d
omain/185/device/vbd/769.
[2005-11-14 08:53:22 xend] DEBUG (DevController:277) DevController: writing
{'domain': 'Man
drake10.2', 'params': 'sdc1', 'frontend-id': '185', 'type': 'phy', 'dev':
'hda1', 'frontend
': '/local/domain/185/device/vbd/769'} to /local/domain/0/backend/vbd/185/769.
[2005-11-14 08:53:22 xend] DEBUG (blkif:24) exception looking up device number
for hda2: [E
rrno 2] No such file or directory: '/dev/hda2'
[2005-11-14 08:53:22 xend] DEBUG (DevController:275) DevController: writing
{'virtual-devic
e': '770', 'backend-id': '0', 'backend': '/local/domain/0/backend/vbd/185/770'}
to /local/d
omain/185/device/vbd/770.
[2005-11-14 08:53:22 xend] DEBUG (DevController:277) DevController: writing
{'domain': 'Man
drake10.2', 'params': 'sdc5', 'frontend-id': '185', 'type': 'phy', 'dev':
'hda2', 'frontend
': '/local/domain/185/device/vbd/770'} to /local/domain/0/backend/vbd/185/770.
[2005-11-14 08:53:22 xend] DEBUG (DevController:275) DevController: writing
{'backend-id': 
'0', 'mac': 'aa:00:00:12:34:12', 'handle': '0', 'backend':
'/local/domain/0/backend/vif/185
/0'} to /local/domain/185/device/vif/0.
[2005-11-14 08:53:22 xend] DEBUG (DevController:277) DevController: writing
{'bridge': 'br0
', 'mac': 'aa:00:00:12:34:12', 'handle': '0', 'script':
'/etc/xen/scripts/vif-bridge', 'fro
ntend-id': '185', 'domain': 'Mandrake10.2', 'frontend':
'/local/domain/185/device/vif/0'} t
o /local/domain/0/backend/vif/185/0.
[2005-11-14 08:53:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:549) Storing VM
details: {'
ssidref': '0', 'uuid': '0d0fd6c0-c4d1-45fc-6ef3-752aafecdf59', 'on_reboot':
'restart', 'ima
ge': "(linux (kernel /boot/vmlinuz-2.6-xenU) (root '/dev/hda1 ro') (args 3)
(vcpus 1) (vcpu
s 1) (boot c) (display localhost:10.0))", 'on_poweroff': 'destroy', 'name':
'Mandrake10.2',
 'vcpus': '1', 'vcpu_avail': '1', 'memory': '128', 'on_crash': 'destroy',
'maxmem': '128'}
[2005-11-14 08:53:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:574) Storing
domain details
: {'console/ring-ref': '179199', 'console/port': '2', 'name': 'Mandrake10.2',
'console/limi
t': '1048576', 'vm': '/vm/0d0fd6c0-c4d1-45fc-6ef3-752aafecdf59', 'domid': '185',
'cpu/0/ava
ilability': 'online', 'memory/target': '131072', 'store/ring-ref': '86528',
'store/port': '
1'}
[2005-11-14 08:53:22 xend] DEBUG (DevController:69) Waiting for devices vif.
[2005-11-14 08:53:22 xend] DEBUG (DevController:75) Waiting for 0.
[2005-11-14 08:53:23 xend] DEBUG (DevController:69) Waiting for devices usb.
[2005-11-14 08:53:23 xend] DEBUG (DevController:69) Waiting for devices vbd.
[2005-11-14 08:53:23 xend] DEBUG (DevController:75) Waiting for 769.
[2005-11-14 08:53:23 xend] DEBUG (DevController:75) Waiting for 770.
[2005-11-14 08:53:23 xend] DEBUG (DevController:69) Waiting for devices pci.
[2005-11-14 08:53:23 xend] DEBUG (DevController:69) Waiting for devices ioports.
[2005-11-14 08:53:23 xend] DEBUG (DevController:69) Waiting for devices vtpm.
[2005-11-14 08:53:23 xend] INFO (XendDomain:349) Domain Mandrake10.2 (185) 
unpaused.
[2005-11-14 08:53:24 xend.XendDomainInfo] DEBUG (XendDomainInfo:151)
XendDomainInfo.create(
['vm', ['name', 'Suse9.2'], ['memory', '100'], ['restart', 'onreboot'],
['image', ['linux',
 ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'], ['args', '3'],
['vcpus', '
1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']]], ['device',
['vbd', ['u
name', 'phy:sdb3'], ['dev', 'hda1'], ['mode', 'w']]], ['device', ['vbd',
['uname', 'phy:sdb
7'], ['dev', 'hda2'], ['mode', 'w']]], ['device', ['vif', ['mac',
'aa:00:00:12:34:01'], ['b
ridge', 'br0']]]])
[2005-11-14 08:53:24 xend.XendDomainInfo] DEBUG (XendDomainInfo:254)
parseConfig: config is
 ['vm', ['name', 'Suse9.2'], ['memory', '100'], ['restart', 'onreboot'],
['image', ['linux'
, ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'], ['args', '3'],
['vcpus', 
'1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']]], ['device',
['vbd', ['
uname', 'phy:sdb3'], ['dev', 'hda1'], ['mode', 'w']]], ['device', ['vbd',
['uname', 'phy:sd
b7'], ['dev', 'hda2'], ['mode', 'w']]], ['device', ['vif', ['mac',
'aa:00:00:12:34:01'], ['
bridge', 'br0']]]]
[2005-11-14 08:53:24 xend.XendDomainInfo] DEBUG (XendDomainInfo:308)
parseConfig: result is
 {'ssidref': None, 'name': 'Suse9.2', 'bootloader': None, 'on_reboot':
'restart', 'image': 
['linux', ['kernel', '/boot/vmlinuz-2.6-xenU'], ['root', '/dev/hda1 ro'],
['args', '3'], ['
vcpus', '1'], ['vcpus', '1'], ['boot', 'c'], ['display', 'localhost:10.0']],
'on_poweroff':
 'destroy', 'on_crash': 'destroy', 'backend': [], 'vcpus': 1, 'cpu_weight':
None, 'vcpu_ava
il': None, 'memory': 100, 'device': [('vbd', ['vbd', ['uname', 'phy:sdb3'],
['dev', 'hda1']
, ['mode', 'w']]), ('vbd', ['vbd', ['uname', 'phy:sdb7'], ['dev', 'hda2'],
['mode', 'w']]),
 ('vif', ['vif', ['mac', 'aa:00:00:12:34:01'], ['bridge', 'br0']])], 'maxmem':
None, 'cpu':
 None, 'uuid': None}
[2005-11-14 08:53:24 xend.XendDomainInfo] DEBUG (XendDomainInfo:1011)
XendDomainInfo.constr
uct: None 0
[2005-11-14 08:53:24 xend.XendDomainInfo] DEBUG (XendDomainInfo:1043)
XendDomainInfo.initDo
main: 186 1.0
[2005-11-14 08:53:24 xend] INFO (image:132) buildDomain os=linux dom=186 vcpus=1
[2005-11-14 08:53:24 xend] DEBUG (image:170) dom            = 186
[2005-11-14 08:53:24 xend] DEBUG (image:171) image          = 
/boot/vmlinuz-2.6-xenU
[2005-11-14 08:53:24 xend] DEBUG (image:172) store_evtchn   = 1
[2005-11-14 08:53:24 xend] DEBUG (image:173) console_evtchn = 2
[2005-11-14 08:53:24 xend] DEBUG (image:174) cmdline        =  root=/dev/hda1 
ro 3
[2005-11-14 08:53:24 xend] DEBUG (image:175) ramdisk        = 
[2005-11-14 08:53:24 xend] DEBUG (image:176) vcpus          = 1
[2005-11-14 08:53:24 xend] DEBUG (blkif:24) exception looking up device number
for hda1: [E
rrno 2] No such file or directory: '/dev/hda1'
[2005-11-14 08:53:24 xend] DEBUG (DevController:275) DevController: writing
{'virtual-devic
e': '769', 'backend-id': '0', 'backend': '/local/domain/0/backend/vbd/186/769'}
to /local/d
omain/186/device/vbd/769.
[2005-11-14 08:53:24 xend] DEBUG (DevController:277) DevController: writing
{'domain': 'Sus
e9.2', 'params': 'sdb3', 'frontend-id': '186', 'type': 'phy', 'dev': 'hda1',
'frontend': '/
local/domain/186/device/vbd/769'} to /local/domain/0/backend/vbd/186/769.
[2005-11-14 08:53:24 xend] DEBUG (blkif:24) exception looking up device number
for hda2: [E
rrno 2] No such file or directory: '/dev/hda2'
[2005-11-14 08:53:24 xend] DEBUG (DevController:275) DevController: writing
{'virtual-devic
e': '770', 'backend-id': '0', 'backend': '/local/domain/0/backend/vbd/186/770'}
to /local/d
omain/186/device/vbd/770.
[2005-11-14 08:53:24 xend] DEBUG (DevController:277) DevController: writing
{'domain': 'Sus
e9.2', 'params': 'sdb7', 'frontend-id': '186', 'type': 'phy', 'dev': 'hda2',
'frontend': '/
local/domain/186/device/vbd/770'} to /local/domain/0/backend/vbd/186/770.
[2005-11-14 08:53:24 xend] DEBUG (DevController:275) DevController: writing
{'backend-id': 
'0', 'mac': 'aa:00:00:12:34:01', 'handle': '0', 'backend':
'/local/domain/0/backend/vif/186
/0'} to /local/domain/186/device/vif/0.
[2005-11-14 08:53:24 xend] DEBUG (DevController:277) DevController: writing
{'bridge': 'br0
', 'mac': 'aa:00:00:12:34:01', 'handle': '0', 'script':
'/etc/xen/scripts/vif-bridge', 'fro
ntend-id': '186', 'domain': 'Suse9.2', 'frontend':
'/local/domain/186/device/vif/0'} to /lo
cal/domain/0/backend/vif/186/0.
[2005-11-14 08:53:24 xend.XendDomainInfo] DEBUG (XendDomainInfo:549) Storing VM
details: {'
ssidref': '0', 'uuid': '1ab6ef5a-a48b-7cd7-5867-c4895379a9d2', 'on_reboot':
'restart', 'ima
ge': "(linux (kernel /boot/vmlinuz-2.6-xenU) (root '/dev/hda1 ro') (args 3)
(vcpus 1) (vcpu
s 1) (boot c) (display localhost:10.0))", 'on_poweroff': 'destroy', 'name':
'Suse9.2', 'vcp
us': '1', 'vcpu_avail': '1', 'memory': '100', 'on_crash': 'destroy', 'maxmem':
'100'}
[2005-11-14 08:53:24 xend.XendDomainInfo] DEBUG (XendDomainInfo:574) Storing
domain details
: {'console/ring-ref': '158725', 'console/port': '2', 'name': 'Suse9.2',
'console/limit': '
1048576', 'vm': '/vm/1ab6ef5a-a48b-7cd7-5867-c4895379a9d2', 'domid': '186',
'cpu/0/availabi
lity': 'online', 'memory/target': '102400', 'store/ring-ref': '158726',
'store/port': '1'}
[2005-11-14 08:53:25 xend] DEBUG (DevController:69) Waiting for devices vif.
[2005-11-14 08:53:25 xend] DEBUG (DevController:75) Waiting for 0.
[2005-11-14 08:53:25 xend] DEBUG (DevController:69) Waiting for devices usb.
[2005-11-14 08:53:25 xend] DEBUG (DevController:69) Waiting for devices vbd.
[2005-11-14 08:53:25 xend] DEBUG (DevController:75) Waiting for 769.
[2005-11-14 08:53:25 xend] DEBUG (DevController:75) Waiting for 770.
[2005-11-14 08:53:25 xend] DEBUG (DevController:69) Waiting for devices pci.
[2005-11-14 08:53:25 xend] DEBUG (DevController:69) Waiting for devices ioports.
[2005-11-14 08:53:25 xend] DEBUG (DevController:69) Waiting for devices vtpm.
[2005-11-14 08:53:25 xend] INFO (XendDomain:349) Domain Suse9.2 (186) unpaused.



-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>