From owner-freebsd-hackers Fri Sep 29 08:29:51 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA19157 for hackers-outgoing; Fri, 29 Sep 1995 08:29:51 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id IAA19150 for ; Fri, 29 Sep 1995 08:29:47 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id IAA00236; Fri, 29 Sep 1995 08:28:20 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id IAA00239; Fri, 29 Sep 1995 08:29:40 -0700 Message-Id: <199509291529.IAA00239@corbin.Root.COM> To: Christoph Kukulies cc: dennis@etinc.com (dennis), freebsd-hackers@freefall.freebsd.org (user alias) Subject: Re: WD8013 problem In-reply-to: Your message of "Fri, 29 Sep 95 16:11:09 BST." <199509291511.QAA17811@gilberto.physik.rwth-aachen.de> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 29 Sep 1995 08:29:39 -0700 Sender: owner-hackers@FreeBSD.org Precedence: bulk >> > (note the missing login: prompt - it only appears when I type ) > >To clarify: If I do nothing here the prompt never appears >until the connections times out. > >> This happens on several of my FreeBSD machines. I'm not using WD8013s > >see above: Are you sure it's not slow response, process activation >or whatever happens on the server side? I often see 'slow' connections >where the prompt appears after a significant delay. But this is not what >I'm describing. >In my case the prompt appears immediately after I hit return >as if it's already there. This is caused by a race condition in the options negotiation of telnetd and has been recently fixed. This fix was brought into 2.1-stable, and thus will be in the 2.1 release. -DG