Might have pasted the wrong thing in my description, but it errored on the case statement in /etc/xen/scripts/xen-script-common.sh
---
findCommand()
{
for arg in "$@"
do
case "$arg" in
?*=*) ;; ###<----- this line or the
command="$arg"
return
;;
esac
done
}
---
--
Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
https://launchpad.net/bugs/58076
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
