|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] vif could not be connected. Hotplug scripts not working.
On Thu, 2007-01-11 at 19:23 +0000, John Hannfield wrote:
> Hi all,
>
> I'm trying to boot a Centos domU, but when I do a "xm create -c centos.cfg"
> it just hangs, and eventually times out with:
>
> Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
>
Ensure that /bin/sh leads to /bin/bash (i.e. readlink /bin/sh ).. if
not, ln -s -f /bin/bash /bin/sh
Its quite possible on your system /bin/sh leads to dash, which isn't
capable of parsing the hotplug scripts in /etc/xen/scripts, which is the
cause of this error.
Output of /var/log/xen-hotplug.log would also be helpful :)
Best,
--Tim
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|