search for: cmdprefix

Displaying 3 results from an estimated 3 matches for "cmdprefix".

Did you mean: cmd_prefix
2007 Sep 11
2
Bug#441249: Bug#441249: xen-hypervisor-3.0.3-1-i386-pae: "Problems using XEN when Quagga is running"
Hi, > Can you manually do on the xen interfaces what the scripts would? How about > doing it on some other interface configured in a similar way? Toying with the vif-route script, I might have found a workaround for this issue. If I disable the ifconfig and ip route commands from vif-route script, and bring up vif interface by hand later on, everything seems to work. In other works,
2009 Jun 23
3
vif-route script not getting domU-IP (vif-IP)
...variable $IP is empty. So no value will be available, therefore the script can''t work. if [ "${ip}" ] ; then # If we''ve been given a list of IP addresses, then add routes from dom0 to # the guest using those addresses. for addr in ${ip} ; do ${cmdprefix} ip route ${ipcmd} ${addr} dev ${vif} src ${main_ip} done fi Has sombody faced the same problems ? Cheers, Maik _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Mar 11
1
arp who-has not answered
...te a book about "how to NOT setup a Xen" :-D) /etc/xen/xend-config.sxp ------------ (logfile /var/log/xen/xend.log) (loglevel DEBUG) (network-script network-route) (vif-script vif-route2) ------------- vif-route2 is the sam than vif-route changin $main_ip by $ip in ifconfig and "cmdprefix ip route" lines The machine.cfg file is: ------------ kernel=''/usr/lib64/xen-3.0.3-1/boot/hvmloader'' builder=''hvm'' device_model=''/usr/lib64/xen-3.0.3-1/bin/qemu-dm'' memory=256 name=''chronojump'' vif = [ ''ip=192.16...