lixuewei / rt-n56u

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

Console command ping makes the web interface becomes unresponsive #1241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to "Administration - Console"
2. Enter "ping 1.2.3.4" (or any other IP address)
3. Hit "Refresh"

What is the expected output?
After the first ping response arrives, see something lik "64 bytes from 
1.2.3.4: icmp_seq=1 ttl=57 time=12.582 ms"
and a responding web interface.

What do you see instead?
1. Nothing.
2. The web interface becomes unresponsive.
3. SSH login is still possible.
4. Only after killing the ping process, the web interface becomes responsive 
again.

What version of the product are you using?
RT-N56U_3.0.3.7-079_base.trx

Please describe the problem as detailed as it's possible.
If you have connection problem, then syslog file is required. (please do
attach it as a file)
Note that if there will be a poor problem description the issue status will
be changed to 'Invalid'!

Original issue reported on code.google.com by i...@vakantieland.nl on 4 May 2014 at 2:41

GoogleCodeExporter commented 9 years ago
Do not enter commands which have loop output!! (ping, top, etc)
Limit its output to some (not large) value.
ping -c 3 1.2.3.4

Original comment by d...@soulblader.com on 4 May 2014 at 2:54

GoogleCodeExporter commented 9 years ago
RTFM! 

https://code.google.com/p/rt-n56u/wiki/CommonTips#When_you_use_the_ping_command_
in_the_console_is_lost_access_to_W

Original comment by Dr.Sydorenko.O on 4 May 2014 at 3:01