Your message dated Wed, 18 Mar 2020 02:50:51 +0000
with message-id <[email protected]>
and subject line Bug#954062: Removed package(s) from unstable
has caused the Debian Bug report #487589,
regarding hibernate: tuxonice does not resume from initrd image
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.)
--
487589: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487589
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: hibernate
Version: 1.99-1
Severity: important
Tags: patch
Well known problem described in
http://wiki.tuxonice.net/DistroAndHardwareSetup/DebianInitrd
All suggested solutions are not correct with the latest initramfs-tools 0.92b
and tuxonice 3.0-rc7. The solution is as simple as this:
script_dir=/etc/initramfs-tools/scripts/local-top
script_file=$script_dir/000tuxonice
cat << 'EOF' > $script_file
#!/bin/sh
TUXONICE_DIR=/sys/power/tuxonice
[ -d $TUXONICE_DIR ] && echo > $TUXONICE_DIR/do_resume
EOF
chmod +x $script_file
# this should be done in postinst:
update-initramfs -u
I suppose 000tuxonice shoud be installed by this package (and not by
initramfs-tools eg.) because tuxonice is supposed to be used from hibernate
scripts. I do not see any other ways to use it.
Aleks
--- End Message ---
--- Begin Message ---
Version: 2.0+15+g88d54a8-1+rm
Dear submitter,
as the package hibernate has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/954062
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---