I'm running the latest OMV Arrakis together with the autoshutdown and wakealarm plugins. I configured autoshutdown in a way that it shuts the NAS down after some time of inactivity and wakealarm should wake the NAS up some hours later.
This sequence works exactly one time, that means:
- manually start the NAS
- autoshutdown shuts it down
- wakealarm wakes it up
- autoshutdown shuts it down
- NAS never wakes up again
Every time I execute date -d @$(cat /sys/class/rtc/rtc0/wakealarm) it shows me the correct time on the correct day, athough I never had a look immediately before shutting the NAS down. So waking up by RTC is generally working, but anything happens after the first wakeup of the second shutdown.
How can I debug this? Does anyone else have this problem?