Your message dated Mon, 22 Oct 2007 13:17:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#422539: 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-2 Severity: normal Tags: patch If I have UpInterfaces wlan0 in my config, and I resume someplace without wireless, it takes ifup several minutes to finish, since dhclient retries a lot, and then avahi-autoipd spends some time trying to get a link-local address, and then the mountnfs hook script blocks for quite some time trying to mount nfs shares. Until that's done, it cannot hibernate again since the previous hibernate process is blocking on the ifup. I've tested editing the network scriptlet to run ifup in the background, and that seems to work -- resume doesn't block in the ifup, and if I hibernate again while the ifup is still running, the ifdown also doesn't block waiting for it (a bit suprised about that actually). --- /root/tmp/network~ 2006-10-09 11:08:04.000000000 -0400 +++ network 2007-05-06 15:08:26.000000000 -0400 @@ -109,7 +109,7 @@ ;; debian|mandrake|fedora|redhat) network_ifup() { - /sbin/ifup $* + /sbin/ifup $* & } network_ifdown() { /sbin/ifdown $* -- Package-specific info: --- configuration ==> /etc/hibernate/common.conf <== Verbosity 0 LogFile /var/log/hibernate.log LogVerbosity 1 Distribution debian XDisplay :0 SaveClock restore-only DownInterfaces wlan0 UpInterfaces wlan0 PauseAudio yes XStatus x XmessageDisable yes XosdSettings --font '-misc-fixed-medium-r-semicondensed--*-120-*-*-c-*-*-*' --colour=Green --shadow 1 --pos top --align center --offset 0 ==> /etc/hibernate/disk.conf <== TryMethod ususpend-disk.conf TryMethod sysfs-disk.conf ==> /etc/hibernate/hibernate.conf <== TryMethod ram.conf ==> /etc/hibernate/ram.conf <== TryMethod sysfs-ram.conf EnableVbetool yes SwitchToTextModeOnResume yes EnableVideoDump yes ==> /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 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 <== 0:0 ==> /sys/power/state <== mem disk --- s2ram -n acpi_sleep, vbe_save, vbe_post and radeontool parameter must be used with --force Usage: s2ram [-nhi] [-fspmrav] Options: -h, --help: this text. -n, --test: test if the machine is in the database. returns 0 if known and supported -i, --identify: prints a string that identifies the machine. -f, --force: force suspending, even on unknown machines. the following options are only available with --force: -s, --vbe_save: save VBE state before suspending and restore after resume. -p, --vbe_post: VBE POST the graphics card after resume -m, --vbe_mode: get VBE mode before suspend and set it after resume -r, --radeontool: turn off the backlight on radeons before suspending. -a, --acpi_sleep: set the acpi_sleep parameter before suspend 1=s3_bios, 2=s3_mode, 3=both -v, --pci_save: save the PCI config space for the VGA card. --- log hibernate.log file not readable. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core) 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 hibernate depends on: ii console-tools 1:0.2.3dbs-65 Linux console and font utilities Versions of packages hibernate recommends: ii dash 0.5.3-7 The Debian Almquist Shell ii hdparm 7.1-2 tune hard disk parameters for high ii uswsusp 0.6~cvs20070202-1 tools to use userspace software su ii vbetool 0.7-1.1 run real-mode video BIOS code to a -- no debconf information -- see shy jo
signature.asc
Description: Digital signature
--- 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 ---

