[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: AW: [Xen-devel] RE: new /etc/xen/network script
Stephan BÃni wrote: good for you - bad for me, because i've still networking errors thanks anyway Stephan, I'm not sure what the problem you are seeing is? Don't get confused by the xend log printing "ERROR" If you want, just go into your /etc/xen/scripts dir and remove the set -x from the script, and reboot (if you can). This will stop the verbose debug logging (it's very useful to us in debugging issues, and we would rather it be the default in general for a little while longer, at least). Can you show us ifconfig -a output before and after? thanks, Nivedita Thanks, Stephan[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + set -e [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + OP=start [2005-10-14 18:57:13 xend] ERROR (process:37)[network-bridge] + shift[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + for arg in '"$@"'[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + export bridge=xenbr0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + bridge=xenbr0 [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + for arg in '"$@"'[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + export antispoof=no[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + antispoof=no [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + bridge=xenbr0 [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + netdev=eth0 [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + antispoof=no [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + echo '*networkstart bridge=xenbr0 netdev=eth0 antispoof=no'[2005-10-14 18:57:13 xend] INFO (process:35) [network-bridge] network start bridge=xenbr0 netdev=eth0 antispoof=no[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + case ${OP} in [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + op_start [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + '[' xenbr0 == null ']'[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + create_bridge xenbr0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + local bridge=xenbr0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + brctl show [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + grep -q xenbr0 [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + brctl addbr xenbr0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + brctl stp xenbr0 off[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + brctl setfd xenbr0 0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + ip link set xenbr0 up[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + ip addr show veth0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + ip addr show veth0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ ip link show eth0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ grep ether [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ sed -e 's/^.*ether \(..:..:..:..:..:..\).*$/\1/'[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + mac=00:14:5e:0a:53:04[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ /sbin/getcfg -d /etc/sysconfig/network/ -f ifcfg- -- eth0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + eval 'HWD_HWDES C=eth0;' 'HWD_HWDESCTYPE=interface;' 'HWD_INTERFACE_N=1;' 'HWD_INTERFACE_0=eth0; ' 'HWD_INTERFACEPATH_0=/sys/class/net/eth0;' 'HWD_INTERFACETYPE_0=eth;' 'HWD_ID= 00:14:5e:0a:53:04;' 'HWD_BUS_N=1;' 'HWD_BUSNAME_0=pci;' 'HWD_BUSID_0=0000:06:00. 0;' 'HWD_VENDORID=0x14e4;' 'HWD_PRODUCTID=0x1659;' 'HWD_VENDORSUBID=0x1014;' 'HW D_PRODUCTSUBID=0x02c6;' 'HWD_DRIVER=tg3;' 'HWD_CONFIG_N=1;' 'HWD_CONFIG_0=eth-id -00:14:5e:0a:53:04;' 'HWD_DEVICEPATH=/sys/devices/pci0000:00/0000:00:06.0/0000:0 6:00.0;' export HWD_HWDESC HWD_HWDESCTYPE HWD_INTERFACE_N HWD_INTERFACE_0 HWD_IN TERFACEPATH_0 HWD_INTERFACETYPE_0 HWD_ID HWD_BUS_N HWD_BUSNAME_0 HWD_BUSID_0 HWD _VENDORID HWD_PRODUCTID HWD_VENDORSUBID HWD_PRODUCTSUBID HWD_DRIVER HWD_CONFIG_NHWD_CONFIG_0 'HWD_DEVICEPATH;'[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_HWDESC=eth0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_HWDESCTYPE=interface[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_INTERFACE_N=1[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_INTERFACE_0=eth0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_INTERFACEPATH_0=/sys/class/net/eth0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_INTERFACETYPE_0=eth[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_ID=00:14:5e:0a:53:04[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_BUS_N=1 [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_BUSNAME_0=pci[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_BUSID_0=0000:06:00.0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_VENDORID=0x14e4[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_PRODUCTID=0x1659[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_VENDORSUBID=0x1014[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_PRODUCTSUBID=0x02c6[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_DRIVER=tg3 [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_CONFIG_N=1 [2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_CONFIG_0=eth-id-00:14:5e:0a:53:04[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ HWD_DEVICEPATH=/sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] ++ export HWD_HWD ESC HWD_HWDESCTYPE HWD_INTERFACE_N HWD_INTERFACE_0 HWD_INTERFACEPATH_0 HWD_INTER FACETYPE_0 HWD_ID HWD_BUS_N HWD_BUSNAME_0 HWD_BUSID_0 HWD_VENDORID HWD_PRODUCTID HWD_VENDORSUBID HWD_PRODUCTSUBID HWD_DRIVER HWD_CONFIG_N HWD_CONFIG_0 HWD_DEVICEPATH[2005-10-14 18:57:13 xend] ERROR (process:37) [network-bridge] + ifdown eth0 [2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + ip link set eth0 name peth0[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + ip link set veth0 name eth0[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + ip link set peth0 arp off[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + ip link set peth0 address fe:ff:ff:ff:ff:ff[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + ip link set eth0 address 00:14:5e:0a:53:04[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + ip link set eth0 arp on[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + add_to_bridge xenbr0 vif0.0[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + local bridge=xenbr0[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + local dev=vif0.0[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + brctl show [2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + grep -q vif0.0 [2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + brctl addif xenbr0 vif0.0[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + add_to_bridge xenbr0 peth0[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + local bridge=xenbr0[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + local dev=peth0 [2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + brctl show [2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + grep -q peth0 [2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + brctl addif xenbr0 peth0[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + ip link set xenbr0 up[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + ip link set vif0.0 up[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + ip link set peth0 up[2005-10-14 18:57:16 xend] ERROR (process:37) [network-bridge] + ifup eth-id-00:14:5e:0a:53:04 eth0[2005-10-14 18:57:17 xend] ERROR (process:37) [network-bridge] + '[' no == yes ']' _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides ------------------------------------------------------------------------ _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |