exile;511554 Wrote: > my apologies if this has already been dealt with in this thread. > > I added the plugin through the extension downloader to my system: osx > 10.5.8 on squeezecenter 7.3.4 > > I ran the test scripts and everything seems to be working. However when > I ran the setup script i get this from my terminal: > newgreg$ sudo "$setup_script" > Setting up OSX SrvrPowerCtrl helper scripts for user newgreg .. > sed: /usr/local/sbin/spc-sleep.sh: Not a directory > sed: /usr/local/sbin/spc-hibernate.sh: Not a directory > sed: /usr/local/sbin/spc-wakeup.sh: Not a directory > sed: /usr/local/sbin/spc-restart.sh: Not a directory > rm: /usr/local/sbin/spc-sleep.sh-e: Not a directory > rm: /usr/local/sbin/spc-hibernate.sh-e: Not a directory > rm: /usr/local/sbin/spc-wakeup.sh-e: Not a directory > rm: /usr/local/sbin/spc-restart.sh-e: Not a directory > chmod: /usr/local/sbin/spc-sleep.sh: Not a directory > chown: /usr/local/sbin/spc-sleep.sh: Not a directory > chmod: /usr/local/sbin/spc-hibernate.sh: Not a directory > chown: /usr/local/sbin/spc-hibernate.sh: Not a directory > chmod: /usr/local/sbin/spc-wakeup.sh: Not a directory > chown: /usr/local/sbin/spc-wakeup.sh: Not a directory > chmod: /usr/local/sbin/spc-restart.sh: Not a directory > chown: /usr/local/sbin/spc-restart.sh: Not a directory > Done! Helper scripts installed to /usr/local/sbin. /etc/sudoers has > been updated for user newgreg. > > so I can successfully shut down my server/computer from the remote but > I can't suspend/sleep my computer. any ideas? I've looked at the logs > and there doesn't seem to be any obvious cause of the problem. > > thanks! Were you using the latest beta version from http://srvrpowerctrl.googlecode.com/svn/beta.xml? I redid the OSX install script last October. Let me go back and check it to make sure that it creates /usr/local/sbin if it doesn't exist. OSX (which I don't have all that much experience with) doesn't always include all the directories that most other unix variants do. E.g. there's no /var/lock directory either.
In the mean time, if you execute a: # sudo mkdir -p /usr/local/sbin ..in a terminal window and then run the setup script again, I think that ought to get you going. -- gharris999 ------------------------------------------------------------------------ gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
