[pkg-fso-maint] Bug#701578: nodm doesn't start after hibernate but doesn't complain either

Eric Lavarde bugs.debian.nospam at lavar.de
Sun Feb 24 17:46:45 UTC 2013


Package: nodm
Version: 0.11-1.3
Severity: normal

Hi,

I stop nodm before going for hibernation and try to restart during thawing,
but nodm isn't started and doesn't given any hint at why it doesn't start,
and I can't add parameters to the nodm start as start-stop-daemon doesn't
allow for it.

In more details:
$ find /etc/pm -type f
/etc/pm/sleep.d/10_vdr-dvb
/etc/pm/config.d/10_vdr-dvb
vdr at hdvdr1:/etc/pm$ cat /etc/pm/sleep.d/10_vdr-dvb
#!/bin/sh

case "$1" in
    hibernate|suspend)
        /etc/init.d/nodm stop
        killall    vdr-sxfe     # sometimes it stays stuck
        killall -9 vdr-sxfe     # sometimes it stays even more stuck
        /etc/init.d/vdr stop
        ;;
    thaw|resume)
        /etc/init.d/vdr start
        echo "VDR started" >&2
        sleep 1 # give time to vdr to start properly, so that vdr-sxfe succeeds
        echo "SLEEP finished" >&2
        /etc/init.d/nodm start
        echo "NODM started" >&2
        ;;
esac
vdr at hdvdr1:/etc/pm$ cat /etc/pm/config.d/10_vdr-dvb
SUSPEND_MODULES="zd1211rw ddbridge"

As you can see in the configuration files section, I've modified
/etc/init.d/nodm to spit more information (I added set -x and --verbose
to start-stop-daemon), and the result in /var/log/pm-suspend.log is attached
to this report.

You'll see there that start-stop-daemon starts nodm but then nothing more
to see, nodm is definitely NOT re-started and I have no clue how to analyse
deeper what the issue might be. I think it would be good to change the
verbosity of nodm based on environment variables, but I'm open to any
other suggestion.

Thanks, Eric

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.6.9+vdr1 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nodm depends on:
ii  debconf [debconf-2.0]  1.5.49
ii  libc6                  2.13-37
ii  libpam0g               1.1.3-7.1
ii  libx11-6               2:1.5.0-1
ii  x11-common             1:7.7+1
ii  x11-xserver-utils      7.7~3

nodm recommends no packages.

nodm suggests no packages.

-- Configuration Files:
/etc/init.d/nodm changed:
set -e
set -x
PATH=/bin:/usr/bin:/sbin:/usr/sbin
DESC="Automatic Display Manager"
NAME=nodm
PIDDIR=/var/run/
PIDFILE=${PIDDIR}/${NAME}.pid
NODM_ENABLED=no
NODM_XINIT=/usr/bin/xinit
NODM_FIRST_VT=7
NODM_XSESSION=/etc/X11/Xsession
NODM_X_OPTIONS="-nolisten tcp"
NODM_USER=root
NODM_MIN_SESSION_TIME=60
if [ -f /etc/default/$NAME ]
then
	. /etc/default/$NAME
fi
export NODM_XINIT NODM_XSESSION NODM_X_OPTIONS NODM_USER NODM_MIN_SESSION_TIME NODM_FIRST_VT
[ -x /usr/sbin/nodm ] || exit 0
.. /lib/init/vars.sh
.. /lib/lsb/init-functions
case "$1" in
	start)
		[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
		if [ "$NODM_ENABLED" = "no" ] || [ "$NODM_ENABLED" = "false" ]
		then
			log_warning_msg "Not starting $NAME because NODM_ENABLED is '$NODM_ENABLED' in /etc/default/$NAME"
		else
			start-stop-daemon --start --verbose --oknodo --pidfile ${PIDFILE} --make-pidfile --background --exec /usr/sbin/nodm
		fi
		[ "$VERBOSE" != no ] && log_end_msg $?
		;;
	stop)
		[ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
		start-stop-daemon --stop --pidfile ${PIDFILE} --oknodo
		rm -f ${PIDFILE}
		[ "$VERBOSE" != no ] && log_end_msg $?
		;;
	restart|force-reload)
		$0 stop
		$0 start
		;;
	*)
		log_success_msg "Usage: $0 {start|stop|restart|force-reload}" >&2
		exit 1
		;;
esac
exit 0


-- debconf information:
  nodm/min_session_time: 60
  nodm/enabled: true
  nodm/xsession: /etc/X11/Xsession
  nodm/x_options: -nolisten tcp
  nodm/first_vt: 7
  nodm/user: vdr
-------------- next part --------------
Initial commandline parameters: 
So 24. Feb 15:26:35 CET 2013: Running hooks for hibernate.
Running hook /usr/lib/pm-utils/sleep.d/000kernel-change hibernate hibernate:

/usr/lib/pm-utils/sleep.d/000kernel-change hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate:
Linux hdvdr1 3.6.9+vdr1 #1 SMP Sat Dec 8 14:47:07 CET 2012 x86_64 GNU/Linux
Module                  Size  Used by
loop                   22961  0 
firewire_sbp2          17957  0 
snd_hda_codec_hdmi     31040  1 
snd_hda_codec_realtek    55298  1 
tda18212dd             12843  2 
arc4                   12544  2 
usbhid                 40793  0 
hid                    81613  1 usbhid
rc_imon_pad            12398  0 
imon                   25747  1 
rc_core                18383  3 imon,rc_imon_pad
coretemp               12855  0 
kvm_intel             118206  0 
kvm                   304736  1 kvm_intel
crc32c_intel           12748  0 
ghash_clmulni_intel    13022  0 
aesni_intel            46034  3 
aes_x86_64             16844  1 aesni_intel
snd_hda_intel          30596  3 
aes_generic            33027  2 aesni_intel,aes_x86_64
zd1211rw               52476  0 
snd_hda_codec          83748  3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
ablk_helper            12573  1 aesni_intel
cryptd                 14561  3 ghash_clmulni_intel,aesni_intel,ablk_helper
snd_pcm                64256  5 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
mac80211              339956  1 zd1211rw
snd_page_alloc         12970  2 snd_pcm,snd_hda_intel
i915                  417643  2 
eeepc_wmi              12601  0 
stv0367dd              16965  2 
psmouse                69191  0 
snd_hwdep              13190  1 snd_hda_codec
asus_wmi               18804  1 eeepc_wmi
cfg80211              143860  2 mac80211,zd1211rw
sparse_keymap          12761  1 asus_wmi
snd_seq                45226  0 
microcode              25946  0 
ddbridge               27247  14 
snd_seq_device         13177  1 snd_seq
iTCO_wdt               12832  0 
acpi_cpufreq           12973  0 
iTCO_vendor_support    12705  1 iTCO_wdt
rfkill                 19063  3 cfg80211,asus_wmi
snd_timer              22813  2 snd_pcm,snd_seq
i2c_i801               17046  0 
serio_raw              12941  0 
pcspkr                 12633  0 
evdev                  17613  25 
mperf                  12454  1 acpi_cpufreq
cxd2099                13016  1 ddbridge
wmi                    13244  1 asus_wmi
mei                    31774  0 
dvb_core               78000  1 ddbridge
snd                    48400  13 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_hda_codec,snd_hda_intel,snd_seq_device
lpc_ich                16758  0 
mfd_core               12602  1 lpc_ich
video                  17632  2 i915,asus_wmi
i2c_algo_bit           12842  1 i915
drm_kms_helper         27236  1 i915
button                 12938  1 i915
drm                   197810  3 i915,drm_kms_helper
i2c_core               24042  9 drm,i915,i2c_i801,cxd2099,tda18212dd,ddbridge,drm_kms_helper,i2c_algo_bit,stv0367dd
soundcore              12433  1 snd
processor              28456  1 acpi_cpufreq
ext4                  362792  3 
crc16                  12344  1 ext4
jbd2                   71913  1 ext4
mbcache                13115  1 ext4
sg                     26096  0 
sr_mod                 21946  0 
usb_storage            48070  0 
cdrom                  35213  1 sr_mod
sd_mod                 36206  6 
crc_t10dif             12349  1 sd_mod
uas                    17479  0 
ehci_hcd               40532  0 
ahci                   25061  4 
libahci                22868  1 ahci
r8169                  52751  0 
mii                    12676  1 r8169
firewire_ohci          31932  0 
thermal                17384  0 
xhci_hcd               78300  0 
libata                141422  2 ahci,libahci
fan                    12675  0 
thermal_sys            18230  4 fan,video,thermal,processor
scsi_mod              158136  7 sg,uas,usb_storage,libata,sd_mod,sr_mod,firewire_sbp2
firewire_core          49142  2 firewire_ohci,firewire_sbp2
crc_itu_t              12348  1 firewire_core
usbcore               129424  8 uas,imon,usb_storage,ehci_hcd,usbhid,zd1211rw,xhci_hcd
usb_common             12355  1 usbcore
             total       used       free     shared    buffers     cached
Mem:       3956328     295784    3660544          0      23956     107720
-/+ buffers/cache:     164108    3792220
Swap:      3906556          0    3906556

/usr/lib/pm-utils/sleep.d/00logging hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate:

/usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate: success.
Running hook /etc/pm/sleep.d/10_vdr-dvb hibernate hibernate:
+ PATH=/bin:/usr/bin:/sbin:/usr/sbin
+ DESC=Automatic Display Manager
+ NAME=nodm
+ PIDDIR=/var/run/
+ PIDFILE=/var/run//nodm.pid
+ NODM_ENABLED=no
+ NODM_XINIT=/usr/bin/xinit
+ NODM_FIRST_VT=7
+ NODM_XSESSION=/etc/X11/Xsession
+ NODM_X_OPTIONS=-nolisten tcp
+ NODM_USER=root
+ NODM_MIN_SESSION_TIME=60
+ [ -f /etc/default/nodm ]
+ . /etc/default/nodm
+ NODM_ENABLED=true
+ NODM_USER=vdr
+ NODM_FIRST_VT=7
+ NODM_XSESSION=/etc/X11/Xsession
+ NODM_X_OPTIONS=-nolisten tcp
+ NODM_MIN_SESSION_TIME=60
+ export NODM_XINIT NODM_XSESSION NODM_X_OPTIONS NODM_USER NODM_MIN_SESSION_TIME NODM_FIRST_VT
+ [ -x /usr/sbin/nodm ]
+ . /lib/init/vars.sh
+ TMPTIME=0
+ SULOGIN=no
+ DELAYLOGIN=no
+ UTC=yes
+ VERBOSE=no
+ FSCKFIX=no
+ [ -f /etc/default/rcS ]
+ . /etc/default/rcS
+ VERBOSE=yes
+ INIT_VERBOSE=yes
+ unset EDITMOTD
+ unset RAMRUN
+ unset RAMLOCK
+ [ -r /proc/cmdline ]
+ cat /proc/cmdline
+ [ 2 ]
+ [ N ]
+ VERBOSE=no
+ break
+ [ yes ]
+ VERBOSE=yes
+ . /lib/lsb/init-functions
+ run-parts --lsbsysinit --list /lib/lsb/init-functions.d
+ [ -r /lib/lsb/init-functions.d/20-left-info-blocks ]
+ . /lib/lsb/init-functions.d/20-left-info-blocks
+ FANCYTTY=
+ [ -e /etc/lsb-base-logging.sh ]
+ true
+ [ yes != no ]
+ log_daemon_msg Stopping Automatic Display Manager nodm
+ [ -z Stopping Automatic Display Manager ]
+ log_daemon_msg_pre Stopping Automatic Display Manager nodm
+ log_use_fancy_output
+ TPUT=/usr/bin/tput
+ EXPR=/usr/bin/expr
+ [ -t 1 ]
+ FANCYTTY=0
+ false
+ [ -z nodm ]
+ /bin/echo -n Stopping Automatic Display Manager: nodm
Stopping Automatic Display Manager: nodm+ log_daemon_msg_post Stopping Automatic Display Manager nodm
+ :
+ start-stop-daemon --stop --pidfile /var/run//nodm.pid --oknodo
+ rm -f /var/run//nodm.pid
+ [ yes != no ]
+ log_end_msg 0
+ [ -z 0 ]
+ local retval
+ retval=0
+ log_end_msg_pre 0
+ log_use_fancy_output
+ TPUT=/usr/bin/tput
+ EXPR=/usr/bin/expr
+ [ -t 1 ]
+ FANCYTTY=0
+ false
+ log_use_fancy_output
+ TPUT=/usr/bin/tput
+ EXPR=/usr/bin/expr
+ [ -t 1 ]
+ FANCYTTY=0
+ false
+ RED=
+ YELLOW=
+ NORMAL=
+ [ 0 -eq 0 ]
+ echo .
..
+ log_end_msg_post 0
+ :
+ return 0
+ exit 0
vdr-sxfe: Kein Prozess gefunden
Stopping Linux Video Disk Recorder: vdr.

/etc/pm/sleep.d/10_vdr-dvb hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/55NetworkManager hibernate hibernate:
Having NetworkManager put all interaces to sleep...Failed.

/usr/lib/pm-utils/sleep.d/55NetworkManager hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant hibernate hibernate:
Selected interface 'wlan0'
OK

/usr/lib/pm-utils/sleep.d/60_wpa_supplicant hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules hibernate hibernate:
Unloading kernel module zd1211rw...Done.
Unloading kernel module ddbridge...Done.

/usr/lib/pm-utils/sleep.d/75modules hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock hibernate hibernate:

/usr/lib/pm-utils/sleep.d/90clock hibernate hibernate: not applicable.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate:

/usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm hibernate hibernate:

/usr/lib/pm-utils/sleep.d/95hdparm-apm hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/95led hibernate hibernate:

/usr/lib/pm-utils/sleep.d/95led hibernate hibernate: not applicable.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate:
/usr/lib/pm-utils/functions: Zeile 214: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 219: /var/run/pm-utils/pm-suspend/storage/parameters.new: Keine Berechtigung
cp: Aufruf von stat f?r ?/var/run/pm-utils/pm-suspend/storage/parameters.new? nicht m?glich: Datei oder Verzeichnis nicht gefunden
/usr/lib/pm-utils/functions: Zeile 214: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 216: /var/run/pm-utils/pm-suspend/storage/parameters.rm: Keine Berechtigung
/usr/lib/pm-utils/functions: Zeile 219: /var/run/pm-utils/pm-suspend/storage/parameters.new: Keine Berechtigung
cp: Aufruf von stat f?r ?/var/run/pm-utils/pm-suspend/storage/parameters.new? nicht m?glich: Datei oder Verzeichnis nicht gefunden
/usr/lib/pm-utils/functions: Zeile 228: /var/run/pm-utils/pm-suspend/storage/parameters: Keine Berechtigung
Kernel modesetting video driver detected, not using quirks.

/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/99video hibernate hibernate:

/usr/lib/pm-utils/sleep.d/99video hibernate hibernate: success.
So 24. Feb 15:26:38 CET 2013: performing hibernate
So 24. Feb 17:42:58 CET 2013: Awake.
So 24. Feb 17:42:58 CET 2013: Running hooks for thaw
Running hook /usr/lib/pm-utils/sleep.d/99video thaw hibernate:

/usr/lib/pm-utils/sleep.d/99video thaw hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler thaw hibernate:

/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler thaw hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/95led thaw hibernate:

/usr/lib/pm-utils/sleep.d/95led thaw hibernate: not applicable.
Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm thaw hibernate:

/usr/lib/pm-utils/sleep.d/95hdparm-apm thaw hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq thaw hibernate:

/usr/lib/pm-utils/sleep.d/94cpufreq thaw hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock thaw hibernate:

/usr/lib/pm-utils/sleep.d/90clock thaw hibernate: not applicable.
Running hook /usr/lib/pm-utils/sleep.d/75modules thaw hibernate:
Reloaded unloaded modules.

/usr/lib/pm-utils/sleep.d/75modules thaw hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant thaw hibernate:
Selected interface 'wlan0'
OK

/usr/lib/pm-utils/sleep.d/60_wpa_supplicant thaw hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/55NetworkManager thaw hibernate:
Having NetworkManager wake interfaces back up...Failed.

/usr/lib/pm-utils/sleep.d/55NetworkManager thaw hibernate: success.
Running hook /etc/pm/sleep.d/10_vdr-dvb thaw hibernate:
Starting Linux Video Disk Recorder: vdr
Searching for plugins (VDR 1.7.28/1.7.28) (cache miss): epgsearch xineliboutput osdteletext femon imonlcd remote conflictcheckonly epgsearchonly live quickepgsearch.
VDR started
SLEEP finished
+ PATH=/bin:/usr/bin:/sbin:/usr/sbin
+ DESC=Automatic Display Manager
+ NAME=nodm
+ PIDDIR=/var/run/
+ PIDFILE=/var/run//nodm.pid
+ NODM_ENABLED=no
+ NODM_XINIT=/usr/bin/xinit
+ NODM_FIRST_VT=7
+ NODM_XSESSION=/etc/X11/Xsession
+ NODM_X_OPTIONS=-nolisten tcp
+ NODM_USER=root
+ NODM_MIN_SESSION_TIME=60
+ [ -f /etc/default/nodm ]
+ . /etc/default/nodm
+ NODM_ENABLED=true
+ NODM_USER=vdr
+ NODM_FIRST_VT=7
+ NODM_XSESSION=/etc/X11/Xsession
+ NODM_X_OPTIONS=-nolisten tcp
+ NODM_MIN_SESSION_TIME=60
+ export NODM_XINIT NODM_XSESSION NODM_X_OPTIONS NODM_USER NODM_MIN_SESSION_TIME NODM_FIRST_VT
+ [ -x /usr/sbin/nodm ]
+ . /lib/init/vars.sh
+ TMPTIME=0
+ SULOGIN=no
+ DELAYLOGIN=no
+ UTC=yes
+ VERBOSE=no
+ FSCKFIX=no
+ [ -f /etc/default/rcS ]
+ . /etc/default/rcS
+ VERBOSE=yes
+ INIT_VERBOSE=yes
+ unset EDITMOTD
+ unset RAMRUN
+ unset RAMLOCK
+ [ -r /proc/cmdline ]
+ cat /proc/cmdline
+ [ 2 ]
+ [ N ]
+ VERBOSE=no
+ break
+ [ yes ]
+ VERBOSE=yes
+ . /lib/lsb/init-functions
+ run-parts --lsbsysinit --list /lib/lsb/init-functions.d
+ [ -r /lib/lsb/init-functions.d/20-left-info-blocks ]
+ . /lib/lsb/init-functions.d/20-left-info-blocks
+ FANCYTTY=
+ [ -e /etc/lsb-base-logging.sh ]
+ true
+ [ yes != no ]
+ log_daemon_msg Starting Automatic Display Manager nodm
+ [ -z Starting Automatic Display Manager ]
+ log_daemon_msg_pre Starting Automatic Display Manager nodm
+ log_use_fancy_output
+ TPUT=/usr/bin/tput
+ EXPR=/usr/bin/expr
+ [ -t 1 ]
+ FANCYTTY=0
+ false
+ [ -z nodm ]
+ /bin/echo -n Starting Automatic Display Manager: nodm
Starting Automatic Display Manager: nodm+ log_daemon_msg_post Starting Automatic Display Manager nodm
+ :
+ [ true = no ]
+ [ true = false ]
+ start-stop-daemon --start --verbose --oknodo --pidfile /var/run//nodm.pid --make-pidfile --background --exec /usr/sbin/nodm
+ [ yes != no ]
+ log_end_msg 0
+ [ -z 0 ]
+ local retval
+ retval=0
+ log_end_msg_pre 0
+ log_use_fancy_output
+ TPUT=/usr/bin/tput
+ EXPR=/usr/bin/expr
+ [ -t 1 ]
+ FANCYTTY=0
+ false
+ log_use_fancy_output
+ TPUT=/usr/bin/tput
+ EXPR=/usr/bin/expr
+ [ -t 1 ]
+ FANCYTTY=0
+ false
+ RED=
+ YELLOW=
+ NORMAL=
+ [ 0 -eq 0 ]
+ echo .
..
+ log_end_msg_post 0
+ :
+ return 0
+ exit 0
NODM started

/etc/pm/sleep.d/10_vdr-dvb thaw hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave thaw hibernate:

/usr/lib/pm-utils/sleep.d/00powersave thaw hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/00logging thaw hibernate:

/usr/lib/pm-utils/sleep.d/00logging thaw hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/000kernel-change thaw hibernate:

/usr/lib/pm-utils/sleep.d/000kernel-change thaw hibernate: success.
So 24. Feb 17:43:01 CET 2013: Finished.


More information about the pkg-fso-maint mailing list