LWN: Comments on "Shut down idle computers on your network automatically (IBM developerWorks)" https://lwn.net/Articles/304502/ This is a special feed containing comments posted to the individual LWN article titled "Shut down idle computers on your network automatically (IBM developerWorks)". en-us Sun, 21 Sep 2025 13:53:08 +0000 Sun, 21 Sep 2025 13:53:08 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Shut down idle computers on your network automatically (IBM developerWorks) https://lwn.net/Articles/306133/ https://lwn.net/Articles/306133/ skeptik <div class="FormattedComment"> A windows service that shutsdown idled windows worstation (Python Free Software) :<br> <p> <a rel="nofollow" href="http://kik-it.homelinux.org/downloads/PYTHON_STUFF/UserIdleWinShutdown.zip">http://kik-it.homelinux.org/downloads/PYTHON_STUFF/UserId...</a><br> <p> simple howto (in french) : <a rel="nofollow" href="http://kik-it.homelinux.org/static.php?page=UserIdleWinShutdown">http://kik-it.homelinux.org/static.php?page=UserIdleWinSh...</a><br> <p> </div> Thu, 06 Nov 2008 10:54:13 +0000 Argus... (x 2) ? https://lwn.net/Articles/305239/ https://lwn.net/Articles/305239/ jmmc <div class="FormattedComment"> First, I read devworks often, my vote: worthy link.<br> <p> I second the comment above for a 'how to turn PCs back _on_ after a specified off interval had elapsed' extension - I had wondered same thing.<br> <p> Also, via googling, you'll find there are two (2) net mon projects, both actively developed, which use the name Argus:<br> <p> <a href="http://qosient.com/argus/">http://qosient.com/argus/</a> (mentioned in the article, also, 'masked' in Gentoo..sigh... ;)<br> <p> and<br> <p> <a href="http://argus.tcp4me.com/">http://argus.tcp4me.com/</a><br> <p> Afaict, neither project seems to reference the other in their 'history' (unless I missed it...I scanned it pretty quickly, so feel free to check me on that).<br> <p> Also found this, a research oriented link also related to network monitoring:<br> <p> <a href="http://www.cs.cornell.edu/estan/CS614/Survey.html">http://www.cs.cornell.edu/estan/CS614/Survey.html</a> (undated, but doesn't seem to point to either of the two links above).<br> <p> </div> Thu, 30 Oct 2008 13:33:57 +0000 Shut down idle computers on your network automatically (IBM developerWorks) https://lwn.net/Articles/305243/ https://lwn.net/Articles/305243/ alfille <div class="FormattedComment"> You should publish more about your work. It sounds like the start of a great open source project.<br> </div> Thu, 30 Oct 2008 13:01:39 +0000 Shut down idle computers on your network automatically (IBM developerWorks) https://lwn.net/Articles/305011/ https://lwn.net/Articles/305011/ zlynx <div class="FormattedComment"> When the Sun goes into a cooler burn cycle and ice coats the northern latitudes, you'll be glad for the extra heat from your SETI@Home cluster!<br> </div> Wed, 29 Oct 2008 03:37:33 +0000 Shut down idle computers on your network automatically (IBM developerWorks) https://lwn.net/Articles/304755/ https://lwn.net/Articles/304755/ Cato <div class="FormattedComment"> That's great in the short term for those projects, but it would be good if we still have a planet that is livable in the long term (fewer severe weather events, less mass migration from unlivable areas, less resource conflict/wars, etc), so reducing electricity usage is well worth it - see <a href="http://en.wikipedia.org/wiki/Global_warming">http://en.wikipedia.org/wiki/Global_warming</a>. <br> <p> Data centers use about 1.2% of all US power, less than some estimates but still growing fast - see <a href="http://www.energystar.gov/ia/products/downloads/koomeysummaryondatacenterpower.pdf">http://www.energystar.gov/ia/products/downloads/koomeysum...</a><br> <p> I'm sure this will cue an interesting discussion...<br> </div> Mon, 27 Oct 2008 08:22:27 +0000 Shut down idle computers on your network automatically (IBM developerWorks) https://lwn.net/Articles/304754/ https://lwn.net/Articles/304754/ Cato <div class="FormattedComment"> Interesting article but it mentions Argus without actually saying what it does: turns out it's a real-time monitor for network traffic flows, so the definition of 'inactive' is based on network activity. This could be a problem if the machine was running an antivirus scan, periodic fsck, etc, so it would be better to also enable SNMP agents and check for certain processes via the MIBs available on most OSs, and maybe for CPU usage. This could be added into the centralised monitor approach quite easily, and it has the merit of being agnostic to the type of OS on managed systems.<br> </div> Mon, 27 Oct 2008 08:16:00 +0000 Shut down idle computers on your network automatically (IBM developerWorks) https://lwn.net/Articles/304581/ https://lwn.net/Articles/304581/ ledow <div class="FormattedComment"> I would think that this being an article on networks, it would make more sense to keep one computer running and have that sort out the timing, rather than rely on each client's BIOS to do the right thing at the right time with any synchronicity, through power failures, etc. Some BIOS don't even have this option, or it's buggy, or it fails to take account of Daylight Savings, or it just doesn't work at all, or it's inflexible. And what if you *need* to wake up the stations at an previously unscheduled time? You're falling back on WOL or manual intervention anyway.<br> <p> Personally, I use WOL with a central server in the school I work in. It has it's /etc/ethers filled out and a script to sort out groups of computers (e.g. wake up classrooms, wake up ICT Suite, wake up office machines, etc.).<br> <p> The client computers (including a couple of Linux servers which do filtering/caching/etc.) shut down when the last user logs off or it hits a certain time (some idiot always leaves one logged on for no reason). In the morning, I can wake the entire ICT Suite or similar with a scheduled task fired off by either a Linux or Windows server, depending on what it's being woken up for. I can also just run the same script at any time if there's an unscheduled class that wants to use them quickly or if there's been a power problem that has resolved itself. The computer running the flashy LCD display at the front of the school comes up and down on its own schedule using WOL fired off by the same servers.<br> <p> Cron jobs, scripts and WOL - it's the best solution I've found. With suitable fiddling, I've even had the computers boot up each night when the server has switched into "maintenance" mode - they boot off the network, where the PXE boots into a special boot disk (only between scheduled hours etc.) which does some maintenance/testing on the machines and could even rebuild the entire machine from scratch, they then shutdown and the server switches back into normal mode just before the day starts in order to continue operation as normal.<br> <p> The only problem I have with that is the cleaners who love to switch stuff off and unplug it but that's just a universal bane of IT anyway...<br> </div> Fri, 24 Oct 2008 09:20:20 +0000 Shut down idle computers on your network automatically (IBM developerWorks) https://lwn.net/Articles/304576/ https://lwn.net/Articles/304576/ niner <div class="FormattedComment"> Well, Linux has it, too. For example kpowersave supports auto-suspend after a defined <br> interval of inactivity.<br> </div> Fri, 24 Oct 2008 07:40:24 +0000 Shut down idle computers on your network automatically (IBM developerWorks) https://lwn.net/Articles/304574/ https://lwn.net/Articles/304574/ TRS-80 ACPI has a standard way of setting a wakeup time - check out the <a href="http://www.mythtv.org/wiki/index.php/ACPI_Wakeup">MythTV wiki</a> for more details. Fri, 24 Oct 2008 06:34:43 +0000 Shut down idle computers on your network automatically (IBM developerWorks) https://lwn.net/Articles/304570/ https://lwn.net/Articles/304570/ quozl <div class="FormattedComment"> Pity the article didn't cover how to start the computers up again at a scheduled time. I'd be able to shutdown or suspend more of them if I could do that. Both wake-on-lan (WOL) and BIOS or RTC alarms. I wonder if there is a standard way to wake at a set time?<br> </div> Fri, 24 Oct 2008 05:12:34 +0000 Shut down idle computers on your network automatically (IBM developerWorks) https://lwn.net/Articles/304569/ https://lwn.net/Articles/304569/ horen <div class="FormattedComment"> "Shut down idle computers on your network"?!<br> <p> Hell, no!<br> <p> Run SETI@home or join-up with a local academic GRID network.<br> </div> Fri, 24 Oct 2008 05:03:37 +0000 Shut down idle computers on your network automatically (IBM developerWorks) https://lwn.net/Articles/304536/ https://lwn.net/Articles/304536/ MattPerry <div class="FormattedComment"> Windows already has it built in. See the power options in the control panel.<br> </div> Thu, 23 Oct 2008 18:58:05 +0000 Shut down idle computers on your network automatically (IBM developerWorks) https://lwn.net/Articles/304535/ https://lwn.net/Articles/304535/ cma Anythng like that but shutting down Windows workstations? Thu, 23 Oct 2008 18:49:19 +0000