On Thursday 24 January 2008 17:59, Roy Zacharias wrote: > I am new to this list and I have been experience some telnet issues. > Currently, I am using a powerpc board MPC8280 with busybox 1.7.1. I telnet > to my board from my pc and execute a command (i.e. ls -l). I wait 30 > minutes to an hour and then execute another command (same or different as > previous one, doesn't matter). This time, however, I do not see the command > end and the telnet session is not responsive.
It may be just broken TCP session (for example, if you have a stateful firewall in between) Can you do "tcpdump -nlieth0 -s0 port 23" and show the output? -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
