Displaying 1 result from an estimated 1 matches for "58if".
Did you mean:
584f
2008 Dec 01
1
Error: Device 0 (vif) could not be connected.Hotplug scripts not working.
...n/scripts/vif-common.sh: line 66: syntax
error: Bad fd number
/etc/xen/scripts/vif-bridge: line 94: syntax error: Bad fd number
i have checked the /etc/xen/scripts/vif-common.sh file i think there is
no syntax error
57vifname=$(xenstore_read_default "$XENBUS_PATH/vifname" "")
58if [ "$vifname" ]
59then
60 if [ "$command" == "online" ] && ! ip link show "$vifname" >&/dev/null
61 then
62 do_or_die ip link set "$vif" name "$vifname"
63fi
64vif="$vifname"
65 fi
66
can any on help where i am...