sstrada wrote:Jocko wrote:Hi sstrada,
Thank you for this report.
sstrada wrote:The "NAS standby and auto wake up" server schedule job don't work (the error into log file is: /bin/sh: /bin/reboot-spd: not found)
Indeed there is a bug, server schedule job expects to find reboot-spd in /bin whereas its location is /sbin.
To fix temporarily, you can create a symlink in /bin
- Code: Select all
ln -s /sbin/reboot-spd /bin/reboot-spd
I don't find reboot-spd in /sbin .
I found these files:
./bin_cab/rebootd-cloudbox
./bin_cab/reboot-phn
./bin_cab/rebootd-phn
./bin_cab/rebootd-nwsp2
./bin_cab/rebootd-isp1
./sbin/rebootd-spd
./sbin/reboot
What should I use for soft link? './sbin/rebootd-spd'?