|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Error: Device 2049 (vbd) could not be connected. Hotplug
On Sat, 2007-04-28 at 15:54 +0200, Josef wrote:
> Hello, I'm completely stuck at this point:
>
> I have Debian Etch, SATA drives using sw RAID and I have installed XEN
> from debian packages.
> But when I try to start a new image (created by xen-tools:
> #xen-create-image --hostname=postak3 --ip=10.0.0.3), I got following error:
>
> telex:/home/pepus# xm create postak3.cfg
> Using config file "/etc/xen/postak3.cfg".
> Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
If I'm not mistaken, /bin/sh in etch points to dash, not bash by
default. In or out of posix invocation, dash isn't smart enough to parse
the hotplug (and other) back end bourne scripts Xen uses, it lacks a
significant number of builtins.
Can you verify that the symbolic link /bin/sh points to /bin/bash and
try again?
Best,
--Tim
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|