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> &lt;<a href="mailto:vda.linux@googlemail.com">vda.linux@googlemail.com</a>
&gt; 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>&gt; Hi,<br>&gt;<br>
&gt; I just upgraded from busybox 1.2.1 to 1.5.1. and noticed in difference<br>&gt; in telnetd. Starting the telnet server in version 1.2.1 (by just typing<br>&gt; telnetd) worked without problems. However, when I do the same thing in
<br>&gt; version 1.5.1, I see the following:<br>&gt;<br>&gt; .....!..<br>&gt;<br>&gt; followed by a login prompt in my console. After a while it shows the<br>&gt; message &quot;Login timed out after 60 seconds&quot; and exits. Am I doing
<br>&gt; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-l LOGIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Exec LOGIN on connect<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-f issue_file&nbsp;&nbsp; Display issue_file instead of /etc/issue<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-p PORT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Port to listen to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-b ADDR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Address to bind to
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-F&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stay in foreground<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-i&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>