Bugzilla – Attachment 639391 Details for
Bug 935086
System hangs on resume from hibernation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
modified resume script (additional debug output)
resume.sh (text/plain), 842 bytes, created by
Uwe Geuder
on 2015-06-26 16:48:58 UTC
(
hide
)
Description:
modified resume script (additional debug output)
Filename:
MIME Type:
Creator:
Uwe Geuder
Created:
2015-06-26 16:48:58 UTC
Size:
842 bytes
patch
obsolete
>#!/bin/sh ># -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- ># ex: ts=8 sw=4 sts=4 et filetype=sh > >PATH=/usr/sbin:/usr/bin:/sbin:/bin > >exec 1>/dev/console >exec 2>&1 > >set -x >set -v > >echo "UGe resume" >ps -ef >sleep 30 > >[ -s /.resume -a -b "$resume" ] && { > # First try user level resume; it offers splash etc > sleep 30 > case "$splash" in > quiet ) > a_splash="-P splash=y" > ;; > * ) > a_splash="-P splash=n" > ;; > esac > [ -x "$(command -v resume)" ] && sleep 30 && command resume $a_splash "$resume" > > # parsing the output of ls is Bad, but until there is a better way... > ls -lH "$resume" | ( > read x x x x maj min x; > sleep 30 > echo "${maj%,}:$min"> /sys/power/resume) > >/.resume >} ># just in case resume was no even tried >sleep 30
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 935086
:
638210
|
638301
|
638302
|
638634
|
638871
|
639035
| 639391 |
639392
|
639393
|
639442