[Bug 753165] New: xen/scripts/network-bridge wont create bridge
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.
https://bugzilla.novell.com/show_bug.cgi?id=753165 https://bugzilla.novell.com/show_bug.cgi?id=753165#c1 --- Comment #1 from Kristijan Lecnik <janez3k@gmail.com> 2012-03-20 18:51:07 UTC --- line 293 in xen-tools-4.1.2_15-175.2.x86_64.rpm bug is present in all RPMs in OpenSuSe 12.1 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=753165 https://bugzilla.novell.com/show_bug.cgi?id=753165#c2 Charles Arnold <carnold@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |carnold@suse.com, | |jfehlig@suse.com Resolution| |FIXED --- Comment #2 from Charles Arnold <carnold@suse.com> 2012-03-20 20:29:54 UTC --- Thanks for debugging and providing a fix! It will eventually show up as a channel update. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=753165 https://bugzilla.novell.com/show_bug.cgi?id=753165#c3 --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> 2012-04-02 14:00:16 CEST --- This is an autogenerated message for OBS integration: This bug (753165) was mentioned in https://build.opensuse.org/request/show/112176 Factory / xen -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=753165 https://bugzilla.novell.com/show_bug.cgi?id=753165#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |obs:running:436:low -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=753165 https://bugzilla.novell.com/show_bug.cgi?id=753165#c4 --- Comment #4 from Swamp Workflow Management <swamp@suse.de> 2012-04-23 10:10:22 UTC --- openSUSE-SU-2012:0548-1: An update that solves one vulnerability and has 10 fixes is now available. Category: security (low) Bug References: 740165,743414,744014,744771,745005,745221,745367,745880,746702,747331,753165 CVE References: CVE-2012-0029 Sources used: openSUSE 12.1 (src): python-virtinst-0.600.1-4.10.1, virt-manager-0.9.1-5.10.1, xen-4.1.2_16-1.7.1 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=753165 https://bugzilla.novell.com/show_bug.cgi?id=753165#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|obs:running:436:low |obs:running:436:low | |maint:running:46076:low -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=753165 https://bugzilla.novell.com/show_bug.cgi?id=753165#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|obs:running:436:low |obs:running:436:low |maint:running:46076:low | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=753165 https://bugzilla.novell.com/show_bug.cgi?id=753165#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|obs:running:436:low |obs:running:436:low | |maint:running:46076:low -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=753165 https://bugzilla.novell.com/show_bug.cgi?id=753165#c5 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|obs:running:436:low |obs:running:436:low |maint:running:46076:low |maint:running:46076:low | |maint:released:sle11-sp2:47 | |737 --- Comment #5 from Swamp Workflow Management <swamp@suse.de> 2012-06-12 17:05:37 UTC --- Update released for: libvirt, libvirt-client, libvirt-client-32bit, libvirt-debuginfo, libvirt-debugsource, libvirt-devel, libvirt-devel-32bit, libvirt-doc, libvirt-python, virt-manager, virt-utils, vm-install, xen, xen-debuginfo, xen-debugsource, xen-devel, xen-doc-html, xen-doc-pdf, xen-kmp-debug, xen-kmp-default, xen-kmp-pae, xen-kmp-trace, xen-kmp-vmi, xen-libs, xen-libs-32bit, xen-tools, xen-tools-domU, yast2-vm Products: SLE-DEBUGINFO 11-SP2 (i386, x86_64) SLE-DESKTOP 11-SP2 (i386, x86_64) SLE-SDK 11-SP2 (i386, x86_64) SLE-SERVER 11-SP2 (i386, x86_64) -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=753165 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|obs:running:436:low |maint:running:46076:low |maint:running:46076:low |maint:released:sle11-sp2:47 |maint:released:sle11-sp2:47 |737 |737 | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com