Update - It's preventing sleep beautifully. Unfortunately it's not letting the mac go back to sleep when it becomes inactive.
I have two scripts - jigstart.sh which is called when not idle and which starts jiggler. Jigstop.sh stops jiggler and is used as the hibernate command - so srvrpwrcontrol is told to hibernate when idle. Jiggler starts beautifully when expected. It stops beauttifully when expected. Unfortunately jigstart is then called again for no obvious reason and seemingly called every minute thereafter. Presumably srvrpwrcntrl thinks a player is active for some reason, despite having previously decided that it was inactive. I've posted the server logs below. Thanks for any suggestions. [10-08-04 15:58:13.0006] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstop.sh [10-08-04 15:59:03.0031] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh [10-08-04 16:00:03.0028] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh [10-08-04 16:01:03.0029] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh [10-08-04 16:02:03.0049] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh [10-08-04 16:03:13.0010] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstop.sh [10-08-04 16:04:03.0050] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh [10-08-04 16:05:03.0053] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh [10-08-04 16:06:03.0051] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh [10-08-04 16:07:03.0052] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh [10-08-04 16:08:13.0010] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstop.sh [10-08-04 16:09:03.0052] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh [10-08-04 16:10:03.0054] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh [10-08-04 16:11:03.0052] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh [10-08-04 16:12:03.0052] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh [10-08-04 16:13:13.0009] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstop.sh [10-08-04 16:14:03.0036] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (310) Now trying to execute /usr/local/sbin/jigstart.sh -- shawje ------------------------------------------------------------------------ shawje's Profile: http://forums.slimdevices.com/member.php?userid=37017 View this thread: http://forums.slimdevices.com/showthread.php?t=48521 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
