https://bugzilla.novell.com/show_bug.cgi?id=653788 https://bugzilla.novell.com/show_bug.cgi?id=653788#c15 --- Comment #15 from Carlos Costa e Silva <carlos@keysoft.pt> 2010-12-14 01:03:53 WET --- Hmm, while waiting for bzip2 to compress the files, must have typed into the config in #13 resulting in at least one typo (scriqpts is wrong). Correct domU config: <domain type='xen'> <name>ksdev</name> <uuid>34234b1b-65c2-0528-1bcc-5ce9b41402ea</uuid> <description>Keysoft Development Machine</description> <memory>524288</memory> <currentMemory>524288</currentMemory> <vcpu>1</vcpu> <bootloader>/usr/bin/pygrub</bootloader> <bootloader_args>-q</bootloader_args> <os> <type>linux</type> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/lib/xen/bin/qemu-dm</emulator> <disk type='file' device='disk'> <driver name='tap' type='aio'/> <source file='/var/lib/xen/images/ksdev/disk0.raw'/> <target dev='xvda' bus='xen'/> </disk> <disk type='file' device='disk'> <driver name='tap' type='cdrom'/> <source file='/var/lib/xen/images/shared/openSUSE-11.3-DVD-i586.iso'/> <target dev='xvdb' bus='xen'/> <readonly/> </disk> <interface type='bridge'> <mac address='00:16:36:cc:0d:e6'/> <source bridge='br0'/> <script path='/etc/xen/scripts/vif-bridge'/> <target dev='vif-1.0'/> </interface> <console type='pty'> <target port='0'/> </console> <input type='mouse' bus='xen'/> <graphics type='vnc' port='-1' autoport='yes' keymap='pt'/> </devices> </domain> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.