as asked:
Jocko wrote:Sorry I did not understand you rightly.
So I need some output:
enable the debug mode
done
set a job with a bigger value ~10min
done: set to go at 20H40 standby of 10 minutes
and post the content of /var/log/messages before standby(so do not plan the standby too soon)
see attachement
after waking up post the content of /boot.log
see attachement
disable the debug mode
done
Before running this test, post
- Code: Select all
ls -l /sbin/rebootd-spd
grep suspend /etc/inc/global_defs.inc
I did it near 20H28...
root@NS2:/ # ls -l /sbin/rebootd-spd
lrwxrwxrwx 1 root root 22 2016-03-01 06:57 /sbin/rebootd-spd -> /bin_cab/rebootd-nwsp2
root@NS2:/ # grep suspend /etc/inc/global_defs.inc
$shareStatus = array('active_share','suspended_share');
"echo -e \$(date +'%Y/%m/%d %T'): Standby with suspended time \(%s\)>>/direct-usb/cronjobs/cron.log && echo %s > /etc/time-suspend.txt && touch wol-enable && /sbin/rebootd-spd",
root@NS2:/ #