Few weeks ago I installed a kiosk with Porteus Kiosk 4.8.0 in a school to display teacher replacement.
Everything works fine with that.
For power saving reasons I scheduled automatic actions from remote TXT file management:
"scheduled_action=Monday-16:00 Tuesday-16:00 Wednesday-16:00 Thursday-16:00 Friday-16:00 Saturday-07:00 Sunday-07:00 action:echo mem > /sys/power/state"
The promlem is very interesting.
The scheduled actions written above works only on every second day...
So that means:
Monday goes to mem powersate succesfully
Tuesday DOESN'T go to mem powerstate

Wednesday goes to mem powersate succesfully
Thursday DOESN'T go to mem powerstate

Friday goes to mem powersate succesfully
Saturday DOESN'T go to mem powerstate

Sunday goes to mem powersate succesfully
What am I missing or doing wrong?

PS:
The machine is: Asus ET1611 AIO
The motherboard only knows "RESUME ON RTC ALARM", so thats why I set echo mem > /sys/power/state instead of poweroff.
And my timezone/NTP from remote TXT file management is:
"timezone=Europe/Budapest"
Thanks:
Karesz
Hungary