> # cat /etc/xen/solaris > name = 'solaris' > memory = '1024' > disk = [ > 'file:/xen/solaris.img,0,w','file:/usr/lib/xen-solaris > /sol-nv-b78-x86-dvd.iso,6:cdrom,r' ] > vif = [ '' ] > on_shutdown = 'destroy' > on_reboot = 'destroy' > on_crash = 'destroy' > kernel = '/usr/lib/xen-solaris/unix-78' > ramdisk = '/usr/lib/xen-solaris/x86.miniroot' > extra = '/platform/i86xpv/kernel/unix - nowin -B > install_media=cdrom' >
First try to exchange the disk order; put before the dvd image and then the disk. disk = [ 'file:/usr/lib/xen-solaris/sol-nv-b78-x86-dvd.iso,6:cdrom,r',file:/xen/solaris.img,0,w' ] > I've made the change to > /usr/lib/python2.4/site-packages/xen/xend/server/blkif > .py and restarted xend > > When I try to create the VM I get the following: > # xm create /etc/xen/solaris -c > Using config file "/etc/xen/solaris". > Error: Device 6 (vbd) could not be connected. losetup > -r /dev/loop1 > /usr/lib/xen-solaris/sol-nv-b78-x86-dvd.iso failed > Have you the loop module loaded or built in the kernel? > # cat /var/log/xen/xen-hotplug.log > Nothing to flush. > /usr/lib/xen-solaris/sol-nv-b78-x86-dvd.iso: > Permission denied This is very strange after your permission listing!!! > xenstore-read: couldn't read path > backend/vbd/5/6/node > > Any help would be appreciated as nobody else seems to > have the same problems with CentOS 5 This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list [email protected]
