NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Retired_Member
Apr 14, 2013shutdown on inactivity
I have two ReadyNAS Ultra that i use for movies storage. I have configured XBMC to automatically wake-on-lan the NAS when it starts. Problem is that i now need to find a way to automatically shu...
clobberator
Feb 25, 2014Aspirant
You can cobble together your own solution.
Here's an example. You'd need to have some sort of Linux process knowledge. It's not hard to learn. (Really)
http://cubiq.org/shutting-down-linux-if-a-specific-process-is-idle
Also, here's a brief guide on how to tell if a Linux process is idle.
http://linuxshellaccount.blogspot.ca/2009/03/finding-processs-idle-time-on-linux-and.html
So with that, in theory you can put together a script that ends in
# shutdown -now
to shut down the NAS.
Here's an example. You'd need to have some sort of Linux process knowledge. It's not hard to learn. (Really)
http://cubiq.org/shutting-down-linux-if-a-specific-process-is-idle
Also, here's a brief guide on how to tell if a Linux process is idle.
http://linuxshellaccount.blogspot.ca/2009/03/finding-processs-idle-time-on-linux-and.html
So with that, in theory you can put together a script that ends in
# shutdown -now
to shut down the NAS.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!