@bonienl, I discovered your very nice addition to the Simple Features plugin. Thanks for the hint. I was already looking quite a while for a way to send the server to sleep when no one needs it (PCs, Macs, HDTVs etc.)
When I'm trying to activate the S3 sleep function, the pulldown menu is going back to "disabled" right after I'm pressing the apply button. Syslog is showing:
Jan 6 11:59:13 Tower s3_sleep: killing s3_sleep process 8040 (Minor Issues)
Jan 6 11:59:13 Tower s3_sleep: s3_sleep process ID 11658 started, To terminate it, type: s3_sleep -q
Here is the important part of the go script:
# Simple Features Plugin
installpkg /boot/packages/simpleFeatures-0.9f.tgz
/usr/sbin/s3_sleep -a -R -F -m 30
Any idea what I did wrong?