[Bug 201] telnetd in busybox1.13.3.

bugzilla at busybox.net bugzilla at busybox.net
Fri Mar 20 07:42:55 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=201





--- Comment #4 from Denys Vlasenko <vda.linux at googlemail.com>  2009-03-20 07:42:55 UTC ---
Please do the following: perform 10 or so iterations of
telnet/login/password/exit cycles, then run "ps -a -o comm,pid,ppid" on the
server and show the output.
It should look approximately like this:

COMMAND          PID   PPID
...
svlogd            1084  1001
automount         1086  1001
svlogd            1088   998
svlogd            1170  1002
crond             1172  1002
svlogd            1180   999
svlogd            1193  1003
dnscache          2024   999
pdflush           6153     2
...

(if it does not, your ps lacks support support for -a or -o).

Also, run "ls -l /pid/<pid_of_telnetd>/fd" and show its output too.

Also, please attach your .config to this bug.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list