Your message dated Thu, 21 Dec 2023 17:56:09 +0000 with message-id <[email protected]> and subject line Bug#1058701: Removed package(s) from unstable has caused the Debian Bug report #505793, regarding pm-utils: please provide scriptlet to unmount network filesystems 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.) -- 505793: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505793 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: pm-utils Version: 1.1.2.4-1 Severity: wishlist Hi, please provide a sleep scriptlet to unmount network filesystems. I am currently using this basically copied from /etc/init.d/umountnfs.sh which does more than needed (unmounting sysfs etc) ... This needs to be done before network manager is instructed to shut down networking e.g. i used priority 07 ... #!/bin/sh FLAGS="-f -l" case "$1" in hibernate|suspend) exec 9<&0 </etc/mtab DIRS="" while read DEV MTPT FSTYPE OPTS REST do case "$FSTYPE" in nfs|nfs4|smbfs|ncp|ncpfs|cifs|coda|ocfs2|gfs) DIRS="$MTPT $DIRS" ;; *) continue ;; esac done exec 0<&9 9<&- if [ "$DIRS" ] then umount $FLAGS $DIRS ES=$? fi ;; thaw|resume) ;; *) exit $NA ;; esac -- Florian Lohoff [email protected] +49-171-2280134 Those who would give up a little freedom to get a little security shall soon have neither - Benjamin Franklin
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Version: 1.4.1-19+rm Dear submitter, as the package pm-utils 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/1058701 The version of this package that was in Debian prior to this removal can still be found using https://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. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---

