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 #682797, regarding Blacklisted modules get unloaded despite newer kernel version 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.) -- 682797: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682797 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: hibernate Version: 2.0+15+g88d54a8-1 When suspending/resuming, the ehci_hcd module gets unloaded/reloaded, which causes the loss of my keyboard autorepeat settings (see also #667091). But my kernel (3.2.0-3-amd64) is new enough for it not to be blacklisted: gert@gert:~$ cat /etc/hibernate/blacklisted-modules |grep ehci_hcd ehci_hcd 2.6.0 2.6.14 This is because in the file: /usr/share/hibernate/scriptlets.d/modules there is this line which reads the kernel version: local kver=`awk 'BEGIN{FS="[^0-9]"}{print($1*0x10000)+($2*0x100)+$3}' /proc/sys/kernel/osrelease` However, running this awk command at the prompt: gert@gert:~$ awk 'BEGIN{FS="[^0-9]"}{print($1*0x10000)+($2*0x100)+$3}' /proc/sys/kernel/osrelease 0 This is because I have mawk automatically installed (because of base-files dependancy). After I install gawk: gert@gert:~$ awk 'BEGIN{FS="[^0-9]"}{print($1*0x10000)+($2*0x100)+$3}' /proc/sys/kernel/osrelease 197120 And indeed, after installing gawk it works fine, no modules are unloaded/reloaded during suspend/resume. So, either that line should be rewritten to work with all awks, or hibernate should depend on and use gawk.FWIW, I have also done another report (#682718), which is also related to hibernate/gawk dependancy, so maybe there are even more bugs because of assuming gawk is available.
--- 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 ---

