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 10:08:39PM +0100, Patrick Welche 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 could try:
disk = ['file:/scratch/disk.img,0x1,w']
this works for me
>
> gets me:
>
> 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 18
>
> The same is true for:
>
> disk = ['format=raw, vdev=0x1, access=rw, target=/scratch/disk.img']
> disk = ['format=raw, vdev=0x1, access=rw, target=/dev/raid6a']
Not sure if this is supposed to work for a PV domU
>
> If I try the character device
>
> disk = ['format=raw, vdev=0x1, access=rw, target=/dev/rraid6a']
I would try:
disk = ['phy:/dev/rraid6a,0x1,w']
--
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
NetBSD: 26 ans d'experience feront toujours la difference
--
Home |
Main Index |
Thread Index |
Old Index