Hi Cubytus,
Cubytus wrote:But temp-alert.sh "lost" its time value command upon manual reboot.
This is the expected behaviour, temp-alert.sh is overwritten in accordance with the nas database. Then your custom line is removed.
attached a file to fix it. So copy the file daemonfunc_tempguard_commit.finc in the folder /etc/finc.
Currently the suspend time is 60, you can change it by editing the line 79
- Code: Select all
fwrite($fp,"echo 60 > /etc/time-suspend.txt\n");
Cubytus wrote:By the way, /etc/wolenable doesn't exist.
This is the expected behaviour. Please to note that temp-alert.sh creates this file
- Code: Select all
touch /etc/wolenable
Cubytus wrote:Interestingly, the time-suspend.txt file contains the value "0", and not "60", as expected.
This seems to be also the expected behaviour: wol-fvdw-sl resets it and note this last modified time is 1' after the NAS turned off at 4:47.
Cubytus wrote:It automatically turned off that night at 4:47 ,but never came back online at 5:47 as it would have been expected
This is really amazing and I have no explanation :scratch
You do not have the required permissions to view the files attached to this post.