Your message dated Sun, 25 May 2008 19:17:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#481534: fixed in acpi-support 0.109-2 has caused the Debian Bug report #481534, regarding acpi-support: get /etc/acpi/lid.sh working 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.) -- 481534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481534 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: acpi-support Version: 0.109-1 Severity: minor Tags: patch hallo, locking the screen with the running xscreensaver on lid close does not work here, the shell function getXconsole does not find my x-server. (it is running just as /usr/bin/X, not with any commandline parameters, so the greps there never match) but /etc/acpi/lid.sh already iterates over /tmp/.X11-unix - which would be the wrong thing to do if using getXconsole. just using the function getXuser like /etc/acpi/sleep.sh fixes it for me. (I am not using any kde or gnome powersaving functions, my laptop runs a windowmaker environment) --- lid.sh~ 2008-05-16 20:53:23.000000000 +0200 +++ lid.sh 2008-05-16 20:53:23.000000000 +0200 @@ -15,7 +15,7 @@ then for x in /tmp/.X11-unix/*; do displaynum=`echo $x | sed s#/tmp/.X11-unix/X##` - getXconsole; + getXuser; if [ x"$XAUTHORITY" != x"" ]; then export DISPLAY=":$displaynum" . /usr/share/acpi-support/screenblank @@ -27,7 +27,7 @@ fi for x in /tmp/.X11-unix/*; do displaynum=`echo $x | sed s#/tmp/.X11-unix/X##` - getXconsole; + getXuser; if [ x"$XAUTHORITY" != x"" ]; then export DISPLAY=":$displaynum" grep -q off-line /proc/acpi/ac_adapter/*/state -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-sdinet37-aurora (SMP w/2 CPU cores) Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages acpi-support depends on: ii acpi-support-base 0.109-1 scripts for handling base ACPI eve ii acpid 1.0.6-5.1 Utilities for using ACPI power man ii dmidecode 2.9-1 Dump Desktop Management Interface ii finger 0.17-12 user information lookup program ii hdparm 8.6-1 tune hard disk parameters for high ii laptop-detect 0.13.6 attempt to detect a laptop ii libc6 2.7-11 GNU C Library: Shared libraries ii lsb-base 3.2-12 Linux Standard Base 3.2 init scrip ii nvclock 0.8b3-1 Allows you to overclock your nVidi ii powermgmt-base 1.30 Common utils and configs for power ii toshset 1.73-2 Access much of the Toshiba laptop ii vbetool 1.0-3 run real-mode video BIOS code to a ii x11-xserver-utils 7.3+2 X server utilities Versions of packages acpi-support recommends: ii radeontool 1.5-5 utility to control ATI Radeon back -- no debconf information
--- End Message ---
--- Begin Message ---Source: acpi-support Source-Version: 0.109-2 We believe that the bug you reported is fixed in the latest version of acpi-support, which is due to be installed in the Debian FTP archive: acpi-support-base_0.109-2_all.deb to pool/main/a/acpi-support/acpi-support-base_0.109-2_all.deb acpi-support_0.109-2.dsc to pool/main/a/acpi-support/acpi-support_0.109-2.dsc acpi-support_0.109-2.tar.gz to pool/main/a/acpi-support/acpi-support_0.109-2.tar.gz acpi-support_0.109-2_i386.deb to pool/main/a/acpi-support/acpi-support_0.109-2_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. Bart Samwel <[EMAIL PROTECTED]> (supplier of updated acpi-support 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.8 Date: Sun, 25 May 2008 18:17:46 +0200 Source: acpi-support Binary: acpi-support acpi-support-base Architecture: source i386 all Version: 0.109-2 Distribution: unstable Urgency: low Maintainer: Bart Samwel <[EMAIL PROTECTED]> Changed-By: Bart Samwel <[EMAIL PROTECTED]> Description: acpi-support - scripts for handling many ACPI events acpi-support-base - scripts for handling base ACPI events such as the power button Closes: 410918 434566 438665 445900 481173 481253 481312 481534 481685 482708 Changes: acpi-support (0.109-2) unstable; urgency=low . * Reinstate thinkpad_acpi.modprobe to fix "Many Thinkpad X60 keys stop working" (Closes: #481253) * Fix incorrect usage of getXconsole instead of getXuser in lid.sh (Closes: #481534) * toshset, nvclock moved to Recommends instead of Depends (Closes: #410918, #434566, #438665, #445900 #457387) * Deprecate built-in suspend/hibernate handling in favor of dbus calls. * Support suspend/hibernate handling by dbus calls to a power management daemon or HAL, calling the pm-utils package, calling the hibernate package, or using the legacy built-in suspend/hibernate support. By default, send keys to the known power management daemons, or if they are not running, fall back to use dbus to a power management daemon, dbus directly to HAL, and direct calls to pm-utils. * Add Recommends for hal, pm-utils, dbus. * Ignore errors in 90-hdparm.sh while detecting if APM is supported, since not all drives support the HDIO_GET_IDENTITY operation. (Closes: #481685) * lid.sh doesn't give lid.sh.pre a chance to abort the close (Closes: #482708) * Replace dependency on console-tools by console-utilities, which is a virtual package that allows kbd | console-tools. (Closes: #481173) * Installation Fails if /proc/acpi/event Not Present (Closes: #481312) * Set DM-Upload-Allowed field to yes. Checksums-Sha1: c65beb0bcdabe1c58ec056ee2b6ebd6f819c98c6 1084 acpi-support_0.109-2.dsc 0c6d1074f4fce46f44f1c65893ddf59dcfb3b06d 57249 acpi-support_0.109-2.tar.gz 2f73a0d3fff481b26164bf3f8423d0f2b275d127 51356 acpi-support_0.109-2_i386.deb 5f06af9fbbec2e7920dac29768206e449ddbc887 21164 acpi-support-base_0.109-2_all.deb Checksums-Sha256: 0b13127e286390c3fa818208438fd4036c1416602dafe6712049cc667d4dc043 1084 acpi-support_0.109-2.dsc f2e3ef4b6a1377ad43736d1acae3807c0fbd87c3fe6d75092edef2f116984f11 57249 acpi-support_0.109-2.tar.gz 318ef169501c706e6af63aeb6e6f988cbc737c933515a9fa65066839ded393e4 51356 acpi-support_0.109-2_i386.deb 074978ae26175dacaf97f8d4d633cebaf9fad11c1073d274a8f85f735bf52735 21164 acpi-support-base_0.109-2_all.deb Files: 53de631d19b7aee2b230e1eb3eaf52a6 1084 admin optional acpi-support_0.109-2.dsc ed60d1f68fc29527527a8de3d1f5f71b 57249 admin optional acpi-support_0.109-2.tar.gz ca6f283be33f0a4c8de79b2095cd044c 51356 admin optional acpi-support_0.109-2_i386.deb ac4a0bd04abb389d26d2e760a2e88130 21164 admin optional acpi-support-base_0.109-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Signed by Raphael Hertzog iD8DBQFIObc7vPbGD26BadIRArOJAJ94UD7zzamfm0n21s8Gyiy2ipeodQCfYIpJ gbLqaaT1r1j9Spfhb4qwNNE= =htfn -----END PGP SIGNATURE-----
--- End Message ---

