Package: xen-utils-4.1 Version: 4.1.3-2 Followup-For: Bug #689646 On Thu, 2012-10-04 at 19:35 +0100, Ian Campbell wrote: > How are you creating the domain? Please can you supply the config file > you are using and the actual commands you are running.
# xl create /etc/xen/hvm.cfg Parsing config file /etc/xen/hvm.cfg libxl: error: libxl_dom.c:287:libxl__build_hvm hvm building failed [FYI, it hangs for about 5 seconds here before giving up with the next two lines] libxl: error: libxl_device.c:470:libxl__wait_for_device_model Device Model not ready xl: fatal error: libxl_create.c:535, rc=-1: libxl__confirm_device_model_startup I'm attaching the config file. > The interesting logs are likely to be under /var/log/xen. # cat /var/log/xen/qemu-dm-hvm.log domid: 17 -videoram option does not work with cirrus vga device model. Videoram set to 4M. qemu: ignoring not-understood drive `xvda2' qemu: ignoring not-understood drive `xvda1' Watching /local/domain/0/device-model/17/logdirty/cmd Watching /local/domain/0/device-model/17/command Watching /local/domain/17/cpu qemu_map_cache_init nr_buckets = 10000 size 4194304 shared page at pfn 0 map shared IO page returned error 22
kernel = 'hvmloader' builder = 'hvm' device_model = 'qemu-dm' kernel = '/boot/vmlinuz-3.2.0-3-amd64' ramdisk = '/boot/initrd.img-3.2.0-3-amd64' vcpus = '2' memory = '512' root = '/dev/xvda2 ro' name = 'hvm' disk = [ 'file:/srv/xen/hvm/domains/hvm/disk.img,xvda2,w', 'file:/srv/xen/hvm/domains/hvm/swap.img,xvda1,w', ] on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart'