| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] troubles with netbsd 3-1 domU
 
To: Xen-users@xxxxxxxxxxxxxxxxxxxFrom: "Prabhakar Chaganti" <pchaganti@xxxxxxxxx>Date: Fri, 20 Apr 2007 05:18:09 -0400Delivery-date: Fri, 20 Apr 2007 02:16:57 -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=PHu8Zn3zNP+djc3pa+AHNlG9keW0Z4lX1p+Ru/VFRlerpmr4OvZ4+x908PSngENWp0JWbl9q4HMSMX3Gqu27YzJdHAAyIT6jJcfSh4dBo8qWBFIgIRSYurKyXzmt765bKRR3mQ8a2WgylOYcs5UGxvhaXgZgDM3foiPr14BTf7E=List-id: Xen user discussion <xen-users.lists.xensource.com> 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 
 |