Your message dated Wed, 30 Aug 2006 23:05:49 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#378714: fixed in vlan 1.8-1sarge1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: vlan Version: 1.8-1 Severity: critical Tags: patch In my network/interfaces I have: iface aussen inet static address 172.23.118.4 [..] up echo 1 > /proc/sys/net/ipv4/conf/aussen/proxy_arp which worked perfectly fine until I installed the vlan package. The script /etc/network/if-up.d/ip installed by the vlan package resets proxy arp: |run-parts: executing /etc/network/if-up.d/a-cat-proxy-arp |1 |run-parts: executing /etc/network/if-up.d/ip |run-parts: executing /etc/network/if-up.d/ipXX-cat-proxy-arp |0 Needless to say this breaks the system. Note that this applies to stable only. It appears to be fixed in unstable (1.9-1) with a new ip script: --- ip.orig 2006-07-18 16:16:44.344499361 +0200 +++ /etc/network/if-up.d/ip 2006-03-19 13:38:24.000000000 +0100 @@ -1,18 +1,21 @@ #!/bin/sh # This should probably go into ifupdown # But usually only those with lots of interfaces (vlans) need these -if [ -d /proc/sys/net/ipv4/conf/$IFACE ] +if [ -d "/proc/sys/net/ipv4/conf/$IFACE" ] then - if [ -n "$IF_IP_PROXY_ARP" ] && [ "$IF_IP_PROXY_ARP" -eq "1" ] - then - echo 1 > /proc/sys/net/ipv4/conf/$IFACE/proxy_arp - else - echo 0 > /proc/sys/net/ipv4/conf/$IFACE/proxy_arp + if [ -n "$IF_IP_PROXY_ARP" ]; then + if [ "$IF_IP_PROXY_ARP" -eq "1" ]; then + echo 1 > "/proc/sys/net/ipv4/conf/$IFACE/proxy_arp" + else + echo 0 > "/proc/sys/net/ipv4/conf/$IFACE/proxy_arp" + fi fi - if [ -n "$IF_IP_RP_FILTER" ] && [ "$IF_IP_RP_FILTER" -eq "0" ] - then - echo 0 > /proc/sys/net/ipv4/conf/$IFACE/rp_filter - else - echo 1 > /proc/sys/net/ipv4/conf/$IFACE/rp_filter + if [ -n "$IF_IP_RP_FILTER" ]; then + if [ "$IF_IP_RP_FILTER" -eq "0" ]; then + echo 0 > "/proc/sys/net/ipv4/conf/$IFACE/rp_filter" + else + echo 1 > "/proc/sys/net/ipv4/conf/$IFACE/rp_filter" + fi fi fi + Maybe we could fix this for the next stable point release? (Cced d-release) Peter
--- End Message ---
--- Begin Message ---Source: vlan Source-Version: 1.8-1sarge1 We believe that the bug you reported is fixed in the latest version of vlan, which is due to be installed in the Debian FTP archive: vlan_1.8-1sarge1.diff.gz to pool/main/v/vlan/vlan_1.8-1sarge1.diff.gz vlan_1.8-1sarge1.dsc to pool/main/v/vlan/vlan_1.8-1sarge1.dsc vlan_1.8-1sarge1_i386.deb to pool/main/v/vlan/vlan_1.8-1sarge1_i386.deb 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. Loic Minier <[EMAIL PROTECTED]> (supplier of updated vlan 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: SHA1 Format: 1.7 Date: Tue, 18 Jul 2006 21:57:57 +0200 Source: vlan Binary: vlan Architecture: source i386 Version: 1.8-1sarge1 Distribution: stable Urgency: medium Maintainer: Ard van Breemen <[EMAIL PROTECTED]> Changed-By: Loic Minier <[EMAIL PROTECTED]> Description: vlan - User mode programs to enable VLANs on your ethernet devices Closes: 330673 378714 Changes: vlan (1.8-1sarge1) stable; urgency=medium . * Fix /etc/network/if-up.d/ip to not set rp_filter to 1 when rp_filter isn't set in /etc/network/interfaces. (Closes: #330673, #378714) * Add myself to Uploaders. Files: 68fbc6fc027818ac90ed0b04fcf83251 601 misc extra vlan_1.8-1sarge1.dsc db7ac1b4feeb921fa8f24d4eba81433f 8251 misc extra vlan_1.8-1sarge1.diff.gz b78f70ab315962284ba08da5641aa602 23754 misc extra vlan_1.8-1sarge1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEvT4P4VUX8isJIMARAp4LAJsHC75zMY3MNnTi+hGj4JEJiVwvggCeIkwY rkAGdSmZE4fvgPGSGyZV8A0= =Jd+w -----END PGP SIGNATURE-----
--- End Message ---

