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 #688937, regarding hibernate: FindXServer fails if X started from console by startx and no usual wm/de is used 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.) -- 688937: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688937 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: hibernate Version: 2.0+15+g88d54a8-1 Severity: normal Tags: patch If X are started from console by 'startx' (i.e., no entry in wtmp) and no usual window manager or desktop environment is used, then $XUSER is set to 'root'. The only process found by 'pidof' in setting described above is 'X'. Unfortunately this program is 'suid root' (because of access to hw). Thus I propose to read 'real user' instead of 'effective user': --- a/hibernate.sh 2012-09-27 08:14:29.000000000 +0200 +++ b/hibernate.sh 2012-09-27 08:33:24.253498281 +0200 @@ -224,7 +224,7 @@ FindXServer() { xauth="`get_env_var_of_process $xpid XAUTHORITY`" xhome="`get_env_var_of_process $xpid HOME`" - xuser=`/bin/ls -ld /proc/$xpid/ | awk '{print $3}'` + xuser=`/bin/ps -o ruser= $xpid` [ -z $xauth ] && [ -n $xhome ] && [ -f $xhome/.Xauthority ] && xauth=$xhome/.Xauthority [ -z $xauth ] && continue
--- 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 ---

