[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Problemi using vif-route script
On Fri, 2012-10-26 at 08:28 +0100, Giorgio Mossa wrote: > libxl: error: libxl_device.c:978:device_hotplug_child_death_cb: > script: /etc/xen/scripts/vif-route failed; error detected. This means that a command has failed somewhere in the script (i.e. 'set -e' and 'trap .. ERR' are in use). Sadly it doesn't give much hint as to what/where it has failed. To debug this I would add near the top of vif-route something like: exec 1>>/tmp/vif-route.log exec 2>&1 echo "$0 $@ at `date` set -x and then try it and look and see what the logs have to say. Ian. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |