Jump to content

Wally

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by Wally

  1. Hi I don't know If I'm the only one but it seems that the S3 sleep plugin doesn't run commands after the wake up.

     

    Since when I wake up my server, all my disks are spinning but unraid seems to see them idle, so i'm trying to run a script to spin all my drive after a wake up "to fix" it.

    for disknum in 0 `ls /dev/md* | sed "sX/dev/mdXX"`; do mdcmd spinup $disknum; done

     

    thanks in advance for any help.

     

    Same problem here. The commands no longer run after wake up so the drive status gets out of sync and as a result some drives never spin down. I am on 6.1.2 and it hasn't worked since a few versions ago but before that S3 Sleep worked perfectly other than the drive temps sometimes not showing but that's a different problem.

     

    Try it with a reference to /usr/local/sbin/mdcmd

     

    Thanks Bonienl. That seems to have fixed it.

  2. Hi I don't know If I'm the only one but it seems that the S3 sleep plugin doesn't run commands after the wake up.

     

    Since when I wake up my server, all my disks are spinning but unraid seems to see them idle, so i'm trying to run a script to spin all my drive after a wake up "to fix" it.

    for disknum in 0 `ls /dev/md* | sed "sX/dev/mdXX"`; do mdcmd spinup $disknum; done

     

    thanks in advance for any help.

     

    Same problem here. The commands no longer run after wake up so the drive status gets out of sync and as a result some drives never spin down. I am on 6.1.2 and it hasn't worked since a few versions ago but before that S3 Sleep worked perfectly other than the drive temps sometimes not showing but that's a different problem.

×
×
  • Create New...