Your message dated Sat, 23 Mar 2013 21:03:22 +0000 with message-id <[email protected]> and subject line Bug#696642: fixed in ifupdown 0.7.6 has caused the Debian Bug report #696642, regarding ifupdown: fails to bring up eth0.xx alias in bridge/vlan setup to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 696642: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696642 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: ifupdown Version: 0.7.5 Severity: normal Dear Maintainer, I am using Debian as the host OS in a KVM virtualization environment. In testing Wheezy, I've discovered the following issue where an ethernet alias is not brought up, and then a bridge alias is created rather than a new bridge. Also, the bridge alias is set up for a vlan rather than just the intended ethernet alias. To illustrate, I have set up squeeze and wheezy the same way and included output. Both machines installed with base+ssh server in tasksel with thees packages installed afterward: vlan bridge-utils qemu-kvm qemu-utils libvirt-bin ---- ## interfaces file. except for IP, exact same on both machines. auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet manual auto eth0.4094 iface eth0.4094 inet manual vlan_raw_device eth0 auto br0 iface br0 inet static address 10.205.16.8 # 8 == wheezy, 9 == squeeze netmask 255.255.248.0 gateway 10.205.16.1 bridge_ports eth0 bridge_stp off bridge_fd 0 bridge_maxwait 0 auto br0.4094 iface br0.4094 inet manual bridge_ports eth0.4094 bridge_stp off bridge_fd 0 bridge_maxwait 0 ---- Squeeze: expected outcome; vms added to br0 and br0.4094 work as expected. root@squeeze:~# ifconfig br0 Link encap:Ethernet HWaddr 00:1a:4b:33:f8:b0 inet addr:10.205.16.9 Bcast:10.205.23.255 Mask:255.255.248.0 inet6 addr: fe80::21a:4bff:fe33:f8b0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:194 errors:0 dropped:0 overruns:0 frame:0 TX packets:81 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:16684 (16.2 KiB) TX bytes:9842 (9.6 KiB) br0.4094 Link encap:Ethernet HWaddr 00:1a:4b:33:f8:b0 inet6 addr: fe80::21a:4bff:fe33:f8b0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:29 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1450 (1.4 KiB) TX bytes:468 (468.0 B) eth0 Link encap:Ethernet HWaddr 00:1a:4b:33:f8:b0 inet6 addr: fe80::21a:4bff:fe33:f8b0/64 Scope:Link UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1 RX packets:1524 errors:0 dropped:0 overruns:0 frame:0 TX packets:93 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:203495 (198.7 KiB) TX bytes:11402 (11.1 KiB) Interrupt:16 Memory:f6000000-f6012800 eth0.4094 Link encap:Ethernet HWaddr 00:1a:4b:33:f8:b0 inet6 addr: fe80::21a:4bff:fe33:f8b0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:29 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1450 (1.4 KiB) TX bytes:936 (936.0 B) 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:14 errors:0 dropped:0 overruns:0 frame:0 TX packets:14 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1078 (1.0 KiB) TX bytes:1078 (1.0 KiB) root@squeeze:~# brctl show bridge name bridge id STP enabled interfaces br0 8000.001a4b33f8b0 no eth0 br0.4094 8000.001a4b33f8b0 no eth0.4094 root@squeeze:~# cat /proc/net/vlan/config VLAN Dev name | VLAN ID Name-Type: VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD eth0.4094 | 4094 | eth0 root@squeeze:~# ---- Wheezy: unexpected outcome; eth0.4094 isn't up, and also br0.4094 is not actually a bridge (see brctl output) root@wheezy:~# ifconfig br0 Link encap:Ethernet HWaddr 00:1c:c4:5d:53:d6 inet addr:10.205.16.8 Bcast:10.205.23.255 Mask:255.255.248.0 inet6 addr: fe80::21c:c4ff:fe5d:53d6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:375 errors:0 dropped:0 overruns:0 frame:0 TX packets:80 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:25089 (24.5 KiB) TX bytes:8678 (8.4 KiB) br0.4094 Link encap:Ethernet HWaddr 00:1c:c4:5d:53:d6 inet6 addr: fe80::21c:c4ff:fe5d:53d6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:7 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:578 (578.0 B) eth0 Link encap:Ethernet HWaddr 00:1c:c4:5d:53:d6 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:954 errors:0 dropped:0 overruns:0 frame:0 TX packets:70 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:119226 (116.4 KiB) TX bytes:8102 (7.9 KiB) Interrupt:16 Memory:f6000000-f6012800 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:6 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:518 (518.0 B) TX bytes:518 (518.0 B) root@wheezy:~# brctl show bridge name bridge id STP enabled interfaces br0 8000.001cc45d53d6 no eth0 root@wheezy:~# cat /proc/net/vlan/config VLAN Dev name | VLAN ID Name-Type: VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD eth0.4094 | 4094 | eth0 br0.4094 | 4094 | br0 root@wheezy:~# Thanks, Michael -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ifupdown depends on: ii dpkg 1.16.9 ii initscripts 2.88dsf-34 ii iproute 20120521-3 ii libc6 2.13-37 ii lsb-base 4.1+Debian8 ifupdown recommends no packages. Versions of packages ifupdown suggests: ii isc-dhcp-client [dhcp-client] 4.2.2.dfsg.1-5+deb70u2 ii net-tools 1.60-24.2 pn ppp <none> pn rdnssd <none> -- no debconf information
--- End Message ---
--- Begin Message ---Source: ifupdown Source-Version: 0.7.6 We believe that the bug you reported is fixed in the latest version of ifupdown, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andrew Shadura <[email protected]> (supplier of updated ifupdown package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 03 Mar 2013 12:08:16 +0100 Source: ifupdown Binary: ifupdown Architecture: source i386 Version: 0.7.6 Distribution: unstable Urgency: low Maintainer: Andrew O. Shadura <[email protected]> Changed-By: Andrew Shadura <[email protected]> Description: ifupdown - high level tools to configure network interfaces Closes: 695906 696642 701884 Changes: ifupdown (0.7.6) unstable; urgency=low . [ Andrew Shadura ] * Don't configure bridge interfaces as tagged VLAN interfaces (Closes: #696642). * Implement inet6/auto for kFreeBSD, call DHCP release of ifdown on Linux (Closes: #701884). * Update manual pages. . [ Stéphane Graber ] * Set MTU of tunnel devices (LP: #1074048). * Actually set the new calculated value for duplicate entries (LP: #1086517). . [ Josselin Mouette ] * postinst: Do not create /etc/network/interfaces if it was removed manually (Closes: #695906) Checksums-Sha1: 2502d618a881134e6fc10efbb9ba26d1e164d67a 1587 ifupdown_0.7.6.dsc b2c80ac6290567313e0a0d18d041b5beec481c3a 106590 ifupdown_0.7.6.tar.gz b70d58a2d1a67f46b4c85ba62b8dd12f6254524a 64078 ifupdown_0.7.6_i386.deb Checksums-Sha256: 9e24d532e9d93bb882ec484b5eb0411355690fd145afc18a0edf50cd29c3b6b5 1587 ifupdown_0.7.6.dsc b4d22e7fc5519bc1414c8ddeaf772dec6092b28fba7b11193548eceb0417623d 106590 ifupdown_0.7.6.tar.gz 3ea2b2fdc19ca19176299b0c189bf054fa4353a15c52a731dd5d3473b470a8c5 64078 ifupdown_0.7.6_i386.deb Files: cbbaebb2977f7812f57c56b8089028c9 1587 admin important ifupdown_0.7.6.dsc 6c7a23bf66bd55ae3e5421eba4a72e48 106590 admin important ifupdown_0.7.6.tar.gz cb40b6d26668c71241c119b0a8dd71a9 64078 admin important ifupdown_0.7.6_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iQIcBAEBCAAGBQJRTgfCAAoJEG6k0jEaLSaNRdwQAKZdeivAJJ3iXMs393ZGdKia uorbPwAFqjeLvQx3Hlf2DXep06ZgxzxFtHW0HQ65/TPdFIjEDKKvLHZv252QM42t leMNB3S4OwP211UraPDL9XzU++gd8r1ER22xRzeG9WDY+i0W/Z0aigs9GEb36j0w YV3jFSm2z/41yUJkrvCtYUKmWqat+oWkMm4mOPAYifIuPk0d3M+Zb92vwK/DCzjZ RXqEHqJBQ0uwp62sn3VoTsIKiAcQndx03+3Dk9Skhu2jWE+FX1OaM7vhNuWVEWK9 AuW2gFT2W3mBptdtsUvsmLOo1PnYO3lVJvCv/YQt/o9RFBGAlUpG4jSK/H76WUkN ZbVnmDoDjg6fCGoIt0eZNQaC1SktV5xKAYBYWwoA49CNum3WOD1oHwAL5BiK0imj DAiPfvllkrcmzfjB25bfRSFvZzLKDD94Uqpu1SO/WYGRYPbz+R+kwEyW745K8/gm b9GyJ8gDqYQXk46Aqa+e+Q3RZBnQUmPvxp4FwcNW7Uonr8ftz0WqkYW35IQPlmCb 93Lf60oX2oq91XGTZ4FCdwMZECUOidvPfJwiu7invchGWKlLjrNhDcaOqo1OCBQn dHo8msi/CzekPJF2SEeg6Dz79PaIP9sAiaL0dpNJv3lDr+RRFOC5MHcaXIxXwuzv 96nfJ/aLm/cbm4llP1nG =ePLp -----END PGP SIGNATURE-----
--- End Message ---

