Your message dated Thu, 07 Jun 2007 17:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422539: fixed in hibernate 1.96~pre-svn.r1125-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

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: hibernate
Source-Version: 1.96~pre-svn.r1125-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.96~pre-svn.r1125-1.diff.gz
  to pool/main/h/hibernate/hibernate_1.96~pre-svn.r1125-1.diff.gz
hibernate_1.96~pre-svn.r1125-1.dsc
  to pool/main/h/hibernate/hibernate_1.96~pre-svn.r1125-1.dsc
hibernate_1.96~pre-svn.r1125-1_all.deb
  to pool/main/h/hibernate/hibernate_1.96~pre-svn.r1125-1_all.deb
hibernate_1.96~pre-svn.r1125.orig.tar.gz
  to pool/main/h/hibernate/hibernate_1.96~pre-svn.r1125.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: Thu, 07 Jun 2007 18:58:01 +0200
Source: hibernate
Binary: hibernate
Architecture: source all
Version: 1.96~pre-svn.r1125-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: 420401 422539 427962
Changes: 
 hibernate (1.96~pre-svn.r1125-1) unstable; urgency=low
 .
   * The^W A Joey Hess tribute release:
       < joeyh> bloody debian maintainer filters
       * joeyh applies for a bugzilla.fedora account
     sorry for taking to long to integrate your patches. Don't leave us.
 .
   * New checkout from upstream repository, which
     - fixes a syntax error and thus closes: #427962.
     - runs ifup in the background to prevent locking problems and closes: 
#422539.
     - introduces SwitchToTextModeOnResume to work around an X bug (#420400)
       and thus closes: #420401.
Files: 
 016aa662c51ee0de66230fbbe49e5381 743 utils extra 
hibernate_1.96~pre-svn.r1125-1.dsc
 177eeb86f0c5b245cc011e0c8f7a1b42 75787 utils extra 
hibernate_1.96~pre-svn.r1125.orig.tar.gz
 438901d27c07fa5b25b23a9eda976e93 13120 utils extra 
hibernate_1.96~pre-svn.r1125-1.diff.gz
 13137e598f6fcfe4d5a8d1eca6d77a7c 91016 utils extra 
hibernate_1.96~pre-svn.r1125-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGaDqHIgvIgzMMSnURAnd+AJ4goEeke6xRr2GAUan3n8KhBzom/wCgyn5F
F1M3e0zqHajlKVnQcwWgCjY=
=5NyF
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to