Displaying 1 result from an estimated 1 matches for "64vif".
Did you mean:
64vi1
2008 Dec 01
1
Error: Device 0 (vif) could not be connected.Hotplug scripts not working.
...ead_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 going wrong , how to debugg or how to start
network on Dom U
I am using the following confugration script
kernel = "/boot/vmlinuz-2.6.18.8-xenU"
ramdisk = "/boot/root_cramU.img"
memory = 80
name = "DomainU"
vi...