|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] troubles with netbsd 3-1 domU
Another thing to try is give the vif a value instead of an empty list. Something like this:
vif
= [ 'mac=00:16:3e:00:00:10, bridge=xenbr0' ]
On 4/20/07, emmanuel monnier <emmanuel.monnier@xxxxxxxxx
> wrote:Hi,
I'm pretty new to xen and I've installed it on a Debian Etch
4.0. This is xen 3.0.3 version. I have already created debian domU and I try to create a netBSD domU with kernels provided by netBSD but I can't do this.
Can you say me if my config file looks good?
Here is my config file :
kernel = "/home/manu/netbsd/netbsd-INSTALL_XEN3_DOMU" #kernel = "/home/manu/netbsd/netbsd-XEN3_DOMU" memory = 128 disk = [ 'file:/usr/images/netbsd/netbsd.img,sda1,w' ]
vif =[' ']
When creating the domU I get this message:
Using config file "netbsd.cfg". Error: (22, 'Invalid argument')
Even if I looks at the logs I don't understand what doesn't work.
If someone can help me it would be very nice.
Thanks
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|