Hi list, I recently setup debian "testing/unstable" and did a package install of Xen with apt. The problem I''m having is when I do: xm create -c www.cfg I get the following errors: Using config file "/etc/xen/www.cfg". Error: (22, ''Invalid argument'') Looking at /var/log/xen/xend-debug.log I see: ==> /var/log/xen/xend-debug.log <=ERROR: Unrecognized image format ERROR: Error constructing guest OS I did the install using xen-tools from Steves site. Everything is fine from what I can tell. Here is the cfg for that domU: kernel = ''/boot/vmlinuz-2.4.27-3-386'' #ramdisk = ''/boot/initrd.img-2.4.27-3-386'' memory = 128 name = "domu1" vif = ['' bridge=xen-br0'' ] disk = [''phy:/dev/vps/www-disk,hda1,w'',''phy:/dev/vps/www-swap,hda2,w''] ip="192.168.2.103" netmask="255.255.255.0" gateway="192.168.2.1" hostname = "domu1" root = "/dev/hda1 ro" extra = "4" Am I missing something obvious? mrkris _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
