Package: acpi-support
Version: 0.80-1
Severity: normal

suspend.d/55-down-interfaces.sh takes down all interfaces that exist,
even those that are already down and resume.d/62-ifup.sh diligently
brings up all the interfaces that were taken down.  This means that my
ethernet interface (which is managed through ifplugd) was correctly
down, but acpi-support tries to bring it up on resume.

A simpler alternative that would also fix this issue would be
something like:

suspend.d/55-down-interfaces.sh:
 ifdown -e lo -a

resume.d/62-ifup.sh:
 ifup -a

If you want to be more persistent and fall through to ifconfig down,
as the current 55-down-interfaces.sh does, you should walk through
`cut -d= -f 1 /etc/network/run/ifstate`, rather than all interfaces
that currently exist.

 - Gus

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (89, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages acpi-support depends on:
ii  acpid                         1.0.4-5    Utilities for using ACPI power man
ii  dmidecode                     2.8-2      Dump Desktop Management Interface 
ii  finger                        0.17-9     user information lookup program
ii  hdparm                        6.6-1      tune hard disk parameters for high
ii  laptop-detect                 0.12.1     attempt to detect a laptop
ii  laptop-mode-tools             1.31-1     Scripts to spin down hard drive an
ii  lsb-base                      3.1-10     Linux Standard Base 3.1 init scrip
ii  powermgmt-base                1.24       Common utils and configs for power
ii  radeontool                    1.5-3      utility to control ATI Radeon back
ii  toshset                       1.71-1     Access much of the Toshiba laptop 
ii  vbetool                       0.6-1      run real-mode video BIOS code to a
ii  xbase-clients                 1:7.0.1-2  miscellaneous X clients

acpi-support recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to