List Info

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




Error: Error creating domain: (0, 'Error')
user name
2006-10-17 04:25:51
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"
memory = 256
name = "ubuntu606-minimal"
vif = [ 'mac=00:16:00:00:00:06, bridge=bridge0' ]
disk = [ 'file:/dev/vnd0d,0x301,w' ]
root = "/dev/hda1 rw"

Does this look good to everyone else?

I used vnconfig vnd0 to map to the image to a device. The
image is perfectly 
mountable.

xend.log shows me these errors.

[2006-10-17 13:56:54 xend] DEBUG (XendDomainInfo:720)
init_domain> Created 
domain=4 name=untu606-minimal memory=256
[2006-10-17 13:56:54 xend] INFO (console:94) Created console
id=13 domain=4 
port
=9604
[2006-10-17 13:56:54 xend] ERROR (SrvBase:162) op=create:
Error creating 
domain: (0, 'Error')
Traceback (most recent call last):
  File
"/usr/pkg/lib/python2.3/site-packages/xen/xend/server/S
rvBase.py", line 
107, in _perform
    val = op_method(op, req)
  File
"/usr/pkg/lib/python2.3/site-packages/xen/xend/server/S
rvDomainDir.py", 
line 71, in op_create
    raise XendError("Error creating domain: " +
str(ex))
XendError: Error creating domain: (0, 'Error')

Please someone help me. I dont know what to do anymore here.
I need to get 
this virtual host up and running ASAP.

Thanks

Petr 
Error: Error creating domain: (0, 'Error')
user name
2006-10-17 10:25:24
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.

-- 
Manuel Bouyer, LIP6, Universite Paris VI.          
Manuel.Bouyerlip6.fr
     NetBSD: 26 ans d'experience feront toujours la
difference
--
Error: Error creating domain: (0, 'Error')
user name
2006-10-17 10:25:24
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.

-- 
Manuel Bouyer, LIP6, Universite Paris VI.          
Manuel.Bouyerlip6.fr
     NetBSD: 26 ans d'experience feront toujours la
difference
--
Error: Error creating domain: (0, 'Error')
user name
2006-10-17 11:49:25
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.
Error: Error creating domain: (0, 'Error')
user name
2006-10-17 11:49:25
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.
Error: Error creating domain: (0, 'Error')
user name
2006-10-17 16:17:06
On Tue, Oct 17, 2006 at 09:49:25PM +1000, System
Administrator wrote:
> Hi and thanks
> No my hypervisor is xen-2.

OK, with the linux kernel version I though it was Xen3; but
maybe Xen2
is still supported by some distribs. But anyway you first
have to fix your
disk = entry.

> Can I get xen-3 for NetBSD? I wasnt aware of that. 

netbsd-3 can run as a guest on Xen-3, netbsd-current can
also run as dom0

> Sorry, i only just started playing with Xen technology.
What do I have to do?

install xentools30 and xenkernel30  instead of the -20, and
use the
XEN3_* netbsd kernel instead of XEN2_*

-- 
Manuel Bouyer, LIP6, Universite Paris VI.          
Manuel.Bouyerlip6.fr
     NetBSD: 26 ans d'experience feront toujours la
difference
--
Error: Error creating domain: (0, 'Error')
user name
2006-10-17 16:17:06
On Tue, Oct 17, 2006 at 09:49:25PM +1000, System
Administrator wrote:
> Hi and thanks
> No my hypervisor is xen-2.

OK, with the linux kernel version I though it was Xen3; but
maybe Xen2
is still supported by some distribs. But anyway you first
have to fix your
disk = entry.

> Can I get xen-3 for NetBSD? I wasnt aware of that. 

netbsd-3 can run as a guest on Xen-3, netbsd-current can
also run as dom0

> Sorry, i only just started playing with Xen technology.
What do I have to do?

install xentools30 and xenkernel30  instead of the -20, and
use the
XEN3_* netbsd kernel instead of XEN2_*

-- 
Manuel Bouyer, LIP6, Universite Paris VI.          
Manuel.Bouyerlip6.fr
     NetBSD: 26 ans d'experience feront toujours la
difference
--
Error: Error creating domain: (0, 'Error')
user name
2006-10-18 04:11:58
On Tue, Oct 17, 2006 at 02:25:51PM +1000, System
Administrator wrote:
  | xm create I get 
  | 
  | Error: Error creating domain: (0, 'Error')
  | 
  | my config file is:
  | 
  | kernel =
"/var/images/xen/vmlinuz-2.6.16.13-xenU"
  | memory = 256
  | name = "ubuntu606-minimal"
  | vif = [ 'mac=00:16:00:00:00:06, bridge=bridge0' ]

Try:
	vif = [ 'mac=00:16:00:00:00:06', 'bridge=bridge0' ]


Luke.
Error: Error creating domain: (0, 'Error')
user name
2006-10-18 04:11:58
On Tue, Oct 17, 2006 at 02:25:51PM +1000, System
Administrator wrote:
  | xm create I get 
  | 
  | Error: Error creating domain: (0, 'Error')
  | 
  | my config file is:
  | 
  | kernel =
"/var/images/xen/vmlinuz-2.6.16.13-xenU"
  | memory = 256
  | name = "ubuntu606-minimal"
  | vif = [ 'mac=00:16:00:00:00:06, bridge=bridge0' ]

Try:
	vif = [ 'mac=00:16:00:00:00:06', 'bridge=bridge0' ]


Luke.
[1-9]

about | contact  Other archives ( Real Estate discussion Medical topics )