Package: fwbuilder Version: 5.0.0-1 Severity: normal Dear Maintainer,
having FW node running "stable". fwbuilder is running on "unstable". Don't know if that matters. After adding a vlan sub-interface to one of the interface the installation of the fw script fails because of "ip" returning a completely different name for the interface. So the removal of the addresses fails and therefore the script gets stuck. vconfig add eth0 4 - create the interface; ipconfig shows it as eth0.4 ip link show - returns the interface as "eth0.4@eth0". The fw script no longer recognizes the interface The following change to the fw script makes it work again (at least for me) - $IP link show | sed 's/://g' | awk -v IGNORED="$*" \ + $IP link show | sed -e 's/://g' -e 's/@.*//g' | awk -v IGNORED="$*" \ -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.39.1 (PREEMPT) Locale: LANG=en_GB.iso885915, LC_CTYPE=en_GB.iso885915 (charmap=ISO-8859-15) (ignored: LC_ALL set to en_GB.iso885915) Shell: /bin/sh linked to /bin/bash Versions of packages fwbuilder depends on: ii fwbuilder-common 5.0.0-1 ii libc6 2.13-21 ii libgcc1 1:4.6.1-13 ii libqt4-network 4:4.7.3-8 ii libqtcore4 4:4.7.3-8 ii libqtgui4 4:4.7.3-8 ii libsnmp15 5.4.3~dfsg-2.3 ii libstdc++6 4.6.1-13 ii libxml2 2.7.8.dfsg-4 ii libxslt1.1 1.1.26-8 ii zlib1g 1:1.2.3.4.dfsg-3 On FW node ii iproute 20100519-3 Versions of packages fwbuilder recommends: ii fwbuilder-doc 5.0.0-1 fwbuilder suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org