| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: Re : [Xen-users] troubles with netbsd 3-1 domU
 
To: Xen-users@xxxxxxxxxxxxxxxxxxxFrom: "Prabhakar Chaganti" <pchaganti@xxxxxxxxx>Date: Fri, 20 Apr 2007 20:10:24 -0400Delivery-date: Fri, 20 Apr 2007 17:09:18 -0700Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;	b=XW78ENK1TJYsZDTTGflOS4BfwKi3nRaMwLPh9zTr9o4ndBjTOuLYChFhL3R73FhL6gGcmWdoMAJSLcjyS4lk38U8qV5sgzNzpB78LjBW7zRDa2+YglHW/tZxjnnUr/Plmnjvgq988UCE3fXLSRxwwR/R0m9vMwxXEj7H651gIvs=List-id: Xen user discussion <xen-users.lists.xensource.com> NetBSD domU will only work with a non PAE kernel. If you are using Fedora Core as your base system, its xen kernels are PAE enabled by default. I think thats why you are getting this error.
 
 
 
 
 
On 4/20/07, Prabhakar Chaganti <pchaganti@xxxxxxxxx> wrote:
Here is the config I have used for netbsd-3.1. Worked fine:
 kernel =
"/boot/netbsd-INSTALL_XEN3_DOMU"
 memory = 64
 name =
"netbsd_domU"
 disk =
['tap:aio:/home/pchaganti/xen-images/netbsd_domU.img,sda1,w',
'tap:aio:/home/pchaganti/xen-images/netbsd_swap.img,sda2,w']
 vif = [
'mac=00:16:3e:00:00:12, bridge=xenbr0' ]
 >on_reboot   = 'restart'
 on_crash    = 'restart'
 
 
 On 4/20/07, emmanuel monnier <emmanuel.monnier@xxxxxxxxx
> wrote:
Yes I've already try this but I doesn't change anything.
 I have tried to create the VM in a physical partition and it doesn't work too.
 
 So I don't understand where is the error.
 
 Thanks
 
 2007/4/20, Prabhakar Chaganti <pchaganti@xxxxxxxxx>:
 > 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 
 |