[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] Xen hangs when creating virtual machine on openSUSE


  • To: xen-users@xxxxxxxxxxxxxxxxxxx
  • From: Erik van der Kouwe <vdkouwe@xxxxxxxx>
  • Date: Tue, 20 Oct 2009 11:19:27 +0200
  • Delivery-date: Tue, 20 Oct 2009 02:20:32 -0700
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

Dear all,

I have installed Xen using openSUSE as Dom0 and have attempted to create DomUs several times, but each time the "Create a virtual Machine" wizard hangs. I attempted several times to create a fully virtualized machine running "other operating system" (I intend to install MINIX 3 on it) and using the physical CD-ROM drive as an installation medium. The "Creating the Virtual Machine" progress window hangs after completing approximately 75%. I tried this both using my own account and using the root account.

While the the wizard hangs and after I killed it, if I start "virt-viewer minix", "virsh" or "xm list" these tools hang as well. Moreover, after the failed attempt to create a virtual machine, the computer also hangs when shutting down. Sometimes this happens in the phase "Shutting down Xen domains" and otherwise while "shutting down HAL daemon". After a reboot the tools work until I attempt to start the VM. After this, all tools hang on startup again.

Xen has been installed using the "Install hypervisor and tools" option in the KDE menu, which seemed to work fine. I select the Xen option in GRUB. My openSUSE is version 11.1 and "uname -a" returns the following:

Linux linux-kh9b 2.6.27.29-0.1-xen #1 SMP 2009-08-15 17:53:59 +0200 i686 i686 i386 GNU/Linux

My version of Xen is 3.3.1_18546_16-0.1.1. I have Intel hardware virtualization, which is enabled in the BIOS and works fine with KVM. The CD-ROM also works fine, I can boot the physical computer from it and install MINIX if I don't use Xen.

The VM configuration file and the logfiles are included below.

Do you have any suggestions on how I may fix this problem and create DomUs? I haven't been able to find anything related to this issue.

Thanks in advance,
Erik van der Kouwe

---------------------
/etc/xen/vm/minix.xml
---------------------

<domain type='xen'>
  <name>minix</name>
  <uuid>a44b8ac0-03bf-3a74-b7f8-83e11d2e14e2</uuid>
  <memory>524288</memory>
  <maxmemory>524288</maxmemory>
  <vcpu>1</vcpu>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <clock sync='utc'/>
  <keymap>en-us</keymap>
  <os>
    <type>hvm</type>
    <loader>/usr/lib/xen/boot/hvmloader</loader>
    <boot dev='cdrom'/>
  </os>
  <features>
    <acpi/>
    <pae/>
  </features>
  <devices>
    <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
    <disk type='file' device='disk'>
      <driver name='file'/>
      <source file='/var/lib/xen/images/minix/disk0'/>
      <target dev='hda'/>
    </disk>
    <disk type='phy' device='cdrom'>
      <driver name='phy'/>
      <source file='/dev/sr0'/>
      <target dev='hdc'/>
      <readonly/>
    </disk>
      <interface type='bridge' model='rtl8139'>
        <mac address='00:16:3e:7d:17:94'/>
        <script path='/etc/xen/scripts/vif-bridge'/>
      </interface>
    <graphics type='vnc'/>
  </devices>
</domain>

------------------------------
/var/log/xen/qemu-dm-minix.log
------------------------------

domid: 1
qemu: the number of cpus is 1
config qemu network with xen bridge for  tap1.0
WARNING! static is not a bridge. qemu-ifup exiting. VM may not have a functioning networking stack.
Watching /local/domain/0/device-model/1/logdirty/next-active
Watching /local/domain/0/device-model/1/command
xs_read(): vncpasswd get error. /vm/a44b8ac0-03bf-3a74-b7f8-83e11d2e14e2/vncpasswd.
char device redirected to /dev/pts/3
qemu_map_cache_init nr_buckets = 4000 size 196608
/usr/src/packages/BUILD/xen-3.3.1-testing/tools/ioemu-dir/hw/xen_blktap.c:713: Init blktap pipes
shared page at pfn 1fffe
buffered io page at pfn 1fffc
Time offset set 0
Register xen platform.
Done register platform.
medium change watch on `hdc' (index: 1): /dev/sr0
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0

-----------------------------------------
Relevant section of /var/log/xen/xend.log
-----------------------------------------

[2009-10-20 11:13:00 3085] INFO (SrvDaemon:331) Xend Daemon started
[2009-10-20 11:13:00 3085] INFO (SrvDaemon:335) Xend changeset: 18546.
[2009-10-20 11:13:01 3085] DEBUG (XendDomainInfo:139) XendDomainInfo.recreate({'max_vcpu_id': 1, 'cpu_time': 8235867782L, 'ssidref': 0, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'online_vcpus': 2, 'domid': 0, 'paused': 0, 'crashed': 0, 'running': 1, 'maxmem_kb': 4294967292L, 'shutdown': 0, 'mem_kb': 3947596L, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked': 0, 'name': 'Domain-0'}) [2009-10-20 11:13:01 3085] INFO (XendDomainInfo:156) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. at /local/domain/0 [2009-10-20 11:13:01 3085] DEBUG (XendDomainInfo:2789) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid': '00000000-0000-0000-0000-000000000000', 'on_reboot': 'restart', 'image': '(linux (kernel ))', 'on_poweroff': 'destroy', 'bootloader_args': '', 'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/restart_count': '0', 'vcpus': '2', 'vcpu_avail': '3', 'bootloader': '', 'name': 'Domain-0'} [2009-10-20 11:13:01 3085] DEBUG (XendDomainInfo:1392) Storing domain details: {'name': 'Domain-0', 'console/limit': '1048576', 'memory/target': '3947596', 'vm': '/vm/00000000-0000-0000-0000-000000000000', 'domid': '0', 'cpu/0/availability': 'online', 'cpu/1/availability': 'online', 'control/platform-feature-multiprocessor-suspend': '1', 'console/type': 'xenconsoled'}
[2009-10-20 11:13:01 3085] DEBUG (XendDomain:450) Adding Domain: 0
[2009-10-20 11:13:01 3085] DEBUG (XendDomain:384) number of vcpus to use is 0 [2009-10-20 11:13:01 3085] DEBUG (XendDomainInfo:1476) XendDomainInfo.handleShutdownWatch [2009-10-20 11:13:01 3085] DEBUG (XendDomainInfo:247) XendDomainInfo.createDormant({'vcpus_params': {'cap': 0, 'weight': 256}, 'PV_args': '', 'features': '', 'cpus': [[]], 'devices': {'54af935d-26a0-7543-8e55-920eaa4322d6': ('vbd', {'uuid': '54af935d-26a0-7543-8e55-920eaa4322d6', 'bootable': 1, 'driver': 'paravirtualised', 'dev': 'hda:disk', 'uname': 'file:/home/erik/Documents/VMs/minix/minix.qcow2', 'mode': 'w', 'backend': '0'}), '3a2d1257-81d4-7f9e-1146-1bf5c6f0fd24': ('vbd', {'uuid': '3a2d1257-81d4-7f9e-1146-1bf5c6f0fd24', 'bootable': 0, 'driver': 'paravirtualised', 'dev': 'hdc:cdrom', 'uname': 'file:/home/erik/Documents/VMs/minix/minix315.iso', 'mode': 'r', 'backend': '0'}), '08cbc42e-6fe0-6640-277b-9379c24a45e0': ('vif', {'mac': '00:16:3e:6c:42:d9', 'model': 'rtl8139', 'script': '/etc/xen/scripts/vif-bridge', 'uuid': '08cbc42e-6fe0-6640-277b-9379c24a45e0', 'backend': '0'}), '40ea53b4-731d-22cd-235c-c9d5f8baaf6c': ('vfb', {'vncunused': '1', 'other_config': {'vncunused': '1', 'type': 'vnc'}, 'type': 'vnc', 'uuid': '40ea53b4-731d-22cd-235c-c9d5f8baaf6c'})}, 'vcpu_avail': 1L, 'VCPUs_live': 1, 'PV_bootloader': '', 'actions_after_crash': 'destroy', 'vbd_refs': ['54af935d-26a0-7543-8e55-920eaa4322d6', '3a2d1257-81d4-7f9e-1146-1bf5c6f0fd24'], 'PV_ramdisk': '', 'is_control_domain': False, 'name_label': 'minix', 'VCPUs_at_startup': 1, 'HVM_boot_params': {'order': 'd'}, 'platform': {'hpet': '0', 'rtc_timeoffset': '0', 'loader': '/usr/lib/xen/boot/hvmloader', 'serial': 'pty', 'vncunused': '1', 'usb': '0', 'boot': 'd', 'monitor': '0', 'pci': [], 'pae': '1', 'stdvga': '0', 'hap': '1', 'acpi': '1', 'localtime': '0', 'timer_mode': '0', 'vnc': '1', 'nographic': '0', 'apic': '0', 'xauthority': '/root/.Xauthority', 'guest_os_type': 'default', 'device_model': '/usr/lib/xen/bin/qemu-dm', 'keymap': 'en-us', 'isa': '0'}, 'PV_kernel': '', 'console_refs': ['40ea53b4-731d-22cd-235c-c9d5f8baaf6c'], 'vif_refs': ['08cbc42e-6fe0-6640-277b-9379c24a45e0'], 'on_xend_stop': 'ignore', 'memory_static_min': 0, 'HVM_boot_policy': 'BIOS order', 'VCPUs_max': 1, 'start_time': 1255705990.0999999, 'memory_static_max': 536870912, 'actions_after_shutdown': 'destroy', 'on_xend_start': 'ignore', 'memory_dynamic_max': 536870912, 'actions_after_suspend': '', 'is_a_template': False, 'memory_dynamic_min': 536870912, 'uuid': '616ded3b-f84a-1b67-42d2-8c6d7a1d42c6', 'shadow_memory': 5, 'target': 0, 'PV_bootloader_args': '', 'notes': {'SUSPEND_CANCEL': '1'}, 'other_config': {}, 'actions_after_reboot': 'destroy', 'status': '1', 'vtpm_refs': []}) [2009-10-20 11:13:01 3085] DEBUG (XendDomainInfo:247) XendDomainInfo.createDormant({'vcpus_params': {'cap': 0, 'weight': 256}, 'PV_args': '', 'features': '', 'cpus': [[]], 'devices': {'b460889d-9064-411c-2a3a-51200d2c6195': ('vfb', {'vncunused': '1', 'other_config': {'vncunused': '1', 'type': 'vnc'}, 'type': 'vnc', 'uuid': 'b460889d-9064-411c-2a3a-51200d2c6195'}), 'de8c6bc5-e0b9-f357-94b1-af2988f916d4': ('vif', {'mac': '00:16:3e:6a:dd:b8', 'model': 'rtl8139', 'script': '/etc/xen/scripts/vif-bridge', 'uuid': 'de8c6bc5-e0b9-f357-94b1-af2988f916d4', 'backend': '0'}), '38039d06-b21f-90fe-752c-12cf42eadbab': ('vbd', {'uuid': '38039d06-b21f-90fe-752c-12cf42eadbab', 'bootable': 0, 'driver': 'paravirtualised', 'dev': 'hdc:cdrom', 'uname': 'phy:/dev/sr0', 'mode': 'r', 'backend': '0'}), '3d484821-6226-74e2-d24a-5350b5c4f0f5': ('vbd', {'uuid': '3d484821-6226-74e2-d24a-5350b5c4f0f5', 'bootable': 1, 'driver': 'paravirtualised', 'dev': 'hda:disk', 'uname': 'file:/var/lib/xen/images/minix315/disk0', 'mode': 'w', 'backend': '0'})}, 'vcpu_avail': 1L, 'VCPUs_live': 1, 'PV_bootloader': '', 'actions_after_crash': 'destroy', 'vbd_refs': ['3d484821-6226-74e2-d24a-5350b5c4f0f5', '38039d06-b21f-90fe-752c-12cf42eadbab'], 'PV_ramdisk': '', 'is_control_domain': False, 'name_label': 'minix315', 'VCPUs_at_startup': 1, 'HVM_boot_params': {'order': 'd'}, 'platform': {'hpet': '0', 'boot': 'd', 'loader': '/usr/lib/xen/boot/hvmloader', 'serial': 'pty', 'vncunused': '1', 'usb': '0', 'rtc_timeoffset': '0', 'monitor': '0', 'pci': [], 'pae': '1', 'stdvga': '0', 'hap': '1', 'acpi': '1', 'localtime': '0', 'timer_mode': '0', 'vnc': '1', 'nographic': '0', 'apic': '0', 'xauthority': '/root/.Xauthority', 'guest_os_type': 'default', 'device_model': '/usr/lib/xen/bin/qemu-dm', 'keymap': 'en-us', 'isa': '0'}, 'PV_kernel': '', 'console_refs': ['b460889d-9064-411c-2a3a-51200d2c6195'], 'vif_refs': ['de8c6bc5-e0b9-f357-94b1-af2988f916d4'], 'on_xend_stop': 'ignore', 'memory_static_min': 0, 'HVM_boot_policy': 'BIOS order', 'VCPUs_max': 1, 'start_time': 1255707776.45, 'memory_static_max': 536870912, 'actions_after_shutdown': 'destroy', 'on_xend_start': 'ignore', 'memory_dynamic_max': 536870912, 'actions_after_suspend': '', 'is_a_template': False, 'memory_dynamic_min': 536870912, 'uuid': '442783c7-8859-93e9-429d-46032c555ab4', 'shadow_memory': 5, 'target': 0, 'PV_bootloader_args': '', 'notes': {'SUSPEND_CANCEL': '1'}, 'other_config': {}, 'actions_after_reboot': 'destroy', 'status': '1', 'vtpm_refs': []}) [2009-10-20 11:13:01 3085] INFO (SrvServer:178) unix path=/var/lib/xend/xend-socket [2009-10-20 11:13:01 3085] WARNING (XendAPI:683) API call: VBD.set_device not found [2009-10-20 11:13:01 3085] WARNING (XendAPI:683) API call: VBD.set_type not found [2009-10-20 11:13:01 3085] WARNING (XendAPI:683) API call: session.get_all_records not found [2009-10-20 11:13:01 3085] WARNING (XendAPI:683) API call: event.get_record not found [2009-10-20 11:13:01 3085] WARNING (XendAPI:683) API call: event.get_all not found [2009-10-20 11:13:01 3085] WARNING (XendAPI:683) API call: VM.get_auto_power_on not found [2009-10-20 11:13:01 3085] WARNING (XendAPI:683) API call: VM.set_auto_power_on not found [2009-10-20 11:13:01 3085] WARNING (XendAPI:683) API call: VIF.get_network not found [2009-10-20 11:13:01 3085] WARNING (XendAPI:683) API call: VIF.set_device not found [2009-10-20 11:13:01 3085] WARNING (XendAPI:683) API call: VIF.set_MAC not found [2009-10-20 11:13:01 3085] WARNING (XendAPI:683) API call: VIF.set_MTU not found [2009-10-20 11:13:01 3085] WARNING (XendAPI:683) API call: debug.get_all not found [2009-10-20 11:13:01 3085] INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2009-10-20 11:13:01 3085] INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock. [2009-10-20 11:45:49 3085] INFO (XendDomain:1093) Domain minix (616ded3b-f84a-1b67-42d2-8c6d7a1d42c6) deleted. [2009-10-20 11:45:53 3085] INFO (XendDomain:1093) Domain minix315 (442783c7-8859-93e9-429d-46032c555ab4) deleted.
[2009-10-20 11:46:05 3085] DEBUG (SrvServer:77) SrvServer.cleanup()
[2009-10-20 11:46:05 3085] DEBUG (XMLRPCServer:235) XMLRPCServer.cleanup()
[2009-10-20 11:46:05 3085] DEBUG (XMLRPCServer:235) XMLRPCServer.cleanup()
[2009-10-20 11:46:05 3085] DEBUG (Hald:50) Hald.shutdown()  pid:3119
[2009-10-20 11:46:05 3085] DEBUG (XendDomain:618) cleanup_domains
[2009-10-20 11:46:05 3080] INFO (SrvDaemon:219) Xend exited with status 0.
[2009-10-20 11:46:51 3046] INFO (SrvDaemon:331) Xend Daemon started
[2009-10-20 11:46:51 3046] INFO (SrvDaemon:335) Xend changeset: 18546.
[2009-10-20 11:46:52 3046] DEBUG (XendDomainInfo:139) XendDomainInfo.recreate({'max_vcpu_id': 1, 'cpu_time': 6568239974L, 'ssidref': 0, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'online_vcpus': 2, 'domid': 0, 'paused': 0, 'crashed': 0, 'running': 1, 'maxmem_kb': 4294967292L, 'shutdown': 0, 'mem_kb': 3947596L, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked': 0, 'name': 'Domain-0'}) [2009-10-20 11:46:52 3046] INFO (XendDomainInfo:156) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. at /local/domain/0 [2009-10-20 11:46:52 3046] DEBUG (XendDomainInfo:2789) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid': '00000000-0000-0000-0000-000000000000', 'on_reboot': 'restart', 'image': '(linux (kernel ))', 'on_poweroff': 'destroy', 'bootloader_args': '', 'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/restart_count': '0', 'vcpus': '2', 'vcpu_avail': '3', 'bootloader': '', 'name': 'Domain-0'} [2009-10-20 11:46:52 3046] DEBUG (XendDomainInfo:1392) Storing domain details: {'name': 'Domain-0', 'console/limit': '1048576', 'memory/target': '3947596', 'vm': '/vm/00000000-0000-0000-0000-000000000000', 'domid': '0', 'cpu/0/availability': 'online', 'cpu/1/availability': 'online', 'control/platform-feature-multiprocessor-suspend': '1', 'console/type': 'xenconsoled'}
[2009-10-20 11:46:52 3046] DEBUG (XendDomain:450) Adding Domain: 0
[2009-10-20 11:46:52 3046] DEBUG (XendDomain:384) number of vcpus to use is 0 [2009-10-20 11:46:52 3046] INFO (SrvServer:178) unix path=/var/lib/xend/xend-socket [2009-10-20 11:46:52 3046] WARNING (XendAPI:683) API call: VBD.set_device not found [2009-10-20 11:46:52 3046] WARNING (XendAPI:683) API call: VBD.set_type not found [2009-10-20 11:46:52 3046] WARNING (XendAPI:683) API call: session.get_all_records not found [2009-10-20 11:46:52 3046] WARNING (XendAPI:683) API call: event.get_record not found [2009-10-20 11:46:52 3046] WARNING (XendAPI:683) API call: event.get_all not found [2009-10-20 11:46:52 3046] WARNING (XendAPI:683) API call: VM.get_auto_power_on not found [2009-10-20 11:46:52 3046] DEBUG (XendDomainInfo:1476) XendDomainInfo.handleShutdownWatch [2009-10-20 11:46:52 3046] WARNING (XendAPI:683) API call: VM.set_auto_power_on not found [2009-10-20 11:46:52 3046] WARNING (XendAPI:683) API call: VIF.get_network not found [2009-10-20 11:46:52 3046] WARNING (XendAPI:683) API call: VIF.set_device not found [2009-10-20 11:46:52 3046] WARNING (XendAPI:683) API call: VIF.set_MAC not found [2009-10-20 11:46:52 3046] WARNING (XendAPI:683) API call: VIF.set_MTU not found [2009-10-20 11:46:52 3046] WARNING (XendAPI:683) API call: debug.get_all not found [2009-10-20 11:46:52 3046] INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2009-10-20 11:46:52 3046] INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock. [2009-10-20 12:11:09 3046] DEBUG (XendDomainInfo:247) XendDomainInfo.createDormant({'vcpus_params': {'cap': 0, 'weight': 256}, 'PV_args': '', 'features': '', 'cpus': [[]], 'devices': {'344cc729-b220-8dd9-e2a0-62141b4f8fe3': ('vbd', {'uuid': '344cc729-b220-8dd9-e2a0-62141b4f8fe3', 'bootable': 0, 'driver': 'paravirtualised', 'dev': 'hdc:cdrom', 'uname': 'phy:/dev/sr0', 'mode': 'r'}), 'eda8d3ac-5f34-6c76-de39-d8d673be6a70': ('vbd', {'uuid': 'eda8d3ac-5f34-6c76-de39-d8d673be6a70', 'bootable': 1, 'driver': 'paravirtualised', 'dev': 'hda', 'uname': 'file:/var/lib/xen/images/minix/disk0', 'mode': 'w'}), '6d0f3f05-00de-53d2-cceb-3386443d77ab': ('vfb', {'vncunused': 1, 'other_config': {'vncunused': 1, 'type': 'vnc'}, 'type': 'vnc', 'uuid': '6d0f3f05-00de-53d2-cceb-3386443d77ab'}), 'c42ebb4d-0aaf-1138-0fa8-5583d9217f9f': ('vif', {'mac': '00:16:3e:7d:17:94', 'model': 'rtl8139', 'uuid': 'c42ebb4d-0aaf-1138-0fa8-5583d9217f9f'})}, 'vcpu_avail': 1, 'VCPUs_live': 1, 'PV_bootloader': '', 'actions_after_crash': 'destroy', 'vbd_refs': ['eda8d3ac-5f34-6c76-de39-d8d673be6a70', '344cc729-b220-8dd9-e2a0-62141b4f8fe3'], 'PV_ramdisk': '', 'is_control_domain': False, 'name_label': 'minix', 'VCPUs_at_startup': 1, 'HVM_boot_params': {'order': 'd'}, 'platform': {'hpet': 0, 'rtc_timeoffset': '0', 'loader': '/usr/lib/xen/boot/hvmloader', 'serial': 'pty', 'vncunused': 1, 'usb': 0, 'boot': 'd', 'monitor': 0, 'pci': [], 'pae': 1, 'stdvga': 0, 'hap': 1, 'acpi': 1, 'localtime': 0, 'timer_mode': 0, 'vnc': 1, 'nographic': 0, 'apic': 0, 'xauthority': '/root/.Xauthority', 'guest_os_type': 'default', 'device_model': '/usr/lib/xen/bin/qemu-dm', 'keymap': 'en-us', 'isa': 0}, 'PV_kernel': '', 'console_refs': ['6d0f3f05-00de-53d2-cceb-3386443d77ab'], 'on_xend_stop': 'ignore', 'memory_static_min': 0, 'HVM_boot_policy': 'BIOS order', 'VCPUs_max': 1, 'memory_static_max': 536870912, 'actions_after_shutdown': 'destroy', 'on_xend_start': 'ignore', 'memory_dynamic_max': 536870912, 'actions_after_suspend': '', 'is_a_template': False, 'memory_dynamic_min': 536870912, 'uuid': 'a44b8ac0-03bf-3a74-b7f8-83e11d2e14e2', 'shadow_memory': 0, 'target': 0, 'PV_bootloader_args': '', 'other_config': {}, 'actions_after_reboot': 'destroy', 'vif_refs': ['c42ebb4d-0aaf-1138-0fa8-5583d9217f9f'], 'vtpm_refs': []}) [2009-10-20 12:11:09 3046] DEBUG (XendDomain:1003) Creating new managed domain: minix [2009-10-20 12:11:10 3046] DEBUG (XendDomainInfo:2068) XendDomainInfo.constructDomain [2009-10-20 12:11:10 3046] DEBUG (balloon:151) Balloon: 131072 KiB free; need 2048; done.
[2009-10-20 12:11:10 3046] DEBUG (XendDomain:450) Adding Domain: 1
[2009-10-20 12:11:10 3046] DEBUG (XendDomainInfo:2232) XendDomainInfo.initDomain: 1 256 [2009-10-20 12:11:10 3046] DEBUG (image:302) No VNC passwd configured for vfb access
[2009-10-20 12:11:10 3046] DEBUG (image:754) args: boot, val: d
[2009-10-20 12:11:10 3046] DEBUG (image:754) args: fda, val: None
[2009-10-20 12:11:10 3046] DEBUG (image:754) args: fdb, val: None
[2009-10-20 12:11:10 3046] DEBUG (image:754) args: soundhw, val: None
[2009-10-20 12:11:10 3046] DEBUG (image:754) args: localtime, val: 0
[2009-10-20 12:11:10 3046] DEBUG (image:754) args: serial, val: pty
[2009-10-20 12:11:10 3046] DEBUG (image:754) args: std-vga, val: 0
[2009-10-20 12:11:10 3046] DEBUG (image:754) args: isa, val: 0
[2009-10-20 12:11:10 3046] DEBUG (image:754) args: acpi, val: 1
[2009-10-20 12:11:10 3046] DEBUG (image:754) args: usb, val: 0
[2009-10-20 12:11:10 3046] DEBUG (image:754) args: usbdevice, val: None
[2009-10-20 12:11:10 3046] DEBUG (XendDomainInfo:2262) _initDomain:shadow_memory=0x0, memory_static_max=0x20000000, memory_static_min=0x0. [2009-10-20 12:11:10 3046] DEBUG (balloon:157) Balloon: 129788 KiB free; 0 to scrub; need 540160; retries: 20. [2009-10-20 12:11:10 3046] DEBUG (balloon:172) Balloon: setting dom0 target to 3454 MiB. [2009-10-20 12:11:10 3046] DEBUG (XendDomainInfo:1078) Setting memory target of domain Domain-0 (0) to 3454 MiB. [2009-10-20 12:11:10 3046] DEBUG (balloon:157) Balloon: 338684 KiB free; 0 to scrub; need 540160; retries: 20. [2009-10-20 12:11:10 3046] DEBUG (balloon:151) Balloon: 540488 KiB free; need 540160; done.
[2009-10-20 12:11:10 3046] INFO (image:166) buildDomain os=hvm dom=1 vcpus=1
[2009-10-20 12:11:10 3046] DEBUG (image:808) domid          = 1
[2009-10-20 12:11:10 3046] DEBUG (image:809) image = /usr/lib/xen/boot/hvmloader
[2009-10-20 12:11:10 3046] DEBUG (image:810) store_evtchn   = 2
[2009-10-20 12:11:10 3046] DEBUG (image:811) memsize        = 512
[2009-10-20 12:11:10 3046] DEBUG (image:812) vcpus          = 1
[2009-10-20 12:11:10 3046] DEBUG (image:813) acpi           = 1
[2009-10-20 12:11:10 3046] DEBUG (image:814) apic           = 0
[2009-10-20 12:11:10 3046] INFO (XendDomainInfo:1932) createDevice: vfb : {'vncunused': 1, 'other_config': {'vncunused': 1, 'type': 'vnc'}, 'type': 'vnc', 'uuid': '6d0f3f05-00de-53d2-cceb-3386443d77ab'} [2009-10-20 12:11:10 3046] DEBUG (DevController:122) DevController: writing {'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/vfb/1/0'} to /local/domain/1/device/vfb/0. [2009-10-20 12:11:10 3046] DEBUG (DevController:124) DevController: writing {'vncunused': '1', 'domain': 'minix', 'frontend': '/local/domain/1/device/vfb/0', 'uuid': '6d0f3f05-00de-53d2-cceb-3386443d77ab', 'state': '1', 'online': '1', 'frontend-id': '1', 'type': 'vnc'} to /local/domain/0/backend/vfb/1/0. [2009-10-20 12:11:10 3046] INFO (XendDomainInfo:1932) createDevice: vbd : {'uuid': 'eda8d3ac-5f34-6c76-de39-d8d673be6a70', 'bootable': 1, 'driver': 'paravirtualised', 'dev': 'hda', 'uname': 'file:/var/lib/xen/images/minix/disk0', 'mode': 'w'} [2009-10-20 12:11:10 3046] DEBUG (DevController:122) DevController: writing {'backend-id': '0', 'virtual-device': '768', 'device-type': 'disk', 'state': '1', 'backend': '/local/domain/0/backend/vbd/1/768'} to /local/domain/1/device/vbd/768. [2009-10-20 12:11:10 3046] DEBUG (DevController:124) DevController: writing {'domain': 'minix', 'frontend': '/local/domain/1/device/vbd/768', 'uuid': 'eda8d3ac-5f34-6c76-de39-d8d673be6a70', 'dev': 'hda', 'state': '1', 'params': '/var/lib/xen/images/minix/disk0', 'mode': 'w', 'online': '1', 'frontend-id': '1', 'type': 'file'} to /local/domain/0/backend/vbd/1/768. [2009-10-20 12:11:10 3046] INFO (XendDomainInfo:1932) createDevice: vbd : {'uuid': '344cc729-b220-8dd9-e2a0-62141b4f8fe3', 'bootable': 0, 'driver': 'paravirtualised', 'dev': 'hdc:cdrom', 'uname': 'phy:/dev/sr0', 'mode': 'r'} [2009-10-20 12:11:10 3046] DEBUG (DevController:122) DevController: writing {'backend-id': '0', 'virtual-device': '5632', 'device-type': 'cdrom', 'state': '1', 'backend': '/local/domain/0/backend/vbd/1/5632'} to /local/domain/1/device/vbd/5632. [2009-10-20 12:11:10 3046] DEBUG (DevController:124) DevController: writing {'domain': 'minix', 'frontend': '/local/domain/1/device/vbd/5632', 'uuid': '344cc729-b220-8dd9-e2a0-62141b4f8fe3', 'dev': 'hdc', 'state': '1', 'params': '/dev/sr0', 'mode': 'r', 'online': '1', 'frontend-id': '1', 'type': 'phy'} to /local/domain/0/backend/vbd/1/5632. [2009-10-20 12:11:10 3046] INFO (XendDomainInfo:1932) createDevice: vif : {'mac': '00:16:3e:7d:17:94', 'model': 'rtl8139', 'uuid': 'c42ebb4d-0aaf-1138-0fa8-5583d9217f9f'} [2009-10-20 12:11:10 3046] DEBUG (DevController:122) DevController: writing {'backend-id': '0', 'mac': '00:16:3e:7d:17:94', 'handle': '0', 'state': '1', 'backend': '/local/domain/0/backend/vif/1/0'} to /local/domain/1/device/vif/0. [2009-10-20 12:11:10 3046] DEBUG (DevController:124) DevController: writing {'domain': 'minix', 'frontend': '/local/domain/1/device/vif/0', 'uuid': 'c42ebb4d-0aaf-1138-0fa8-5583d9217f9f', 'script': '/etc/xen/scripts/vif-bridge', 'mac': '00:16:3e:7d:17:94', 'frontend-id': '1', 'state': '1', 'online': '1', 'handle': '0', 'model': 'rtl8139'} to /local/domain/0/backend/vif/1/0. [2009-10-20 12:11:10 3046] INFO (image:375) spawning device models: /usr/lib/xen/bin/qemu-dm ['/usr/lib/xen/bin/qemu-dm', '-d', '1', '-domain-name', 'minix', '-k', 'en-us', '-vnc', '127.0.0.1:0', '-vncunused', '-vcpus', '1', '-boot', 'd', '-serial', 'pty', '-acpi', '-net', 'nic,vlan=1,macaddr=00:16:3e:7d:17:94,model=rtl8139', '-net', 'tap,vlan=1,ifname=tap1.0', '-M', 'xenfv']
[2009-10-20 12:11:10 3046] INFO (image:422) device model pid: 4474
[2009-10-20 12:11:10 3046] INFO (image:522) waiting for sentinel_fifo
[2009-10-20 12:11:10 3046] DEBUG (XendDomainInfo:2789) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '5', 'uuid': 'a44b8ac0-03bf-3a74-b7f8-83e11d2e14e2', 'on_reboot': 'destroy', 'start_time': '1256033470.53', 'on_poweroff': 'destroy', 'bootloader_args': '', 'on_xend_start': 'ignore', 'on_crash': 'destroy', 'xend/restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1', 'bootloader': '', 'image': '(hvm (kernel ) (timer_mode 0) (vnc 1) (nographic 0) (hpet 0) (rtc_timeoffset 0) (loader /usr/lib/xen/boot/hvmloader) (pci ()) (guest_os_type default) (apic 0) (serial pty) (hap 1) (monitor 0) (device_model /usr/lib/xen/bin/qemu-dm) (boot d) (keymap en-us) (pae 1) (stdvga 0) (usb 0) (xauthority /root/.Xauthority) (isa 0) (acpi 1) (vncunused 1) (localtime 0) (notes (SUSPEND_CANCEL 1)))', 'name': 'minix'} [2009-10-20 12:11:10 3046] DEBUG (XendDomainInfo:1392) Storing domain details: {'console/port': '3', 'name': 'minix', 'console/limit': '1048576', 'store/port': '2', 'vm': '/vm/a44b8ac0-03bf-3a74-b7f8-83e11d2e14e2', 'domid': '1', 'image/suspend-cancel': '1', 'cpu/0/availability': 'online', 'memory/target': '524288', 'control/platform-feature-multiprocessor-suspend': '1', 'store/ring-ref': '131069', 'console/type': 'ioemu'} [2009-10-20 12:11:10 3046] DEBUG (DevController:122) DevController: writing {'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/console/1/0'} to /local/domain/1/device/console/0. [2009-10-20 12:11:10 3046] DEBUG (DevController:124) DevController: writing {'domain': 'minix', 'frontend': '/local/domain/1/device/console/0', 'uuid': '1db8fd9e-d2ea-72fb-9169-682bf624645c', 'frontend-id': '1', 'state': '1', 'location': '3', 'online': '1', 'protocol': 'vt100'} to /local/domain/0/backend/console/1/0. [2009-10-20 12:11:10 3046] DEBUG (DevController:166) Waiting for devices vif. [2009-10-20 12:11:10 3046] DEBUG (XendDomainInfo:1476) XendDomainInfo.handleShutdownWatch
[2009-10-20 12:11:10 3046] DEBUG (DevController:171) Waiting for 0.
[2009-10-20 12:11:10 3046] DEBUG (DevController:681) hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-status. [2009-10-20 12:11:10 3046] DEBUG (DevController:681) hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-status. [2009-10-20 12:11:10 3046] DEBUG (DevController:695) hotplugStatusCallback 2. [2009-10-20 12:11:10 3046] WARNING (XendDomain:1044) Failed to setup devices for <domain id=1 name=minix memory=536870912 state=paused>: Device 0 (vif) could not be connected. Could not find bridge, and none was specified [2009-10-20 12:11:10 3046] DEBUG (XendDomainInfo:2446) XendDomainInfo.destroy: domid=1

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.