April 3, 201115 yr Heya, S3 sleeps & wake just fine on my unRAID box, hurrah! However, there is an issue... Whenever you put the box to sleep, something isn't telling this to the clients that have Volumes mounted. They lock up and spit AFP reconnect errors for whatever reason. Is there a particular command I can pass through Netatalk/AVAHI to kill the AFP service before sleep, and then turning it back on afterwards? I've got the ability in the script already. Or is a better idea to stop the array before sleep? If so, what's the command for that? Cheers!
April 3, 201115 yr I think it would be a good idea to flush all drive ios with a sync and stop the array before sleeping. The commands unRAID uses to stop the processes is: Stop SMB... /etc/rc.d/rc.samba stop Stop NFS... /etc/rc.d/rc.nfsd stop Stop AFP... /etc/rc.d/rc.atalk stop Stop AVAHI... /etc/rc.d/rc.avahidaemon stop /etc/rc.d/rc.avahidnsconfd stop To start them you pass them 'start' instead of 'stop'.
Archived
This topic is now archived and is closed to further replies.