Port-xen archive

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

Re: Where is netbsd-XEN3_DOM0.gz



On 2018-06-12 08:57 PM, John Nemeth wrote:
> On Jun 12, 11:08am, "D'Arcy Cain" wrote:
> } I am still setting these up and fully expected failures which I would
> } then go and deal with.  What was unexpected is that an error starting
> } the instance caused the entire server to lock up requiring a reboot.
> 
>      This is rather weird and should not have happened.  Nor is it
> something that I have seen before.

So created what looks to me like a proper config.

name="TrueOS"
builder="hvm"
vcpus="1"
memory="512"
vif=[ 'mac=00:16:3e:5e:7e:50, bridge=bridge0' ]
disk=[
 'format=raw, vdev=hdc, access=ro, devtype=cdrom,
target=/XEN/iso/TrueOS-Desktop-18.03-x64-DVD.iso',
 'format=raw, vdev=hda, access=rw, target=/XEN/disk/TrueOS'
]
boot="d"

While I don't hang my system any more I still get an error.

Parsing config from ./TrueOS
libxl: debug: libxl_create.c:1614:do_domain_create: ao 0x7c7d25d290c0:
create: how=0x0 callback=0x0 poller=0x7c7d25d0d0c0
libxl: error: libxl_create.c:564:libxl__domain_make: domain creation
fail: Invalid argument
libxl: error: libxl_create.c:928:initiate_domain_create: cannot make
domain: -3

But it doesn't explain what the invalid argument is.

So then I copied a disk image and a config from another server running
NetBSD 7.1.0_PATCH (XEN3_DOM0) and xenkernel46-4.6.6nb2 and now I get this.

libxl: error: libxl_device.c:1074:device_backend_callback: unable to add
device with path /local/domain/0/backend/vbd/51/768

I don't know what is looking for /local.  Here's the other config.

name = "darcy"
kernel = "/XEN/kernel/netbsd-XEN3_DOMU"
memory = 2048
vcpus=2
maxvcpus=4
disk = [ 'format=raw, vdev=hda, access=rw, target=/XEN/disk/darcy' ]
vif=[ 'mac=00:16:3e:5e:7e:50, bridge=bridge0' ]

-- 
D'Arcy J.M. Cain <darcy%NetBSD.org@localhost>
http://www.NetBSD.org/ IM:darcy%Vex.Net@localhost


Home | Main Index | Thread Index | Old Index