https://bugzilla.novell.com/show_bug.cgi?id=753165 https://bugzilla.novell.com/show_bug.cgi?id=753165#c0 Summary: xen/scripts/network-bridge wont create bridge Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: x86-64 OS/Version: openSUSE 12.1 Status: NEW Severity: Normal Priority: P5 - None Component: Xen AssignedTo: jdouglas@suse.com ReportedBy: janez3k@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0) Gecko/20100101 Firefox/11.0 the script will rename original network card to peth1, but wont crate bridge afterwards Reproducible: Always Steps to Reproduce: 1. edit xend-config.sxp to use (network-script 'network-bridge bridge=eth1 netdev=eth1') 2. start xend 3. Actual Results: ifconfig -a eth0 Link encap:Ethernet HWaddr 00:0E:2E:9C:A0:09 inet addr:IP Bcast:89.212.255.255 Mask:255.255.0.0 inet6 addr: fe80::20e:2eff:fe9c:a009/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:187945 errors:0 dropped:391 overruns:0 frame:0 TX packets:232325 errors:0 dropped:0 overruns:3 carrier:0 collisions:0 txqueuelen:1000 RX bytes:116949269 (111.5 Mb) TX bytes:220618725 (210.3 Mb) Interrupt:19 Base address:0xc000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:2142 errors:0 dropped:0 overruns:0 frame:0 TX packets:2142 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1649701 (1.5 Mb) TX bytes:1649701 (1.5 Mb) peth1 Link encap:Ethernet HWaddr 1C:6F:65:38:B8:1A inet6 addr: fe80::1e6f:65ff:fe38:b81a/64 Scope:Link UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1 RX packets:216859 errors:0 dropped:1 overruns:0 frame:0 TX packets:153640 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:218604995 (208.4 Mb) TX bytes:113496311 (108.2 Mb) Interrupt:53 Base address:0xa000 Expected Results: ifconfig -a eth0 Link encap:Ethernet HWaddr 00:0E:2E:9C:A0:09 inet addr:IP Bcast:89.212.255.255 Mask:255.255.0.0 inet6 addr: fe80::20e:2eff:fe9c:a009/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:187945 errors:0 dropped:391 overruns:0 frame:0 TX packets:232325 errors:0 dropped:0 overruns:3 carrier:0 collisions:0 txqueuelen:1000 RX bytes:116949269 (111.5 Mb) TX bytes:220618725 (210.3 Mb) Interrupt:19 Base address:0xc000 eth1 Link encap:Ethernet HWaddr 1C:6F:65:38:B8:1A inet addr:192.168.1.1 Bcast:0.0.0.0 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:214117 errors:0 dropped:0 overruns:0 frame:0 TX packets:153516 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:215226610 (205.2 Mb) TX bytes:113483628 (108.2 Mb) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:2142 errors:0 dropped:0 overruns:0 frame:0 TX packets:2142 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1649701 (1.5 Mb) TX bytes:1649701 (1.5 Mb) peth1 Link encap:Ethernet HWaddr 1C:6F:65:38:B8:1A inet6 addr: fe80::1e6f:65ff:fe38:b81a/64 Scope:Link UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1 RX packets:216859 errors:0 dropped:1 overruns:0 frame:0 TX packets:153640 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:218604995 (208.4 Mb) TX bytes:113496311 (108.2 Mb) Interrupt:53 Base address:0xa000 its a bug in xen/scripts/network-bridge line 293 setup_bridge_port ${pdev} if its changed to line 293 _setup_bridge_port ${pdev} its fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.