Yes, that helped! Thanks for your quick response!<br><br><br><div><span class="gmail_quote">On 6/4/07, <b class="gmail_sendername">Denis Vlasenko</b> <<a href="mailto:vda.linux@googlemail.com">vda.linux@googlemail.com</a>
> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Monday 04 June 2007 21:22, Wijnand Rietman wrote:<br>> Hi,<br>><br>
> I just upgraded from busybox 1.2.1 to 1.5.1. and noticed in difference<br>> in telnetd. Starting the telnet server in version 1.2.1 (by just typing<br>> telnetd) worked without problems. However, when I do the same thing in
<br>> version 1.5.1, I see the following:<br>><br>> .....!..<br>><br>> followed by a login prompt in my console. After a while it shows the<br>> message "Login timed out after 60 seconds" and exits. Am I doing
<br>> something wrong or is this a bug in busybox 1.5.1?<br><br>Full-blown telnetd:<br><br># ./busybox telnetd --help<br>BusyBox v1.7.0.svn (2007-06-04 20:25:28 CEST) multi-call binary<br><br>Usage: telnetd [OPTION]<br>
<br>Handle incoming telnet connections<br><br>Options:<br> -l LOGIN Exec LOGIN on connect<br> -f issue_file Display issue_file instead of /etc/issue<br> -p PORT Port to listen to<br> -b ADDR Address to bind to
<br> -F Stay in foreground<br> -i Run as inetd subservice<br><br>You probably have CONFIG_FEATURE_TELNETD_STANDALONE unset, and therefore<br>your telnetd wolks as if -i option is active.
<br><br>Testing...<br><br><br># ./busybox telnetd -i<br>ÿýÿýÿý!ÿûÿû<br>shadow login: _<br><br>Bingo.<br>--<br>vda<br></blockquote></div><br>