Your message dated Thu, 24 Apr 2008 05:02:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#451493: fixed in pm-utils 1.1.0-1 has caused the Debian Bug report #451493, regarding pm-utils: Suspend failed while /etc/pm/config.d/ directory has more than one file 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.) -- 451493: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451493 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: pm-utils Version: 0.99.2-3 Severity: normal I had to add more than one file in my /etc/pm/config.d/ directory but suspend failed because of /usr/lib/pm-utils/functions test in source_configs functions which states a [ -f $cfgs ] || continue in a loop on $cfgs (cursor variable $cfg). I solved the problem by replacing [ $cfgs ] with [ $cfg ] and functions script worked correctly. See corrected function below : source_configs() { cfgs="/etc/pm/config.d/*[^~]" for cfg in $cfgs ; do [ -f $cfg ] || continue set -a . $cfg set +a done } -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages pm-utils depends on: ii powermgmt-base 1.30 Common utils and configs for power Versions of packages pm-utils recommends: ii hal 0.5.11~rc2-1 Hardware Abstraction Layer ii radeontool 1.5-5 utility to control ATI Radeon back ii uswsusp 0.7-1.1 tools to use userspace software su ii vbetool 1.0-1.1 run real-mode video BIOS code to a -- no debconf information
--- End Message ---
--- Begin Message ---Source: pm-utils Source-Version: 1.1.0-1 We believe that the bug you reported is fixed in the latest version of pm-utils, which is due to be installed in the Debian FTP archive: pm-utils_1.1.0-1.diff.gz to pool/main/p/pm-utils/pm-utils_1.1.0-1.diff.gz pm-utils_1.1.0-1.dsc to pool/main/p/pm-utils/pm-utils_1.1.0-1.dsc pm-utils_1.1.0-1_all.deb to pool/main/p/pm-utils/pm-utils_1.1.0-1_all.deb pm-utils_1.1.0.orig.tar.gz to pool/main/p/pm-utils/pm-utils_1.1.0.orig.tar.gz 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. Michael Biebl <[EMAIL PROTECTED]> (supplier of updated pm-utils 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: Thu, 24 Apr 2008 06:31:51 +0200 Source: pm-utils Binary: pm-utils Architecture: source all Version: 1.1.0-1 Distribution: unstable Urgency: low Maintainer: Tim Dijkstra <[EMAIL PROTECTED]> Changed-By: Michael Biebl <[EMAIL PROTECTED]> Description: pm-utils - utilities and scripts for power management Closes: 425282 448137 450414 450515 450601 451493 452367 452620 452909 453866 454092 457019 466631 473799 474637 475565 475755 Changes: pm-utils (1.1.0-1) unstable; urgency=low . * New upstream release. - Fixes the uswsusp module to pass the correct parameters to s2ram when using the --quirk-s3-* parameters. (Closes: #448137) - Correctly includes multiple config files from /etc/pm/config.d. (Closes: #451493, #475565) - Correctly restores the cpufreq governors on multi-core machines. (Closes: #452620) - Fixes filename expansion in current directory. (Closes: #454092) - Updated and improved README. (Closes: #425282, #453866) - The uswsusp module uses s2ram --force in do_suspend. (Closes: #457019) This also means, that the internal whitelist of s2ram is no longer used. The preferred way is to get the quirks from hal. * debian/control - Update the upstream URL and use the new Homepage field. (Closes: #473799) - The Vcs-* fields are now officially supported, so remove the XS- prefix. - Bump Standards-Version to 3.7.3. No further changes required. - Fix a small typo in the long package description. (Closes: #466631) - Add Build-Depends on quilt. - Add Depends on kbd | console-tools. The kernel and tuxonice module require the chvt utility. (Closes: #474637) * debian/watch - Updated. Parse the homepage at http://pm-utils.freedesktop.org/wiki/ for the latest release. * Removed patches - debian/patches/10-uswsusp-support.patch (obsolete) - debian/patches/15-laptop-tools.patch (obsolete) - debian/patches/20-do-not-unload-button.patch (merged upstream) - debian/patches/30-comment-defaults-file.patch (obsolete) - debian/patches/40-performance-gov-on-hibernate.patch (fixed upstream) - debian/patches/50-no-usleep.patch (merged upstream) - debian/patches/60-suspend-hybrid.patch (obsolete) - debian/patches/70-remove-pm-pmu.patch (obsolete) - debian/patches/75-suspend-support.patch (obsolete) - debian/patches/85-remove-empty-NEW.patch (obsolete) - debian/patches/90-support-modules-with-dash.patch (obsolete) - debian/patches/95-fix-config-file-parsing.patch (merged upstream) * Updated patches - debian/patches/80-service.patch * debian/patches/10-sleep-module-auto-detection.patch - Try to autodetect which sleep module to use. Check tuxonice first, then uswsusp and fall back to kernel. * debian/patches/15-hibernate_mode_check.patch - Add a safety check before writing the hibernate method to /sys/power/disk. (Closes: #450515) * debian/patches/20-uswsusp-fixes.patch - Disable the 99video hook for the uswsusp module. s2ram has it's own vt switching functionality. - Check if s2ram is available. * debian/patches/25-pmu.patch - As we don't ship the pm-pmu binary, implement the pmu suspend functionality with a bit of perl magic. Thanks to Martin Pitt for the idea and the code. (Closes: #450601, #452367, #452909) - Prefer the /sys/power/state interface over poking /dev/pmu. This requires a Linux kernel >= 2.6.25. * debian/pm-action.xml - Fix some typos in the pm-action manpage. (Closes: #450414) - Document new configuration variables. - Improve explanation of the quirk options. (Closes: #475755) * debian/copyright - Update list of authors. * debian/rules - The 60sysfont hook is no longer shipped upstream, so we don't have to remove it anymore. - Switch patch system to quilt. Checksums-Sha1: 875718f9c1749da70885fd19617da96a793dc9b3 1217 pm-utils_1.1.0-1.dsc e1845a7552e2b2802848afed4849f4ae93bda621 136802 pm-utils_1.1.0.orig.tar.gz ad1a397d1c38b822d97c4629586975e874ca402e 10383 pm-utils_1.1.0-1.diff.gz 4125f0541fbe24aa42f92b9fed4589ae6be13347 61322 pm-utils_1.1.0-1_all.deb Checksums-Sha256: ea7cccc39d6e9048eb1b4184eaa28f6dcc9c18fee981c7f15fc7b3e4a21c436c 1217 pm-utils_1.1.0-1.dsc aab83b1a04cd129ee077c936bfd472084170de1222ecf2535524544ba58c749d 136802 pm-utils_1.1.0.orig.tar.gz f43e98c2def00b48734c58012ff7916cf1d56c356d322f9b02d1847ee6456a8c 10383 pm-utils_1.1.0-1.diff.gz e686897815fc1d6711b2375c647999ffc37d0a0c73e283470be89ac29eea1cf0 61322 pm-utils_1.1.0-1_all.deb Files: c25d41d04f481bcbef6c7814da5665f1 1217 admin optional pm-utils_1.1.0-1.dsc a9fcb1ee69ddc24bcc174ebf56f2cf11 136802 admin optional pm-utils_1.1.0.orig.tar.gz dc7b60a0ee0a484fc348db9756c21cb8 10383 admin optional pm-utils_1.1.0-1.diff.gz d544cb46791007538a2814acd6c152cc 61322 admin optional pm-utils_1.1.0-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIEBHNh7PER70FhVQRAsUiAKCoeeh/Qb9DNSZ/7gwdnm8/hemVhgCfYJJ/ BXamgjXWjDRCZZenwWtQd+c= =En0l -----END PGP SIGNATURE-----
--- End Message ---

