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 doesn't start | Error

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] domU doesn't start | Error
From: "Dominique H. Schramm" <info@xxxxxxxxxx>
Date: Tue, 25 Mar 2008 16:20:20 +0100
Delivery-date: Tue, 25 Mar 2008 08:20:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: info@xxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Hi Guys,

my domUs won't start and i do not know why.
i use the acutal version of xen (3.2) from mercurial on a debian etch 64 system. Thanks for any help

here the config of a domU:
==================================

name = "vadmin89"
kernel = "/boot/vmlinuz-2.6-xen"
root = "/dev/hda1"
memory = 75
disk = [ 'phy:/dev/vadmin/vadmin84_hdd,hda1,w' ]
cpu_weight = 1
# network
vif = [ 'mac=00:17:31:A5:CB:D2,bridge=xenbr0' ]


==================================

xend-config.sxp ( grep ^\( )

==================================

(logfile /var/log/xen/xend.log)
(loglevel DEBUG)
(xend-relocation-server yes)
(xend-relocation-hosts-allow '^localhost$ ^localhost\\.localdomain$')
(network-script network-bridge)
(vif-script vif-bridge)
(dom0-min-mem 196)
(dom0-cpus 0)
(vncpasswd '')

==================================

After a couple of minutes the domU shutdown and the following messages appear:

[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) XendDomainInfo.create(['vm', ['name', 'vadmin89'], ['memory', 75], ['vcpus', 1], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['cpu_weight', 1], ['image', ['linux', ['kernel', '/boot/vmlinuz-2.6-xen'], ['root', '/dev/hda1']]], ['device', ['vbd', ['uname', 'phy:/dev/vadmin/vadmin84_hdd'], ['dev', 'hda1'], ['mode', 'w']]], ['device', ['vif', ['bridge', 'xenbr0'], ['mac', '00:17:31:A5:CB:D2']]]]) [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) XendDomainInfo.constructDomain [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) Balloon: 2309780 KiB free; need 2048; done.
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) Adding Domain: 2
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) XendDomainInfo.initDomain: 2 1 [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) _initDomain:shadow_memory=0x0, memory_static_max=0x4b00000, memory_static_min=0x0. [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) Balloon: 2309772 KiB free; need 76800; done. [2008-03-25 15:12:14 1560] INFO (__init__:1072) buildDomain os=linux dom=2 vcpus=1
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) domid          = 2
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) memsize        = 75
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) image = /boot/vmlinuz-2.6-xen
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) store_evtchn   = 1
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) console_evtchn = 2
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) cmdline = root=/dev/hda1
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) ramdisk        =
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) vcpus          = 1
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) features       =
[2008-03-25 15:12:14 1560] INFO (__init__:1072) createDevice: vbd : {'uuid': '10a6dd4e-396b-e041-4c33-2f48911fcfd8', 'bootable': 1, 'driver': 'paravirtualised', 'dev': 'hda1', 'uname': 'phy:/dev/vadmin/vadmin84_hdd', 'mode': 'w'} [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) DevController: writing {'virtual-device': '769', 'device-type': 'disk', 'protocol': 'x86_64-abi', 'backend-id': '0', 'state': '1', 'backend': '/local/domain/0/backend/vbd/2/769'} to /local/domain/2/device/vbd/769. [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) DevController: writing {'domain': 'vadmin89', 'frontend': '/local/domain/2/device/vbd/769', 'uuid': '10a6dd4e-396b-e041-4c33-2f48911fcfd8', 'dev': 'hda1', 'state': '1', 'params': '/dev/vadmin/vadmin84_hdd', 'mode': 'w', 'online': '1', 'frontend-id': '2', 'type': 'phy'} to /local/domain/0/backend/vbd/2/769. [2008-03-25 15:12:14 1560] INFO (__init__:1072) createDevice: vif : {'bridge': 'xenbr0', 'mac': '00:17:31:A5:CB:D2', 'uuid': '2ceebaa1-7e90-1cc8-9b3c-93bf252fe611'} [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) DevController: writing {'mac': '00:17:31:A5:CB:D2', 'handle': '0', 'protocol': 'x86_64-abi', 'backend-id': '0', 'state': '1', 'backend': '/local/domain/0/backend/vif/2/0'} to /local/domain/2/device/vif/0. [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) DevController: writing {'bridge': 'xenbr0', 'domain': 'vadmin89', 'handle': '0', 'uuid': '2ceebaa1-7e90-1cc8-9b3c-93bf252fe611', 'script': '/etc/xen/scripts/vif-bridge', 'mac': '00:17:31:A5:CB:D2', 'frontend-id': '2', 'state': '1', 'online': '1', 'frontend': '/local/domain/2/device/vif/0'} to /local/domain/0/backend/vif/2/0. [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid': '69ae04ba-898c-4c05-f1b8-5d1d7776e8a1', 'on_reboot': 'restart', 'start_time': '1206457934.13', 'on_poweroff': 'destroy', 'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1', 'image': "(linux (kernel /boot/vmlinuz-2.6-xen) (args 'root=/dev/hda1 ') (notes (FEATURES 'writable_page_tables|writable_descriptor_tables|auto_translated_physmap|pae_pgdir_above_4gb|supervisor_mode_kernel') (VIRT_BASE 18446744071562067968) (GUEST_VERSION 2.6) (PADDR_OFFSET 18446744071562067968) (GUEST_OS linux) (HYPERCALL_PAGE 18446744071564189696) (LOADER generic) (SUSPEND_CANCEL 1) (ENTRY 18446744071564165120) (XEN_VERSION xen-3.0)))", 'name': 'vadmin89'} [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) Storing domain details: {'console/ring-ref': '649415', 'image/entry': '18446744071564165120', 'console/port': '2', 'store/ring-ref': '649416', 'image/loader': 'generic', 'vm': '/vm/69ae04ba-898c-4c05-f1b8-5d1d7776e8a1', 'control/platform-feature-multiprocessor-suspend': '1', 'image/guest-os': 'linux', 'image/features/writable-descriptor-tables': '1', 'image/virt-base': '18446744071562067968', 'memory/target': '76800', 'image/guest-version': '2.6', 'image/features/supervisor-mode-kernel': '1', 'console/limit': '1048576', 'image/paddr-offset': '18446744071562067968', 'image/hypercall-page': '18446744071564189696', 'image/suspend-cancel': '1', 'cpu/0/availability': 'online', 'image/features/pae-pgdir-above-4gb': '1', 'image/features/writable-page-tables': '1', 'console/type': 'xenconsoled', 'image/features/auto-translated-physmap': '1', 'name': 'vadmin89', 'domid': '2', 'image/xen-version': 'xen-3.0', 'store/port': '1'} [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) DevController: writing {'protocol': 'x86_64-abi', 'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/console/2/0'} to /local/domain/2/device/console/0. [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) DevController: writing {'domain': 'vadmin89', 'frontend': '/local/domain/2/device/console/0', 'uuid': 'c931b186-83de-8809-5e51-9ab4cc1507a4', 'frontend-id': '2', 'state': '1', 'location': '2', 'online': '1', 'protocol': 'vt100'} to /local/domain/0/backend/console/2/0. [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) XendDomainInfo.handleShutdownWatch
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) Waiting for devices vif.
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) Waiting for 0.
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) hotplugStatusCallback /local/domain/0/backend/vif/2/0/hotplug-status. [2008-03-25 15:12:14 1560] DEBUG (__init__:1072) hotplugStatusCallback /local/domain/0/backend/vif/2/0/hotplug-status.
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) Waiting for devices vbd.
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) Waiting for 769.
[2008-03-25 15:12:14 1560] DEBUG (__init__:1072) hotplugStatusCallback /local/domain/0/backend/vbd/2/769/hotplug-status. [2008-03-25 15:12:23 1560] DEBUG (__init__:1072) XendDomainInfo.destroy: domid=2 [2008-03-25 15:12:23 1560] DEBUG (__init__:1072) XendDomainInfo.destroyDomain(2)
[2008-03-25 15:12:23 1560] DEBUG (__init__:1072) Destroying device model
[2008-03-25 15:12:23 1560] DEBUG (__init__:1072) Releasing devices
[2008-03-25 15:12:23 1560] DEBUG (__init__:1072) Removing vif/0
[2008-03-25 15:12:23 1560] DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = vif, device = vif/0
[2008-03-25 15:12:23 1560] DEBUG (__init__:1072) Removing vbd/769
[2008-03-25 15:12:23 1560] DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/769
[2008-03-25 15:12:23 1560] DEBUG (__init__:1072) Removing console/0
[2008-03-25 15:12:23 1560] DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = console, device = console/0
[2008-03-25 15:12:23 1560] DEBUG (__init__:1072) No device model
[2008-03-25 15:12:23 1560] DEBUG (__init__:1072) Releasing devices
[2008-03-25 15:12:55 1560] DEBUG (__init__:1072) hotplugStatusCallback /local/domain/0/backend/vbd/1/769/hotplug-status. [2008-03-25 15:12:55 1560] DEBUG (__init__:1072) hotplugStatusCallback /local/domain/0/backend/vbd/1/769/hotplug-status.

--

Viele Grüße

Dominique Holger Schramm  | Linux Administrator
http://schwarz-weiss.cc/  | Life between PuTTy and reality
http://ihr-linuxadmin.eu/ | Commercial Admin Service

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] domU doesn't start | Error, Dominique H. Schramm <=