1

I am trying to schedule the uptime of my server (it's in my bedroom) with rtcwake. The sleeping and waking gives no problems. But after waking the filesystem is set to readonly and I constantly get I/O errors. Thats not workable.

I'm using the command sudo rtcwake -u -s 60 -m mem and also tried it with the script from Automatically sleep and wake-up at specific times

Does anybody have a solution/workaround for this problem?

1 Answers1

0

It happens here too with -m mem. The only solution was to set -m off, this works for me but, is state S5 and on after -s seconds. -m disk also gives errors and default -m is standby and is nothing here.

Sam
  • 65
  • 4