Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-16 Thread gharris999
move to the bottom of the page? -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-16 Thread gharris999
check the /etc/sudoers list and if the squeezecenter privileges exist not to rewrite them. They are now in my sudoers list 3 times :-) Good point. I'll work on that. Are you running 7.4 from the nightly deb or from svn? If from svn, which branch? -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-16 Thread gharris999
effect is that block/unblock doesn't operate. Perhaps you want to mention this in the install doc ? Good point. I'll try to remember to add a note on this. -- gharris999 gharris999's Profile: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-16 Thread gharris999
is cleared. And for folks who will have a healthy suspicion seeing a request for user credentials in this context...I'll provide an alternate method. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-16 Thread gharris999
against the downloaded zipfile at install time. This isn't perfect security, by any means, but I think it covers the basics. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-18 Thread gharris999
indicate that you've installed it to the former, and ReallyPreventStandby can't operate in that location. Look for a folder named Plugins...if this is the first user plugin that you've installed, it ought to be empty or nearly so. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-19 Thread gharris999
really include this info in the troubleshooting help file. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-21 Thread gharris999
rethink this whole approach and instead of using waitable timers to do this, try programming the system task scheduler instead. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-21 Thread gharris999
the server alone, it now and then sends a hibernate action for no apparent reason. THATS no good. You may have uncovered a bug. Let me look into this. Thanks. -- gharris999 gharris999's Profile: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-21 Thread gharris999
report on this: http://bugs.slimdevices.com/show_bug.cgi?id=12477 As they say in Chicago, Vote early and often. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-21 Thread gharris999
this into the system log: Jun 21 13:51:32 localhost username: SrvrPowerCtrl 13:49:32 Not Idle -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-21 Thread gharris999
service. Try deleting the server log. I think it's possible that you will find that the log is locked. On the other hand, if you can confirm that it's not...all the better...you'll have saved me some testing time. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-22 Thread gharris999
Z and Michael H have set me on the path to quote enlightenment. [% FILTER html_entity %]...who knew? Anyway, quotes in commands will work just fine in the next version...without the need to substitute backticks for the real thing. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-22 Thread gharris999
need to set my own log, collect my data, analyze the results and find out where I'm going wrong in the code. If you think it's more subtle than that, then yes, a debug log would be helpful. -- gharris999 gharris999's Profile

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-22 Thread gharris999
(139) Players are idle: 43 minutes left in the idle countdown.. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-22 Thread gharris999
entries for your missing minute. I just posted a snapshot of the latest code, including the quote fix you requested and the improvements in those debug messages. You can download it from: http://srvrpowerctrl.googlecode.com/svn/SrvrPowerCtrl_20090622.zip -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-23 Thread gharris999
it, don't you think? I'll make that change and post a message back here when I've committed the code. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-23 Thread gharris999
minutes? You could just configure the IsIdleWaiting_cmd as empty...so nothing happens. This sort of approach, while it will clutter up the settings page, would potentially give you more control. -- gharris999 gharris999's

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-23 Thread gharris999
problem, I suspect that my 'HasBeenSetup' code will be blocked until sudo times-out waiting for a password. And that would be really, really bad: having the settings page blocked from opening for 5 minutes, the default sudo timeout period. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-23 Thread gharris999
address post #782. Both have drawbacks. But pick one, please. Now, which post raises the next issue you'd like to see handled? -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-23 Thread gharris999
mvordeme;434801 Wrote: Can't you arrange for the watchdog to wake up when a player starts streaming music? Actually, yes...now that I think about it. This is a good idea...and a way to address any failure of the OnWakeupWatchdog to catch a system resume. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-25 Thread gharris999
again. That should work for you, shouldn't it? Anyway, thank you for being patient with me and taking the time to explain exactly what it was that you needed. I should have a new snapshot version posted by Friday. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-30 Thread gharris999
to SqueezeNetwork: checked. Idle Player Monitor: Action to take after idle time: Suspend to SqueezeNetwork. On-wakeup Actions: Restore SqueezeNetwork connected players on wakeup: checked. It should then function exactly as you wish. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-30 Thread gharris999
mvordme: I've posted a new snapshot that should do what you need it to do. Try: http://srvrpowerctrl.googlecode.com/svn/SrvrPowerCtrl_20090629.zip -- gharris999 gharris999's Profile: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-30 Thread gharris999
player's real MAC addresses, obviously. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-01 Thread gharris999
). Is there a way to distinguish between a service stop (i.e. system halt) and a service restart...i.e a system restart. I assume that in the latter case, you wouldn't want all your players shuttled over to SN. So...I'll experiment with this. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-01 Thread gharris999
: sudo /var/lib/squeezecenter/cache/InstalledPlugins/Plugins/SrvrPowerCtrl/scripts/Debian/srvrpowerctrl-setup.sh -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-01 Thread gharris999
when I post a version that supports this. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-01 Thread gharris999
. This 'snapshot' version is not installable by the Extension Downloader, although I think you could manually install it OVER the released version. I should have a new full-blown release in a week or so. I'm working on updating the help files. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-01 Thread gharris999
. $g{hPreviousAction}-{action} . .); } # Kill the watchdogs' timer Plugins::SrvrPowerCtrl::Watchdog::ActivateSPCWatchdog(0); } -- gharris999 gharris999's Profile: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-01 Thread gharris999
of SrvrPowerCtrl with 7.4 lately. Is it still working? -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-01 Thread gharris999
down the NAS. Any ideas? Sorry, it just won't work sans sudo. But some cursory googling seems to indicate that you CAN install sudo to the QNAP: http://forum.qnap.com/viewtopic.php?f=50t=15152p=69958hilit=sudo#p69958 -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-01 Thread gharris999
the Server (the SbS Server!), goes off-line, i.e. even when it is suspended/hibernated. Yes, when the OS stops the SbS service, that function gets called. This had been the only case not covered by SrvrPowerCtrl. And this feature plugs that hole. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-01 Thread gharris999
time to react to the request. On windows, I think you'd need a helper-app running in the background listening for system power management messages and CLIing SrvrPowerCtrl when it hears that the system is going into hibernation. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-01 Thread gharris999
like to see? -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-02 Thread gharris999
is blocked and thus won't suspend the system on idle. Once the user logs off, srvrpowerctrl gets permission to suspend on idle player timeout once again. This would duplicate the facility SrvrPowerCtrl has now on OSX. Your thoughts? -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-02 Thread gharris999
proceed further, you need to really find out what user account SqueezeCenter runs under on the QNAP. If the method I proposed above doesn't work, then I suggest you ask on the 3rd party hardware forum. -- gharris999 gharris999's

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-02 Thread gharris999
of the ED installable versions as official releases and the SrvrPowerCtrl_mmdd.zip versions in the svn repository as 'beta' releases. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-02 Thread gharris999
. -- 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

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-02 Thread gharris999
do you get? I'm running Vista 64 here, but I haven't tested SrvrPowerCtrl with it yet. Perhaps it's time that I do. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-02 Thread gharris999
. -- 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

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-03 Thread gharris999
for all your attention to this. I'm not going to be able to look at this for a couple of days, though. I'll let you know when I figure something out. -- gharris999 gharris999's Profile: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] How do you use this on the iphone?

2009-07-05 Thread gharris999
before you buy iPeng. There are some differences between the two and I think you'll find that the native app works significantly faster than the plugin. I'm a big, big fan of the native app. -- gharris999 gharris999's Profile

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-11 Thread gharris999
or hibernate are applicable? Because they're unneeded, or because there are no commands to support those functions on the QNAP? -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-11 Thread gharris999
; default: return DefWindowProc(hWnd, message, wParam, lParam); } ..and that's about all that's possible. -- gharris999 gharris999's Profile: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-11 Thread gharris999
. hybrid sleep slipping directly into hibernation. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-12 Thread gharris999
if the bad behavior persists. And if it persists after that, then I think you'll need to switch SrvrPowerCtrl's logging to debug and we'll go from there. Thanks for all this. -- gharris999 gharris999's Profile: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-15 Thread gharris999
? No modification need here. Just change the Suspend to SqueezeNetwork command to a benign or non-existent one and change the on-idle action to Suspend to SN. This should result in the behavior that you're looking for. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-15 Thread gharris999
Apply and then restart SqueezeCenter. SrvrPowerCtrl should then give you much more info to go on. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-18 Thread gharris999
$CLIPort echo Done! Copy this script to /usr/bin and execute it from a terminal prompt via: # sudo update.sh You could create a similar script for your backups by wrapping an rsync command in setblock and clearblock calls. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-20 Thread gharris999
, restart the server, see if you can duplicate the conditions that caused SqueezeCenter to restart and then post the log. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-07-21 Thread gharris999
://forums.slimdevices.com/forumdisplay.php?f=3 -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: muso (beta)

2009-07-28 Thread gharris999
site. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=57629 ___ plugins

Re: [SlimDevices: Plugins] SrvrPowerCtrl - End of Day action

2009-08-04 Thread gharris999
). Provide a check-box option in the settings to specifically opt-in for EOD wakeup. --or-- 2). Only schedule EOD wakeup if the EOD action is set to a custom script. Which makes more sense to you? Or do you have another idea? -- gharris999

Re: [SlimDevices: Plugins] Looking for a basic timer plugin

2009-08-04 Thread gharris999
Are you talking about turning the server hardware on and off at specific times, or starting and stopping SqueezeCenter? Actually, SrvrPowerCtrl can be configured to do either. What sort of hardware and OS are you running? -- gharris999

Re: [SlimDevices: Plugins] SrvrPowerCtrl - End of Day action

2009-08-07 Thread gharris999
be a quick suspend. Thus the server would be awake for a shorter time for the chores. This would suit my purposes, anyway. I'm just not sure I've thought through all the (potentially unintended) consequences here. -- gharris999

Re: [SlimDevices: Plugins] SrvrPowerCtrl - End of Day action

2009-08-10 Thread gharris999
programmed it to function this way from the start. Thanks for prompting me on this. I'll post here when I've got this code up and you can let me know if it serves your purpose. -- gharris999 gharris999's Profile: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-10 Thread gharris999
management for WHS than SrvrPowerCtrl delivers. I've attempted to add some features to SrvrPowerCtrl to make it compatible with LightsOut. But I don't have a WHS box with LightsOut on it yet to be able to test these modifications. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-10 Thread gharris999
steve0564;447355 Wrote: Hi, no, I havn't read all posts of this thread. Life is too short to read this whole thread. Pick up one of those heavy tombs like 'Finnegan's Wake' or 'Infinite Jest' that you've been putting off and read that instead. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-10 Thread gharris999
that you've configured SC to. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-11 Thread gharris999
Win7 64b installed...which will be...I don't know...when I get around to it, I guess. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-12 Thread gharris999
. The sleep.exe utility referenced in the batch file is a free utility included in the Windows 2003 server RTK...which is a free download from Microsoft. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-12 Thread gharris999
or so when MS launches Security Essentials./rant -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] SrvrPowerCtrl - End of Day action

2009-08-14 Thread gharris999
project that has my house so trashed that I can't think straight: can't even find a hammer, let alone think through logical problems in code. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-16 Thread gharris999
: http://srvrpowerctrl.googlecode.com/svn/repo.xml Do you see the XML file or do you get an error? Also, which version of SqueezeCenter are you using: 7.3.4? 7.4? -- gharris999 gharris999's Profile: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-17 Thread gharris999
tell me, I'll try to provide an example script. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-17 Thread gharris999
moonsorrox;449209 Wrote: @gharris999 I use SqueezeCenter 7.3.3..!! What can I do I just tested SrvrPowerCtrl with Squeezebox Server 7.4, installing via the extension downloader and the http://srvrpowerctrl.googlecode.com/svn/repo.xml repo file. Every thing worked just fine for me. I'll test

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-17 Thread gharris999
and other utilities as part of the Windows Server 2003 Resource Tool Kit from here: http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffddisplaylang=en -- gharris999 gharris999's Profile: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-17 Thread gharris999
. is the sever pulling the data as part of the backup routine? Or are the clients initiating the ftp session and pushing the data to the server? If so, what's the OS on the client machines? -- gharris999 gharris999's Profile: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-17 Thread gharris999
. -- 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

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-17 Thread gharris999
://srvrpowerctrl.googlecode.com/files/SrvrPowerCtrl_latest.zip -O SrvrPowerCtrl.zip unzip ./SrvrPowerCtrl.zip sudo /var/lib/squeezecenter/Plugins/SrvrPowerCtrl/scripts/Debian/srvrpowerctrl-setup.sh sudo /etc/init.d/squeezecenter start I hope this gets you up and running. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-17 Thread gharris999
-- 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

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-17 Thread gharris999
sudo visudo This will open /etc/sudoers in the nano editor. Then just change 'squeezecenter' entries to 'squeezebox'. I'll have to figure out how I'm going to make my setup scripts version aware. -- gharris999

Re: [SlimDevices: Plugins] Google Voice, anyone?

2009-08-17 Thread gharris999
beta is closed for now. I just signed up for an invitation and got a message back saying that I'd be notified when Google opens gvoice up to more users. -- gharris999 gharris999's Profile: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-17 Thread gharris999
. Just an idea. Yes, I think you're right. That's the way to do it. Thanks for that! -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-18 Thread gharris999
moonsorrox;449420 Wrote: @gharris999 sorry, today, now I can install on as Webinterface..! ;-) everything OK Many Thanks! Any idea why this suddenly worked? Did Mercury come out of retrograde? Did you have to sacrifice a chicken? -- gharris999

Re: [SlimDevices: Plugins] Wake on lan etc

2009-08-23 Thread gharris999
You might also be able to do this without the video sound drivers if install the Intel INF update utility: http://downloadcenter.intel.com/download.aspx?url=/16023/a08/infinst_autol.exeDwnldId=16023ProductID=816lang=eng -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-25 Thread gharris999
? -- 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 plugins

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-27 Thread gharris999
to see what's going on. Is there a free or trial-ware version of LightsOut available? -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com

Re: [SlimDevices: Plugins] Announce: Headphone Switcher for Squeezebox Duet

2009-08-28 Thread gharris999
Bravo! I'll give this a try! -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=67139

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-30 Thread gharris999
with LightsOut. I'll let you know when I've got this configuration up and running and you can help direct me through some tests. Thanks. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-08-30 Thread gharris999
about Jason Holtzapple's PowerSave plugin can be found here: http://bitflip.net/slim/ Information about PeterW's PowerCenter plugin can be found here: http://www.tux.org/~peterw/slim/PowerCenter.html -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-09-06 Thread gharris999
determining which device or client woke the system up via WOL. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-09-22 Thread gharris999
That is useful to know. Thank you. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-09-23 Thread gharris999
sure it's set to enable. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-09-24 Thread gharris999
. -- 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

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-09-24 Thread gharris999
. Since this issue is hardware linux specific, this discussion could conceivably retire to the linux or 3rd party hardware forum. The OP is right, though. I ought to have some links devoted to WOL troubleshooting in the documentation. -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-09-29 Thread gharris999
passed my tests, I'll post it to the repo and you folks can have at it. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-09-30 Thread gharris999
I'll be in Montreal for a month, confronting my fracophobia. Comment dit-on Désolé, mais, any attempt on my part to parle en français may cause you brain damage. en français? -- gharris999 gharris999's Profile: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-10-04 Thread gharris999
for the month. (I'm up here as a refugee from a particularly nasty phase of my house remodeling project.) I do hope to get a new version out sometime this week. Thanks for your patience. -- gharris999 gharris999's Profile: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-10-07 Thread gharris999
and not require editing the actual plugin code. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-10-08 Thread gharris999
understand what you're getting at. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-10-08 Thread gharris999
have more questions if I don't exactly understand what you're getting at. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-10-09 Thread gharris999
/pmset -a hibernatemode 1 $log_file # Wait 3 seconds to let the setting settle.. /bin/sleep 3 # Put the system into hibernation.. /sbin/shutdown -s now -- gharris999 gharris999's Profile: http

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-10-09 Thread gharris999
on this. -- 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 plugins

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-10-09 Thread gharris999
new code? -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-10-11 Thread gharris999
://code.google.com/p/srvrpowerctrl/source/browse/ -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-10-11 Thread gharris999
an exception here. -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-10-11 Thread gharris999
radiant hydronics tubing before the concrete got poured the next morning. So, escaping from one remodeling project only to be sucked into another. Comment dit-on 'out of the frying pan, into the fire' en français? -- gharris999

Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-10-14 Thread gharris999
a 'belt+suspenders' approach here. What do you suggest? Does this need to become a note in the readme file? -- gharris999 gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http

  1   2   3   4   5   6   7   8   9   10   >