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-users

[Xen-users] domU fails to start

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] domU fails to start
From: "Russell Horn" <albanach@xxxxxxxxx>
Date: Fri, 12 Dec 2008 09:02:35 -0500
Delivery-date: Fri, 12 Dec 2008 06:04:04 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=wnpNewuDYiyhlt9bHqQ86cWYzRaUojmRg2TTPF8/iPI=; b=t64rnNNo9izw4Zdfbivg1dAd1sb36RVfNm3rrVOkOKfuoiuCymdl8N+ba32+lva+Gy A8Y7CfpOqnWLgDxr8I4e53FLTbLKocjL+MwqcaAkCdEe0tTlf+bBiq8gluA/uiu6EGrp krc1aBaTaaFAidWcQ0FoIr7vKcJAkDOK4oKFM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=JEVO7lBcYfHOiaIkgFd0nZkNUGC8EeRCaupo582CtAY0KYbMOKcWdaAwH+gR1uR65a iY5wtd38r2EU++s0FLbF34nCMvuK6nAyb0ay6It1u6RFqZSaCvJ4otUxH1lCGtkAhqKQ xtncR8FWIeMZuo0baMIKjqvEq/IkTOMHX4TdA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I'm running a SUSE Enterprise DomU on a SUSE Enterprise Dom0 - or I
was until an hour ago.

The DomU was rebooted and fails to come back up. I can't see any
obvious reason as to why.

I've included the config file, console output and xend.log data. Can
anyone see anything that might be causing this?

Thanks,

Russell.


My config file is:

ostype="sles10"
name="sles10"
memory=1024
vcpus=2
uuid="2ae3ebbb-032d-0f7d-49c5-1b0ef1f5a9ab"
on_crash="destroy"
on_poweroff="destroy"
on_reboot="restart"
localtime=0
builder="linux"
kernel="/tmp/suse_boot/vmlinuz-2.6.16.46-0.12-xen"
ramdisk="/tmp/suse_boot/initrd-2.6.16.46-0.12-xen"
disk=[ 'phy:/dev/system/sles_paddington,hda,w']
vif=[ 'mac=00:16:3e:19:8e:84', ]

The xend.log contains:

[2008-12-12 13:55:40 5772] DEBUG (XendDomainInfo:78)
XendDomainInfo.create(['vm', ['name', 'sles10'], ['memory', 1024],
['on_poweroff', 'destroy'], ['on_reboot', 'restart'], ['on_crash',
'destroy'], ['vcpus', 2], ['on_xend_start', 'ignore'],
['on_xend_stop', 'ignore'], ['uuid',
'2ae3ebbb-032d-0f7d-49c5-1b0ef1f5a9ab'], ['image', ['linux',
['kernel', '/tmp/suse_boot/vmlinuz-2.6.16.46-0.12-xen'], ['ramdisk',
'/tmp/suse_boot/initrd-2.6.16.46-0.12-xen']]], ['device', ['vbd',
['uname', 'phy:/dev/system/sles_paddington'], ['dev', 'hda'], ['mode',
'w']]], ['device', ['vif', ['mac', '00:16:3e:19:8e:84']]]])
[2008-12-12 13:55:40 5772] DEBUG (XendDomainInfo:78)
XendDomainInfo.create(['vm', ['name', 'sles10'], ['memory', 1024],
['on_poweroff', 'destroy'], ['on_reboot', 'restart'], ['on_crash',
'destroy'], ['vcpus', 2], ['on_xend_start', 'ignore'],
['on_xend_stop', 'ignore'], ['uuid',
'2ae3ebbb-032d-0f7d-49c5-1b0ef1f5a9ab'], ['image', ['linux',
['kernel', '/tmp/suse_boot/vmlinuz-2.6.16.46-0.12-xen'], ['ramdisk',
'/tmp/suse_boot/initrd-2.6.16.46-0.12-xen']]], ['device', ['vbd',
['uname', 'phy:/dev/system/sles_paddington'], ['dev', 'hda'], ['mode',
'w']]], ['device', ['vif', ['mac', '00:16:3e:19:8e:84']]]])
[2008-12-12 13:55:40 5772] DEBUG (XendDomainInfo:1437)
XendDomainInfo.constructDomain
[2008-12-12 13:55:40 5772] DEBUG (XendDomainInfo:1437)
XendDomainInfo.constructDomain
[2008-12-12 13:55:40 5772] DEBUG (balloon:132) Balloon: 2621604 KiB
free; need 16384; done.
[2008-12-12 13:55:40 5772] DEBUG (balloon:132) Balloon: 2621604 KiB
free; need 16384; done.
[2008-12-12 13:55:40 5772] DEBUG (XendDomain:440) Adding Domain: 19
[2008-12-12 13:55:40 5772] DEBUG (XendDomain:440) Adding Domain: 19
[2008-12-12 13:55:40 5772] DEBUG (XendDomainInfo:1491)
XendDomainInfo.initDomain: 19 256
[2008-12-12 13:55:40 5772] DEBUG (XendDomainInfo:1491)
XendDomainInfo.initDomain: 19 256
[2008-12-12 13:55:40 5772] DEBUG (XendDomainInfo:1524)
_initDomain:shadow_memory=0x0, memory_static_max=0x40000000,
memory_static_min=0x0.
[2008-12-12 13:55:40 5772] DEBUG (XendDomainInfo:1524)
_initDomain:shadow_memory=0x0, memory_static_max=0x40000000,
memory_static_min=0x0.
[2008-12-12 13:55:40 5772] DEBUG (balloon:132) Balloon: 2621596 KiB
free; need 1048576; done.
[2008-12-12 13:55:40 5772] DEBUG (balloon:132) Balloon: 2621596 KiB
free; need 1048576; done.
[2008-12-12 13:55:40 5772] INFO (image:129) buildDomain os=linux dom=19 vcpus=2
[2008-12-12 13:55:40 5772] INFO (image:129) buildDomain os=linux dom=19 vcpus=2
[2008-12-12 13:55:40 5772] DEBUG (image:226) domid          = 19
[2008-12-12 13:55:40 5772] DEBUG (image:226) domid          = 19
[2008-12-12 13:55:40 5772] DEBUG (image:227) memsize        = 1024
[2008-12-12 13:55:40 5772] DEBUG (image:227) memsize        = 1024
[2008-12-12 13:55:40 5772] DEBUG (image:228) image          =
/tmp/suse_boot/vmlinuz-2.6.16.46-0.12-xen
[2008-12-12 13:55:40 5772] DEBUG (image:228) image          =
/tmp/suse_boot/vmlinuz-2.6.16.46-0.12-xen
[2008-12-12 13:55:40 5772] DEBUG (image:229) store_evtchn   = 1
[2008-12-12 13:55:40 5772] DEBUG (image:229) store_evtchn   = 1
[2008-12-12 13:55:40 5772] DEBUG (image:230) console_evtchn = 2
[2008-12-12 13:55:40 5772] DEBUG (image:230) console_evtchn = 2
[2008-12-12 13:55:40 5772] DEBUG (image:231) cmdline        =
[2008-12-12 13:55:40 5772] DEBUG (image:231) cmdline        =
[2008-12-12 13:55:40 5772] DEBUG (image:232) ramdisk        =
/tmp/suse_boot/initrd-2.6.16.46-0.12-xen
[2008-12-12 13:55:40 5772] DEBUG (image:232) ramdisk        =
/tmp/suse_boot/initrd-2.6.16.46-0.12-xen
[2008-12-12 13:55:40 5772] DEBUG (image:233) vcpus          = 2
[2008-12-12 13:55:40 5772] DEBUG (image:233) vcpus          = 2
[2008-12-12 13:55:40 5772] DEBUG (image:234) features       =
[2008-12-12 13:55:40 5772] DEBUG (image:234) features       =
[2008-12-12 13:55:40 5772] INFO (XendDomainInfo:1339) createDevice:
vbd : {'uuid': 'f4a53cf4-47b6-2ac1-c62d-91cf2662c972', 'bootable': 1,
'driver': 'paravirtualised', 'dev': 'hda', 'uname':
'phy:/dev/system/sles_paddington', 'mode': 'w'}
[2008-12-12 13:55:40 5772] INFO (XendDomainInfo:1339) createDevice:
vbd : {'uuid': 'f4a53cf4-47b6-2ac1-c62d-91cf2662c972', 'bootable': 1,
'driver': 'paravirtualised', 'dev': 'hda', 'uname':
'phy:/dev/system/sles_paddington', 'mode': 'w'}
[2008-12-12 13:55:40 5772] DEBUG (DevController:115) DevController:
writing {'backend-id': '0', 'virtual-device': '768', 'device-type':
'disk', 'state': '1', 'backend': '/local/domain/0/backend/vbd/19/768'}
to /local/domain/19/device/vbd/768.
[2008-12-12 13:55:40 5772] DEBUG (DevController:115) DevController:
writing {'backend-id': '0', 'virtual-device': '768', 'device-type':
'disk', 'state': '1', 'backend': '/local/domain/0/backend/vbd/19/768'}
to /local/domain/19/device/vbd/768.
[2008-12-12 13:55:40 5772] DEBUG (DevController:117) DevController:
writing {'domain': 'sles10', 'frontend':
'/local/domain/19/device/vbd/768', 'uuid':
'f4a53cf4-47b6-2ac1-c62d-91cf2662c972', 'dev': 'hda', 'state': '1',
'params': '/dev/system/sles_paddington', 'mode': 'w', 'online': '1',
'frontend-id': '19', 'type': 'phy'} to
/local/domain/0/backend/vbd/19/768.
[2008-12-12 13:55:40 5772] DEBUG (DevController:117) DevController:
writing {'domain': 'sles10', 'frontend':
'/local/domain/19/device/vbd/768', 'uuid':
'f4a53cf4-47b6-2ac1-c62d-91cf2662c972', 'dev': 'hda', 'state': '1',
'params': '/dev/system/sles_paddington', 'mode': 'w', 'online': '1',
'frontend-id': '19', 'type': 'phy'} to
/local/domain/0/backend/vbd/19/768.
[2008-12-12 13:55:40 5772] INFO (XendDomainInfo:1339) createDevice:
vif : {'mac': '00:16:3e:19:8e:84', 'uuid':
'a745adf1-d955-940a-0474-99f2bd8c6992'}
[2008-12-12 13:55:40 5772] INFO (XendDomainInfo:1339) createDevice:
vif : {'mac': '00:16:3e:19:8e:84', 'uuid':
'a745adf1-d955-940a-0474-99f2bd8c6992'}
[2008-12-12 13:55:40 5772] DEBUG (DevController:115) DevController:
writing {'backend-id': '0', 'mac': '00:16:3e:19:8e:84', 'handle': '0',
'state': '1', 'backend': '/local/domain/0/backend/vif/19/0'} to
/local/domain/19/device/vif/0.
[2008-12-12 13:55:40 5772] DEBUG (DevController:115) DevController:
writing {'backend-id': '0', 'mac': '00:16:3e:19:8e:84', 'handle': '0',
'state': '1', 'backend': '/local/domain/0/backend/vif/19/0'} to
/local/domain/19/device/vif/0.
[2008-12-12 13:55:40 5772] DEBUG (DevController:117) DevController:
writing {'domain': 'sles10', 'handle': '0', 'uuid':
'a745adf1-d955-940a-0474-99f2bd8c6992', 'script':
'/etc/xen/scripts/vif-bridge', 'state': '1', 'frontend':
'/local/domain/19/device/vif/0', 'mac': '00:16:3e:19:8e:84', 'online':
'1', 'frontend-id': '19', 'type': 'netfront'} to
/local/domain/0/backend/vif/19/0.
[2008-12-12 13:55:40 5772] DEBUG (DevController:117) DevController:
writing {'domain': 'sles10', 'handle': '0', 'uuid':
'a745adf1-d955-940a-0474-99f2bd8c6992', 'script':
'/etc/xen/scripts/vif-bridge', 'state': '1', 'frontend':
'/local/domain/19/device/vif/0', 'mac': '00:16:3e:19:8e:84', 'online':
'1', 'frontend-id': '19', 'type': 'netfront'} to
/local/domain/0/backend/vif/19/0.
[2008-12-12 13:55:40 5772] DEBUG (XendDomainInfo:2003) Storing VM
details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid':
'2ae3ebbb-032d-0f7d-49c5-1b0ef1f5a9ab', 'on_reboot': 'restart',
'start_time': '1229090140.89', 'on_poweroff': 'destroy',
'on_xend_start': 'ignore', 'on_crash': 'destroy',
'xend/restart_count': '0', 'vcpus': '2', 'vcpu_avail': '3', 'image':
"(linux (kernel /tmp/suse_boot/vmlinuz-2.6.16.46-0.12-xen) (ramdisk
/tmp/suse_boot/initrd-2.6.16.46-0.12-xen) (notes (FEATURES
'writable_page_tables|writable_descriptor_tables|auto_translated_physmap|pae_pgdir_above_4gb|supervisor_mode_kernel')
(VIRT_BASE -2147483648) (GUEST_VERSION 2.6) (PADDR_OFFSET -2147483648)
(GUEST_OS linux) (HYPERCALL_PAGE -2146406400) (LOADER generic) (ENTRY
-2146435072) (XEN_VERSION xen-3.0)))", 'name': 'sles10'}
[2008-12-12 13:55:40 5772] DEBUG (XendDomainInfo:2003) Storing VM
details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid':
'2ae3ebbb-032d-0f7d-49c5-1b0ef1f5a9ab', 'on_reboot': 'restart',
'start_time': '1229090140.89', 'on_poweroff': 'destroy',
'on_xend_start': 'ignore', 'on_crash': 'destroy',
'xend/restart_count': '0', 'vcpus': '2', 'vcpu_avail': '3', 'image':
"(linux (kernel /tmp/suse_boot/vmlinuz-2.6.16.46-0.12-xen) (ramdisk
/tmp/suse_boot/initrd-2.6.16.46-0.12-xen) (notes (FEATURES
'writable_page_tables|writable_descriptor_tables|auto_translated_physmap|pae_pgdir_above_4gb|supervisor_mode_kernel')
(VIRT_BASE -2147483648) (GUEST_VERSION 2.6) (PADDR_OFFSET -2147483648)
(GUEST_OS linux) (HYPERCALL_PAGE -2146406400) (LOADER generic) (ENTRY
-2146435072) (XEN_VERSION xen-3.0)))", 'name': 'sles10'}
[2008-12-12 13:55:40 5772] DEBUG (XendDomainInfo:847) Storing domain
details: {'console/ring-ref': '4312723', 'image/entry': '-2146435072',
'console/port': '2', 'store/ring-ref': '4312724', 'image/loader':
'generic', 'vm': '/vm/2ae3ebbb-032d-0f7d-49c5-1b0ef1f5a9ab',
'control/platform-feature-multiprocessor-suspend': '1',
'image/guest-os': 'linux', 'cpu/1/availability': 'online',
'image/features/writable-descriptor-tables': '1', 'image/virt-base':
'-2147483648', 'memory/target': '1048576', 'image/guest-version':
'2.6', 'image/features/supervisor-mode-kernel': '1', 'console/limit':
'1048576', 'image/paddr-offset': '-2147483648',
'image/hypercall-page': '-2146406400', 'cpu/0/availability': 'online',
'image/features/pae-pgdir-above-4gb': '1',
'image/features/writable-page-tables': '1',
'image/features/auto-translated-physmap': '1', 'name': 'sles10',
'domid': '19', 'image/xen-version': 'xen-3.0', 'store/port': '1'}
[2008-12-12 13:55:40 5772] DEBUG (XendDomainInfo:847) Storing domain
details: {'console/ring-ref': '4312723', 'image/entry': '-2146435072',
'console/port': '2', 'store/ring-ref': '4312724', 'image/loader':
'generic', 'vm': '/vm/2ae3ebbb-032d-0f7d-49c5-1b0ef1f5a9ab',
'control/platform-feature-multiprocessor-suspend': '1',
'image/guest-os': 'linux', 'cpu/1/availability': 'online',
'image/features/writable-descriptor-tables': '1', 'image/virt-base':
'-2147483648', 'memory/target': '1048576', 'image/guest-version':
'2.6', 'image/features/supervisor-mode-kernel': '1', 'console/limit':
'1048576', 'image/paddr-offset': '-2147483648',
'image/hypercall-page': '-2146406400', 'cpu/0/availability': 'online',
'image/features/pae-pgdir-above-4gb': '1',
'image/features/writable-page-tables': '1',
'image/features/auto-translated-physmap': '1', 'name': 'sles10',
'domid': '19', 'image/xen-version': 'xen-3.0', 'store/port': '1'}
[2008-12-12 13:55:40 5772] DEBUG (DevController:115) DevController:
writing {'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/console/19/0'} to
/local/domain/19/device/console/0.
[2008-12-12 13:55:40 5772] DEBUG (DevController:115) DevController:
writing {'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/console/19/0'} to
/local/domain/19/device/console/0.
[2008-12-12 13:55:40 5772] DEBUG (DevController:117) DevController:
writing {'domain': 'sles10', 'protocol': 'vt100', 'uuid':
'4326c312-c73b-4966-1faf-3e34713d39b9', 'frontend':
'/local/domain/19/device/console/0', 'state': '1', 'location': '2',
'online': '1', 'frontend-id': '19'} to
/local/domain/0/backend/console/19/0.
[2008-12-12 13:55:40 5772] DEBUG (DevController:117) DevController:
writing {'domain': 'sles10', 'protocol': 'vt100', 'uuid':
'4326c312-c73b-4966-1faf-3e34713d39b9', 'frontend':
'/local/domain/19/device/console/0', 'state': '1', 'location': '2',
'online': '1', 'frontend-id': '19'} to
/local/domain/0/backend/console/19/0.
[2008-12-12 13:55:40 5772] WARNING (XendDomainInfo:2023) Somebody
tried to read XendDomainInfo.state... should us _stateGet()!!!
[2008-12-12 13:55:40 5772] WARNING (XendDomainInfo:2023) Somebody
tried to read XendDomainInfo.state... should us _stateGet()!!!
[2008-12-12 13:55:40 5772] WARNING (XendDomainInfo:2024)   File
"/usr/lib64/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/usr/lib64/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.4/site-packages/xen/xend/xenstore/xswatch.py",
line 67, in watchMain
    res = watch.fn(we[0], *watch.args, **watch.kwargs)
  File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py",
line 151, in _on_domains_changed
    if (dom.state != DOM_STATE_HALTED and
  File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 2024, in __getattr__
    log.warn("".join(traceback.format_stack()))

[2008-12-12 13:55:40 5772] WARNING (XendDomainInfo:2024)   File
"/usr/lib64/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/usr/lib64/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.4/site-packages/xen/xend/xenstore/xswatch.py",
line 67, in watchMain
    res = watch.fn(we[0], *watch.args, **watch.kwargs)
  File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py",
line 151, in _on_domains_changed
    if (dom.state != DOM_STATE_HALTED and
  File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 2024, in __getattr__
    log.warn("".join(traceback.format_stack()))

[2008-12-12 13:55:40 5772] ERROR (xswatch:79) read_watch failed
Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/xen/xend/xenstore/xswatch.py",
line 67, in watchMain
    res = watch.fn(we[0], *watch.args, **watch.kwargs)
  File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py",
line 151, in _on_domains_changed
    if (dom.state != DOM_STATE_HALTED and
NameError: global name 'config' is not defined
[2008-12-12 13:55:40 5772] ERROR (xswatch:79) read_watch failed
Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/xen/xend/xenstore/xswatch.py",
line 67, in watchMain
    res = watch.fn(we[0], *watch.args, **watch.kwargs)
  File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py",
line 151, in _on_domains_changed
    if (dom.state != DOM_STATE_HALTED and
NameError: global name 'config' is not defined
[2008-12-12 13:55:40 5772] DEBUG (DevController:148) Waiting for devices vif.
[2008-12-12 13:55:40 5772] DEBUG (DevController:148) Waiting for devices vif.
[2008-12-12 13:55:40 5772] DEBUG (DevController:153) Waiting for 0.
[2008-12-12 13:55:40 5772] DEBUG (DevController:153) Waiting for 0.
[2008-12-12 13:55:41 5772] DEBUG (XendDomainInfo:847) Storing domain
details: {'console/ring-ref': '4312723', 'image/entry': '-2146435072',
'console/port': '2', 'store/ring-ref': '4312724', 'image/loader':
'generic', 'vm': '/vm/2ae3ebbb-032d-0f7d-49c5-1b0ef1f5a9ab',
'control/platform-feature-multiprocessor-suspend': '1',
'image/guest-os': 'linux', 'cpu/1/availability': 'online',
'image/features/writable-descriptor-tables': '1', 'image/virt-base':
'-2147483648', 'memory/target': '1048576', 'image/guest-version':
'2.6', 'image/features/supervisor-mode-kernel': '1', 'console/limit':
'1048576', 'image/paddr-offset': '-2147483648',
'image/hypercall-page': '-2146406400', 'cpu/0/availability': 'online',
'image/features/pae-pgdir-above-4gb': '1',
'image/features/writable-page-tables': '1',
'image/features/auto-translated-physmap': '1', 'name': 'sles10',
'domid': '19', 'image/xen-version': 'xen-3.0', 'store/port': '1'}
[2008-12-12 13:55:41 5772] DEBUG (XendDomainInfo:847) Storing domain
details: {'console/ring-ref': '4312723', 'image/entry': '-2146435072',
'console/port': '2', 'store/ring-ref': '4312724', 'image/loader':
'generic', 'vm': '/vm/2ae3ebbb-032d-0f7d-49c5-1b0ef1f5a9ab',
'control/platform-feature-multiprocessor-suspend': '1',
'image/guest-os': 'linux', 'cpu/1/availability': 'online',
'image/features/writable-descriptor-tables': '1', 'image/virt-base':
'-2147483648', 'memory/target': '1048576', 'image/guest-version':
'2.6', 'image/features/supervisor-mode-kernel': '1', 'console/limit':
'1048576', 'image/paddr-offset': '-2147483648',
'image/hypercall-page': '-2146406400', 'cpu/0/availability': 'online',
'image/features/pae-pgdir-above-4gb': '1',
'image/features/writable-page-tables': '1',
'image/features/auto-translated-physmap': '1', 'name': 'sles10',
'domid': '19', 'image/xen-version': 'xen-3.0', 'store/port': '1'}
[2008-12-12 13:55:41 5772] DEBUG (XendDomainInfo:931)
XendDomainInfo.handleShutdownWatch
[2008-12-12 13:55:41 5772] DEBUG (XendDomainInfo:931)
XendDomainInfo.handleShutdownWatch
[2008-12-12 13:55:41 5772] DEBUG (DevController:539)
hotplugStatusCallback /local/domain/0/backend/vif/19/0/hotplug-status.
[2008-12-12 13:55:41 5772] DEBUG (DevController:539)
hotplugStatusCallback /local/domain/0/backend/vif/19/0/hotplug-status.
[2008-12-12 13:55:41 5772] DEBUG (DevController:539)
hotplugStatusCallback /local/domain/0/backend/vif/19/0/hotplug-status.
[2008-12-12 13:55:41 5772] DEBUG (DevController:539)
hotplugStatusCallback /local/domain/0/backend/vif/19/0/hotplug-status.
[2008-12-12 13:55:41 5772] DEBUG (DevController:553) hotplugStatusCallback 1.
[2008-12-12 13:55:41 5772] DEBUG (DevController:553) hotplugStatusCallback 1.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices usb.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices usb.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices vbd.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices vbd.
[2008-12-12 13:55:41 5772] DEBUG (DevController:153) Waiting for 768.
[2008-12-12 13:55:41 5772] DEBUG (DevController:153) Waiting for 768.
[2008-12-12 13:55:41 5772] DEBUG (DevController:539)
hotplugStatusCallback
/local/domain/0/backend/vbd/19/768/hotplug-status.
[2008-12-12 13:55:41 5772] DEBUG (DevController:539)
hotplugStatusCallback
/local/domain/0/backend/vbd/19/768/hotplug-status.
[2008-12-12 13:55:41 5772] DEBUG (DevController:553) hotplugStatusCallback 1.
[2008-12-12 13:55:41 5772] DEBUG (DevController:553) hotplugStatusCallback 1.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices irq.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices irq.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices vkbd.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices vkbd.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices vfb.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices vfb.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for
devices console.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for
devices console.
[2008-12-12 13:55:41 5772] DEBUG (DevController:153) Waiting for 0.
[2008-12-12 13:55:41 5772] DEBUG (DevController:153) Waiting for 0.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices pci.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices pci.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for
devices ioports.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for
devices ioports.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices tap.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices tap.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices vtpm.
[2008-12-12 13:55:41 5772] DEBUG (DevController:148) Waiting for devices vtpm.
[2008-12-12 13:55:41 5772] INFO (XendDomain:1116) Domain sles10 (19) unpaused.
[2008-12-12 13:55:41 5772] INFO (XendDomain:1116) Domain sles10 (19) unpaused.


The console output is:

linux-bhfx:/tmp/suse_boot # xm create -c /etc/xen/vm/sles10-new
Using config file "/etc/xen/vm/sles10-new".
Started domain sles10
Bootdata ok (command line is )
Linux version 2.6.16.46-0.12-xen (geeko@buildhost) (gcc version 4.1.2
20070115 (prerelease) (SUSE Linux)) #1 SMP Thu May 17 14:00:09 UTC
2007
BIOS-provided physical RAM map:
 Xen: 0000000000000000 - 0000000040800000 (usable)
No mptable found.
Built 1 zonelists
Kernel command line:
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 131072 bytes)
Xen reported: 2660.026 MHz processor.
Console: colour dummy device 80x25
Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Software IO TLB disabled
Memory: 1015040k/1056768k available (1902k kernel code, 32820k
reserved, 798k data, 160k init)
Calibrating delay using timer specific routine.. 6652.51 BogoMIPS (lpj=13305036)
Security Framework v1.0.0 initialized
Mount-cache hash table entries: 256
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 4096K
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 3
checking if image is initramfs... it is
Freeing initrd memory: 7124k freed
Brought up 1 CPUs
migration_cost=0
DMI not present or invalid.
Grant table initialized
NET: Registered protocol family 16
Initializing CPU#1
migration_cost=3812
Brought up 2 CPUs
PCI: setting up Xen PCI frontend stub
ACPI: Subsystem revision 20060127
ACPI: Interpreter disabled.
xen_mem: Initialising balloon driver.
Setting mem allocation to 1048576 kiB
PCI: System does not support PCI
PCI: System does not support PCI
IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
audit: initializing netlink socket (disabled)
audit(1229089437.493:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
rtc: IRQ 8 is not free.
Non-volatile memory driver v1.2
i8042.c: No controller found.
RAMDISK driver initialized: 16 RAM disks of 128000K size 1024 blocksize
xencons_init: Initializing xen vfb; pass xencons=tty to prevent this
Xen virtual console successfully installed as xvc0
Event-channel device installed.
mice: PS/2 mouse device common for all mice
input: PC Speaker as /class/input/input0
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
NET: Registered protocol family 2
IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
XENBUS: Device with no driver: device/vbd/768
XENBUS: Device with no driver: device/vif/0
XENBUS: Device with no driver: device/console/0
netfront: Initialising virtual ethernet driver.
netfront: device eth0 has copying receive path.
Registering block device major 3
blkfront: hda: barriers enabled
 hda:
ReiserFS: hda: found reiserfs format "3.6" with standard journal
ReiserFS: hda: using ordered data mode
reiserfs: using flush barriers
ReiserFS: hda: journal params: device hda, size 8192, journal first
block 18, max trans len 1024, max batch 900, max commit age 30, max
trans age 30
ReiserFS: hda: checking transaction log (hda)
ReiserFS: hda: Using r5 hash to sort names
eth0 renamed to eth1
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
device-mapper: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@xxxxxxxxxx
loop: loaded (max 64 devices)
AppArmor: AppArmor (version 2.0-19.43r6320) initialized
audit(1229089441.849:2): AppArmor (version 2.0-19.43r6320) initialized

audit(1229089444.233:3): audit_pid=1705 old=0 by auid=4294967295
IA-32 Microcode Update Driver: v1.14-xen <tigran@xxxxxxxxxxx>
IA-32 Microcode Update Driver v1.14-xen unregistered
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
8250: module not supported by Novell, setting U taint flag.
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
linux-bhfx:/tmp/suse_boot # vi /etc/xen/vm/sles10-new
linux-bhfx:/tmp/suse_boot # xm create -c /etc/xen/vm/sles10-new
Using config file "/etc/xen/vm/sles10-new".
Started domain sles10

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] domU fails to start, Russell Horn <=