Todd Deshane schrieb:
On Fri, Sep 12, 2008 at 4:44 PM, Velten Spägele <xen@xxxxxxxxx> wrote:
Hi,
after a restart i tried to start my windows domU, it starts fine, but
doesn't react. I can't connect with vnc.
First i thought it's an error in Windows and tried a new install on a new
imagefile, but it didn't work also
i only changed boot='c' to 'd' and the imagefile....
kernel = "/usr/lib64/xen-3.2-1/boot/hvmloader"
builder = 'hvm'
memory = 512
name = "WinXP"
device_model = "/usr/lib64/xen-3.2-1/bin/qemu-dm"
boot = 'd'
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ "tap:aio:/HDD250/windisk.img,hda,w",
"file:/HDD250/BRMECD2FRE_DE.ISO,hdc:cdrom,r" ]
sdl=0
vnc = 1
vnclisten = '0.0.0.0'
usb = 0
stdvga = 0
serial = 'pty'
audio = 0
Some people have reported problems with tap:aio for the disk image.
Try changing it to file:/
Beyond that look for errors in /var/log/xen/xend.log and qemu*
Hope that helps,
Cheers,
Todd
it didn't work with file: also.
can there anybody find something in the xend.log ?
[2008-09-12 22:25:05 2224] DEBUG (__init__:1072) XendDomainInfo.destroy:
domid=10
[2008-09-12 22:25:05 2224] DEBUG (__init__:1072)
XendDomainInfo.destroyDomain(10)
[2008-09-12 22:25:05 2224] DEBUG (__init__:1072) Destroying device model
[2008-09-12 22:25:05 2224] DEBUG (__init__:1072) Releasing devices
[2008-09-12 22:25:05 2224] DEBUG (__init__:1072) Removing vif/0
[2008-09-12 22:25:05 2224] DEBUG (__init__:1072)
XendDomainInfo.destroyDevice: deviceClass = vif, device = vif/0
[2008-09-12 22:25:05 2224] DEBUG (__init__:1072) Removing vbd/768
[2008-09-12 22:25:05 2224] DEBUG (__init__:1072)
XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/768
[2008-09-12 22:25:06 2224] DEBUG (__init__:1072) Removing vbd/5632
[2008-09-12 22:25:06 2224] DEBUG (__init__:1072)
XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/5632
[2008-09-12 22:25:06 2224] DEBUG (__init__:1072) Removing vfb/0
[2008-09-12 22:25:06 2224] DEBUG (__init__:1072)
XendDomainInfo.destroyDevice: deviceClass = vfb, device = vfb/0
[2008-09-12 22:25:06 2224] DEBUG (__init__:1072) Removing console/0
[2008-09-12 22:25:06 2224] DEBUG (__init__:1072)
XendDomainInfo.destroyDevice: deviceClass = console, device = console/0
[2008-09-12 22:25:06 2224] DEBUG (__init__:1072) No device model
[2008-09-12 22:25:06 2224] DEBUG (__init__:1072) Releasing devices
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072)
XendDomainInfo.create(['vm', ['name', 'WinXP'], ['memory', 512],
['on_poweroff', 'destroy'], ['on_reboot', 'restart'], ['on_crash',
'restart'], ['vcpus', 1], ['on_xend_start', 'ignore'], ['on_xend_stop',
'ignore'], ['image', ['hvm', ['kernel',
'/usr/lib64/xen-3.2-1/boot/hvmloader'], ['device_model',
'/usr/lib64/xen-3.2-1/bin/qemu-dm'], ['pae', 1], ['vcpus', 1], ['boot',
'd'], ['fda', ''], ['fdb', ''], ['timer_mode', 0], ['localtime', 0],
['serial', ''], ['stdvga', 0], ['isa', 0], ['nographic', 0], ['soundhw',
''], ['vnc', 1], ['vncunused', 1], ['vnclisten', '0.0.0.0'], ['sdl', 0],
['xauthority', '/root/.Xauthority'], ['rtc_timeoffset', '0'],
['monitor', 0], ['acpi', 1], ['apic', 1], ['usb', 0], ['usbdevice', ''],
['keymap', ''], ['pci', []], ['guest_os_type', 'default']]], ['device',
['vbd', ['uname', 'file:/HDD250/windisk.img'], ['dev', 'hda'], ['mode',
'w']]], ['device', ['vbd', ['uname', 'file:/HDD250/BRMECD2FRE_DE.ISO'],
['dev', 'hdc:cdrom'], ['mode', 'r']]], ['device', ['vif', ['bridge',
'xenbr0'], ['type', 'ioemu']]]])
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072)
XendDomainInfo.constructDomain
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Balloon: 539188 KiB
free; need 2048; done.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Adding Domain: 11
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072)
XendDomainInfo.initDomain: 11 256
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) No VNC passwd
configured for vfb access
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) args: boot, val: d
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) args: fda, val: None
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) args: fdb, val: None
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) args: soundhw, val: None
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) args: localtime, val: 0
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) args: serial, val: None
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) args: std-vga, val: 0
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) args: isa, val: 0
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) args: acpi, val: 1
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) args: usb, val: 0
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) args: usbdevice, val: None
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) args: pci, val: []
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072)
_initDomain:shadow_memory=0x0, memory_static_max=0x20000000,
memory_static_min=0x0.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Balloon: 537896 KiB
free; need 537600; done.
[2008-09-12 22:25:07 2224] INFO (__init__:1072) buildDomain os=hvm
dom=11 vcpus=1
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) domid = 11
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) image =
/usr/lib64/xen-3.2-1/boot/hvmloader
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) store_evtchn = 2
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) memsize = 512
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) vcpus = 1
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) acpi = 1
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) apic = 1
[2008-09-12 22:25:07 2224] INFO (__init__:1072) createDevice: vfb :
{'vncunused': 1, 'vnclisten': '0.0.0.0', 'type': 'vnc', 'uuid':
'b7b3184a-a908-cd07-8a9c-b8fc99f112ba', 'other_config': {'vncunused': 1,
'vnclisten': '0.0.0.0', 'type': 'vnc'}}
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) DevController: writing
{'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/vfb/11/0'} to /local/domain/11/device/vfb/0.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) DevController: writing
{'vncunused': '1', 'domain': 'WinXP', 'frontend':
'/local/domain/11/device/vfb/0', 'uuid':
'b7b3184a-a908-cd07-8a9c-b8fc99f112ba', 'vnclisten': '0.0.0.0', 'state':
'1', 'online': '1', 'frontend-id': '11', 'type': 'vnc'} to
/local/domain/0/backend/vfb/11/0.
[2008-09-12 22:25:07 2224] INFO (__init__:1072) createDevice: vbd :
{'uuid': 'e2501873-8095-0b21-e5b4-930fd8385eb1', 'bootable': 1,
'driver': 'paravirtualised', 'dev': 'hda', 'uname':
'file:/HDD250/windisk.img', 'mode': 'w'}
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) DevController: writing
{'backend-id': '0', 'virtual-device': '768', 'device-type': 'disk',
'state': '1', 'backend': '/local/domain/0/backend/vbd/11/768'} to
/local/domain/11/device/vbd/768.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) DevController: writing
{'domain': 'WinXP', 'frontend': '/local/domain/11/device/vbd/768',
'uuid': 'e2501873-8095-0b21-e5b4-930fd8385eb1', 'dev': 'hda', 'state':
'1', 'params': '/HDD250/windisk.img', 'mode': 'w', 'online': '1',
'frontend-id': '11', 'type': 'file'} to /local/domain/0/backend/vbd/11/768.
[2008-09-12 22:25:07 2224] INFO (__init__:1072) createDevice: vbd :
{'uuid': 'eccc30d7-63dc-be47-1dda-5a433bf98dfb', 'bootable': 0,
'driver': 'paravirtualised', 'dev': 'hdc:cdrom', 'uname':
'file:/HDD250/BRMECD2FRE_DE.ISO', 'mode': 'r'}
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) DevController: writing
{'backend-id': '0', 'virtual-device': '5632', 'device-type': 'cdrom',
'state': '1', 'backend': '/local/domain/0/backend/vbd/11/5632'} to
/local/domain/11/device/vbd/5632.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) DevController: writing
{'domain': 'WinXP', 'frontend': '/local/domain/11/device/vbd/5632',
'uuid': 'eccc30d7-63dc-be47-1dda-5a433bf98dfb', 'dev': 'hdc', 'state':
'1', 'params': '/HDD250/BRMECD2FRE_DE.ISO', 'mode': 'r', 'online': '1',
'frontend-id': '11', 'type': 'file'} to /local/domain/0/backend/vbd/11/5632.
[2008-09-12 22:25:07 2224] INFO (__init__:1072) createDevice: vif :
{'bridge': 'xenbr0', 'mac': '00:16:3e:66:d9:6c', 'type': 'ioemu',
'uuid': '72e1e7c5-4584-06eb-6def-b395ba2c2903'}
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) DevController: writing
{'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/vif/11/0'} to /local/domain/11/device/vif/0.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) DevController: writing
{'bridge': 'xenbr0', 'domain': 'WinXP', 'handle': '0', 'uuid':
'72e1e7c5-4584-06eb-6def-b395ba2c2903', 'script':
'/etc/xen/scripts/vif-bridge', 'mac': '00:16:3e:66:d9:6c',
'frontend-id': '11', 'state': '1', 'online': '1', 'frontend':
'/local/domain/11/device/vif/0', 'type': 'ioemu'} to
/local/domain/0/backend/vif/11/0.
[2008-09-12 22:25:07 2224] INFO (__init__:1072) spawning device models:
/usr/lib64/xen-3.2-1/bin/qemu-dm ['/usr/lib64/xen-3.2-1/bin/qemu-dm',
'-d', '11', '-domain-name', 'WinXP', '-vnc', '0.0.0.0:0', '-vncunused',
'-vcpus', '1', '-boot', 'd', '-acpi', '-net',
'nic,vlan=1,macaddr=00:16:3e:66:d9:6c,model=rtl8139', '-net',
'tap,vlan=1,bridge=xenbr0', '-M', 'xenfv']
[2008-09-12 22:25:07 2224] INFO (__init__:1072) device model pid: 8451
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Storing VM details:
{'on_xend_stop': 'ignore', 'shadow_memory': '5', 'uuid':
'6965d11f-c6a2-7bd3-0ad8-0fbfa230e0be', 'on_reboot': 'restart',
'start_time': '1221251107.6', 'on_poweroff': 'destroy', 'on_xend_start':
'ignore', 'on_crash': 'restart', 'xend/restart_count': '0', 'vcpus':
'1', 'vcpu_avail': '1', 'image': '(hvm (kernel
/usr/lib64/xen-3.2-1/boot/hvmloader) (acpi 1) (apic 1) (boot d)
(device_model /usr/lib64/xen-3.2-1/bin/qemu-dm) (isa 0) (localtime 0)
(monitor 0) (nographic 0) (pae 1) (rtc_timeoffset 0) (sdl 0) (stdvga 0)
(usb 0) (vnc 1) (vnclisten 0.0.0.0) (timer_mode 0) (vncunused 1)
(xauthority /root/.Xauthority) (pci ()) (guest_os_type default) (notes
(SUSPEND_CANCEL 1)))', 'name': 'WinXP'}
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Storing domain details:
{'console/port': '3', 'name': 'WinXP', 'console/limit': '1048576',
'store/port': '2', 'vm': '/vm/6965d11f-c6a2-7bd3-0ad8-0fbfa230e0be',
'domid': '11', 'image/suspend-cancel': '1', 'cpu/0/availability':
'online', 'memory/target': '524288',
'control/platform-feature-multiprocessor-suspend': '1',
'store/ring-ref': '131070', 'console/type': 'ioemu'}
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) DevController: writing
{'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/console/11/0'} to
/local/domain/11/device/console/0.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) DevController: writing
{'domain': 'WinXP', 'frontend': '/local/domain/11/device/console/0',
'uuid': '09d886bd-f8f2-b5ad-a5f6-ed087cf6fbb5', 'frontend-id': '11',
'state': '1', 'location': '3', 'online': '1', 'protocol': 'vt100'} to
/local/domain/0/backend/console/11/0.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for devices vif.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for 0.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) hotplugStatusCallback
/local/domain/0/backend/vif/11/0/hotplug-status.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) hotplugStatusCallback
/local/domain/0/backend/vif/11/0/hotplug-status.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for devices vbd.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for 768.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) hotplugStatusCallback
/local/domain/0/backend/vbd/11/768/hotplug-status.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for 5632.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) hotplugStatusCallback
/local/domain/0/backend/vbd/11/5632/hotplug-status.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) hotplugStatusCallback
/local/domain/0/backend/vbd/11/5632/hotplug-status.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for devices irq.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for devices vkbd.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for devices vfb.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for devices
console.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for 0.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for devices pci.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for devices
ioports.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for devices tap.
[2008-09-12 22:25:07 2224] DEBUG (__init__:1072) Waiting for devices vtpm.
[2008-09-12 22:25:07 2224] INFO (__init__:1072) Domain WinXP (11) unpaused.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|