You are not logged in.
here's the rundown...
i'm making an arch linux domu
sudo xl create -c arch1.cfg
Parsing config from arch1.cfg
libxl: error: libxl_device.c:859:device_backend_callback: unable to connect device with path /local/domain/0/backend/vbd/11/2049
libxl: error: libxl_create.c:934:domcreate_launch_dm: unable to add disk devices
libxl: error: libxl_device.c:859:device_backend_callback: unable to disconnect device with path /local/domain/0/backend/vbd/11/2049
libxl: error: libxl.c:1467:devices_destroy_cb: libxl__devices_destroy failed for 11
what is going on here?
here's my arch1.cfg
name = "arch1"
kernel = "/media/disc/arch/boot/x86_64/vmlinuz"
ramdisk = "/media/disc/arch/boot/x86_64/archiso.img"
extra = "archisobasedir=arch archisolabel=ARCH_201306"
memory = 1024
disk = [ "phy:/dev/kimbra/arch1,sda1,w", "file:/mnt/bak/archlinux-2013.06.01-dual.iso,sdb,r" ]
vif = [ 'mac=00:16:3e:3e:3e:3e,bridge=xenbr0' ]
i've been working on getting xen up for a while. i'm so close, and now this... i desperately need the help...
Offline