Port-xen archive

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

Re: Error: Error creating domain: (0, 'Error')



Hi and thanks
No my hypervisor is xen-2. Can I get xen-3 for NetBSD? I wasnt aware of that. 
Sorry, i only just started playing with Xen technology. What do I have to do?

Petr

On Tuesday 17 October 2006 20:25, you wrote:
> On Tue, Oct 17, 2006 at 02:25:51PM +1000, System Administrator wrote:
> > Hi,
> > Im running NetBSD/Xen in Dom0 and Im trying to run Ubuntu in DomU. When I
> > run xm create I get
> >
> > Error: Error creating domain: (0, 'Error')
> >
> > my config file is:
> >
> > kernel = "/var/images/xen/vmlinuz-2.6.16.13-xenU"
>
> Your hypervisor is xen-3, I guess ?
>
> > memory = 256
> > name = "ubuntu606-minimal"
> > vif = [ 'mac=00:16:00:00:00:06, bridge=bridge0' ]
> > disk = [ 'file:/dev/vnd0d,0x301,w' ]
>
> You want either:
> disk = [ 'phy:/dev/vnd0d,0x301,w' ]
> or
> disk = [ 'file:/path/to/disk/image,0x301,w' ]
>
> With you disk entry, the script will try to attach /dev/vnd0d to another
> vnd device.



Home | Main Index | Thread Index | Old Index