lixuewei / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 0 forks source link

Auto Power-Cycle #1195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is not an issue but a suggested feature addition...

Is it possible to include a scheduled / automatic power cycle switch in the 
firmware? I have seen that power cycling the router once in a day improves 
connectivity speeds and the processor keeps performing well... 

This is just my observation and a suggestion.

Original issue reported on code.google.com by Arijit.R...@gmail.com on 22 Mar 2014 at 7:24

GoogleCodeExporter commented 9 years ago
I don't think that actually is a very good idea, but you should be able to 
create a cron job that reboots the Router every-day, add "/sbin/shutdown -rF 
now" as command.

Original comment by gladi...@gmail.com on 22 Mar 2014 at 12:51

GoogleCodeExporter commented 9 years ago
I'm not sure how to do that. I've no idea about Linux commands.. and I use 
Windows 8.1 on my PC

Original comment by Arijit.R...@gmail.com on 22 Mar 2014 at 1:03

GoogleCodeExporter commented 9 years ago
You may use crond: 
https://code.google.com/p/rt-n56u/wiki/CommonTips#Using_the_built-in_scheduler_(
crond)/
You may reboot router by command 'reboot'

Original comment by Dr.Sydorenko.O on 23 Mar 2014 at 5:07

GoogleCodeExporter commented 9 years ago
Just wondering why you think it is not a good idea. For me rebooting it from 
time to time helps keep things snappy and it's not detrimental since everything 
connects back automatically and one can set the auto reboot schedule to come on 
in the early morning when no one or less people are using it (ie. 3-4am) 

Original comment by ipzd...@gmail.com on 18 May 2014 at 9:02

GoogleCodeExporter commented 9 years ago
> For me rebooting it from time to time helps keep things snappy
This is Windows users approach. I've seen many unix systems in production, 
which work for years. Applications running on these servers were not restarted 
during server uptime.

Original comment by d...@soulblader.com on 24 Jan 2015 at 4:24