Started debug output of /usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh 1223928600 + VDR_WAKEUP_TIME=1223928600 + reboot_mark_file=/var/vdr/shutdown-data/shutdown-need-reboot + _need_reboot=0 + WAKEUP_METHOD=nvram + _set_wakeup + for method in '${WAKEUP_METHOD}' + run_wakeup_method nvram + local mod=nvram + '[' -f /usr/share/vdr/shutdown/wakeup-nvram.sh ']' + . /usr/share/vdr/shutdown/wakeup-nvram.sh ++ NVRAM_WAKEUP=/usr/bin/nvram-wakeup ++ CMD='/usr/bin/nvram-wakeup --syslog' ++ '[' '!' -x /usr/bin/nvram-wakeup ']' ++ '[' -n '' ']' ++ '[' -n ' -C /etc/nvram-wakeup.conf --directisa' ']' ++ CMD='/usr/bin/nvram-wakeup --syslog -C /etc/nvram-wakeup.conf --directisa' ++ CMD='/usr/bin/nvram-wakeup --syslog -C /etc/nvram-wakeup.conf --directisa -s 1223928600' ++ /usr/bin/nvram-wakeup --syslog -C /etc/nvram-wakeup.conf --directisa -s 1223928600 --syslog parameter specified. All output goes to the syslog ++ case $PIPESTATUS in ++ set_reboot_needed ++ date +%s ++ _need_reboot=1 ++ return 0 + return 0 + _do_shutdown + SHUTDOWN_METHOD=halt + need_reboot + local TSTAMP= BOOT= + '[' 0 = 1 ']' + '[' -e /var/vdr/shutdown-data/shutdown-need-reboot ']' + read TSTAMP ++ stat -c %Y /proc + BOOT=1223925217 + '[' 1223925217 -lt 1223918104 ']' + return 1 + f=/usr/share/vdr/shutdown/shutdown-halt.sh + '[' '' = 1 ']' + '[' -f /usr/share/vdr/shutdown/shutdown-halt.sh ']' + mesg 'Executing shutdown-halt.sh' + type logger + logger -t vdrshutdown-wakeup 'Executing shutdown-halt.sh' + . /usr/share/vdr/shutdown/shutdown-halt.sh ++ /sbin/shutdown -h now + return 0 + exit 0