Your message dated Mon, 22 Oct 2007 13:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#392712: fixed in hibernate 1.97-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: hibernate
Version: 1.94-1
Severity: normal
Since hibernate now ships with default conf files that make extensive
use of TryMethod, hooking functions need to beware being called twice.
I've specifically seen ClockSave and ModulesUnloadBlacklist both get
hooked in multiple times. Also note in the last part below how because
line 318 sits outside the test for whether the hook has already been
called, "auto" gets added to the modules to load list twice and thus the
previously unloaded modules are loaded (or at least tried to be loaded)
twice.
Here's an example log excerpt...
ceruleancity:~# hibernate -v3
hibernate: Trying method in suspend2.conf...
hibernate: Trying method in disk.conf...
hibernate: Trying method in ususpend-disk.conf...
hibernate: Including configuration from common.conf
Using '/etc/init.d' as init.d directory.
hibernate: Trying method in sysfs-disk.conf...
hibernate: Including configuration from common.conf
hibernate: [01] Executing CheckLastResume ...
...
hibernate: [60] Executing XStatusProgress ...
hibernate: [70] Executing ClockSave ...
hibernate: [70] Executing ClockSave ...
hibernate: [70] Executing XStatusProgress ...
hibernate: [80] Executing XStatusProgress ...
hibernate: [89] Executing SaveKernelModprobe ...
Saved /proc/sys/kernel/modprobe is /sbin/modprobe
hibernate: [90] Executing XStatusProgress ...
hibernate: [91] Executing ModulesUnloadBlacklist ...
Unloading blacklisted modules listed /etc/hibernate/blacklisted-modules
Module version for ipw2100 is 2
Module version for ipw2200 is 2
Unloading blacklisted module psmouse (and dependencies)
Unloading psmouse ...
Unloading blacklisted module button (and dependencies)
Unloading button ...
Module version for ndiswrapper is
hibernate: [91] Executing ModulesUnloadBlacklist ...
Unloading blacklisted modules listed /etc/hibernate/blacklisted-modules
Module version for ipw2100 is 2
Module version for ipw2200 is 2
Module version for ndiswrapper is
hibernate: [95] Executing XStatusProgress ...
...
hibernate: [90] Executing XStatusProgress ...
hibernate: [90] Executing ModulesLoad ...
Loading module psmouse (from auto)...
Loading module button (from auto)...
Loading module psmouse (from auto)...
Loading module button (from auto)...
hibernate: [89] Executing RestoreKernelModprobe ...
-- Package-specific info:
--- configuration
==> /etc/hibernate/common.conf <==
Verbosity 0
LogFile /var/log/hibernate.log
LogVerbosity 1
Distribution debian
SaveClock yes
UnloadBlacklistedModules yes
LoadModules auto
DownInterfaces auto
UpInterfaces auto
RestartServices avahi-daemon ntp laptop-mode
XStatus x
XmessageDisable yes
==> /etc/hibernate/disk.conf <==
ChangeGrubMenu yes
GrubMenuFile /boot/grub/menu.lst
IbmAcpi yes
TryMethod ususpend-disk.conf
TryMethod sysfs-disk.conf
==> /etc/hibernate/hibernate.conf <==
TryMethod suspend2.conf
TryMethod disk.conf
TryMethod ram.conf
==> /etc/hibernate/ram.conf <==
TryMethod ususpend-ram.conf
TryMethod sysfs-ram.conf
==> /etc/hibernate/suspend2.conf <==
UseSuspend2 yes
Reboot no
EnableEscape yes
DefaultConsoleLevel 1
Compressor lzf
Encryptor none
FullSpeedCPU yes
Include common.conf
==> /etc/hibernate/sysfs-disk.conf <==
UseSysfsPowerState disk
PowerdownMethod platform
Include common.conf
==> /etc/hibernate/sysfs-ram.conf <==
UseSysfsPowerState mem
Include common.conf
==> /etc/hibernate/ususpend-both.conf <==
USuspendMethod both
Include common.conf
==> /etc/hibernate/ususpend-disk.conf <==
USuspendMethod disk
Include common.conf
==> /etc/hibernate/ususpend-ram.conf <==
USuspendMethod ram
Include common.conf
--- /sys/power
==> /sys/power/disk <==
platform
==> /sys/power/image_size <==
524288000
==> /sys/power/resume <==
3:5
==> /sys/power/state <==
mem disk
--- log
hibernate.log file not readable.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages hibernate depends on:
ii console-tools 1:0.2.3dbs-65 Linux console and font utilities
Versions of packages hibernate recommends:
pn dash <none> (no description available)
ii hdparm 6.7-1 tune hard disk parameters for high
pn uswsusp <none> (no description available)
pn vbetool <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: hibernate
Source-Version: 1.97-1
We believe that the bug you reported is fixed in the latest version of
hibernate, which is due to be installed in the Debian FTP archive:
hibernate_1.97-1.diff.gz
to pool/main/h/hibernate/hibernate_1.97-1.diff.gz
hibernate_1.97-1.dsc
to pool/main/h/hibernate/hibernate_1.97-1.dsc
hibernate_1.97-1_all.deb
to pool/main/h/hibernate/hibernate_1.97-1_all.deb
hibernate_1.97.orig.tar.gz
to pool/main/h/hibernate/hibernate_1.97.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.
martin f. krafft <[EMAIL PROTECTED]> (supplier of updated hibernate 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.7
Date: Mon, 22 Oct 2007 15:04:30 +0200
Source: hibernate
Binary: hibernate
Architecture: source all
Version: 1.97-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft <[EMAIL PROTECTED]>
Changed-By: martin f. krafft <[EMAIL PROTECTED]>
Description:
hibernate - smartly puts your computer to sleep (suspend to RAM or disk)
Closes: 392712 414100 422539 427475 433003 433028 433965 434825 436287 441801
443732 447589
Changes:
hibernate (1.97-1) unstable; urgency=low
.
* New upstream release (closes: #447589):
- introduces USuspendRamUnsureOk to enable use of s2ram's system-specific
options if it's unsure; thanks to Andrew Pimlott (closes: #433028).
- scriptlets.d/lock now supports XtrLock; thanks to "cg" (closes: #427475).
- get_env_var_of_process is now in the main script; thanks to Pascal
Dormeau (closes: #433003).
- Fixes manpage typo; thanks Justin Pryzby (closes: #443732).
- The galeon and sylpheed-claws scriptlets by Norbert Buchmuller are now
officially distributed (see #427376).
- patch by Joey Hess which fixes the backlight script to work better if
the backlight was initially below 10% (closes: #434825).
- scriptlets.d/sysfs_power_state now uses `uname -m` instead of `arch`;
thanks to Uwe Herman (closes: #436287).
- prevents double execution of included configuration files Thanks to
"CSights" and Martin Ziegler for analysing this.
(closes: #433965, #392712).
- patch by Matthias Hensler which fixes filewriter support for Tux-On-Ice
(closes: #441801).
- use start-stop-daemon instead of backgrounding ifup (closes: #422539).
- adds anacron to sample RestartServices line (closes: #414100).
Files:
a551d3581307226521e4f42997c3c16c 701 utils extra hibernate_1.97-1.dsc
c3551238a2fe8bbe7b0e20322d8e02a5 81504 utils extra hibernate_1.97.orig.tar.gz
4311453328c36b6dfe9388ccd30ce72f 15178 utils extra hibernate_1.97-1.diff.gz
0328df1501ba412428b519ee02a7e92f 97978 utils extra hibernate_1.97-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHHKCBIgvIgzMMSnURAkX2AKC2/8XQ9R9K/1D3l+kyxtJzwRE6jgCbBtrc
SXYvasDlAUVe3obzYMIreY8=
=/doy
-----END PGP SIGNATURE-----
--- End Message ---