Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: xen-4.5 and -current/amd64



On Fri, Jun 19, 2015 at 02:19:33PM -0700, Harry Waddell wrote:
> On Fri, 19 Jun 2015 22:08:39 +0100
> Patrick Welche <prlw1%cam.ac.uk@localhost> wrote:
> 
> > I'm running a XEN3_DOM0/amd64 from today's source, with pkgsrc-current
> > xen*45, and xenstored & xenconsoled are running.
> > 
> > I have a file /scratch/disk.img, in which a -current/amd64 release was
> > unpacked. /scratch is /dev/raid6a, and also has the same files unpacked.
> > 
> > I don't seem to be able to find the right incantation to start a
> > XEN3_DOMU/amd64 from today's source.
> > 
> > name = "leucite"
> > kernel = "netbsd-XEN3_DOMU"
> > vcpus = 2
> > memory = 1024
> > disk = ['file:/scratch/disk.img,hda,w']

> You may want to try changing "hda" to "xvda" in your disk definition. 

Thanks for the suggestion - I just tried

disk = ['file:/scratch/disk.img,xvda,w']

Parsing config from leucite.cfg
libxl: error: libxl_create.c:1153:domcreate_launch_dm: unable to add disk devices
libxl: error: libxl_device.c:797:libxl__initiate_device_remove: unable to get my domid
libxl: error: libxl.c:1640:devices_destroy_cb: libxl__devices_destroy failed for 24

so still no joy...

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index