Package: ifupdown Version: 0.6.10 Followup-For: Bug #562222 It's been a while since this bug-report was filed. Is there anything wrong with the provided patch? I found it very useful, since it fixes a problem I had with multiple "auto" interface that would not come up after boot. (Note: ifupdown-clean needs to be fixed as well)
Possible Duplicates: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607713 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344780 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=382609 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388814) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418326 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503188 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306224) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329821 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399441 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=427417 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616606 please please please fix this issue. Thanks, Christian --- diff --git a/init.d/ifupdown b/init.d/ifupdown index a6aab3e..d908d29 100755 --- a/init.d/ifupdown +++ b/init.d/ifupdown @@ -1,7 +1,7 @@ #!/bin/sh -e ### BEGIN INIT INFO # Provides: ifupdown -# Required-Start: ifupdown-clean +# Required-Start: $local_fs ifupdown-clean # Required-Stop: $local_fs # Default-Start: S # Default-Stop: 0 6 diff --git a/init.d/ifupdown-clean b/init.d/ifupdown-clean index fa89bc3..286f2d0 100755 --- a/init.d/ifupdown-clean +++ b/init.d/ifupdown-clean @@ -1,8 +1,8 @@ #!/bin/sh ### BEGIN INIT INFO -# Provides: ifupdown-clean -# Required-Start: checkroot -# Required-Stop: +# Provides: ifupdown-clean +# Required-Start: $local_fs checkroot +# Required-Stop: # Default-Start: S # Default-Stop: # Short-Description: Clean old interface status info during boot. --- -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-wl+ (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages ifupdown depends on: ii libc6 2.11.2-13 Embedded GNU C Library: Shared lib ii lsb-base 3.2-27 Linux Standard Base 3.2 init scrip ii net-tools 1.60-23 The NET-3 networking toolkit ifupdown recommends no packages. Versions of packages ifupdown suggests: ii dhcp3-client 4.1.1-P1-16 ISC DHCP server (transitional pack ii iproute 20110107-2 networking and traffic control too ii isc-dhcp-client [dhcp3-clien 4.1.1-P1-16 ISC DHCP client ii ppp 2.4.5-5 Point-to-Point Protocol (PPP) - da ii pump [dhcp-client] 0.8.24-7 BOOTP and DHCP client for automati -- debconf information: ifupdown/convert-interfaces: true -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

