From owner-freebsd-stable Fri Aug 17 4:32:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dell-serv-1.phoenixmedical.co.uk (dell-serv-1.phoenixmedical.co.uk [213.38.153.186]) by hub.freebsd.org (Postfix) with SMTP id 7F54E37B403 for ; Fri, 17 Aug 2001 04:32:21 -0700 (PDT) (envelope-from tpalfi@phoenixmedical.co.uk) Received: from no.name.available by dell-serv-1.phoenixmedical.co.uk via smtpd (for hub.freebsd.org [216.136.204.18]) with SMTP; 17 Aug 2001 11:19:14 UT Received: by dell-serv-1.phoenixmedical.co.uk with Internet Mail Service (5.5.2650.21) id ; Fri, 17 Aug 2001 12:10:41 +0100 Message-ID: <99A83EE8C34AD311809C009027936117144AFA@dell-serv-1.phoenixmedical.co.uk> From: Tomas Palfi To: "'freebsd-stable@FreeBSD.ORG'" Subject: telnet Date: Fri, 17 Aug 2001 12:10:39 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi when telneting my server, the server waits for a relatively long time (about 20s) before it connects me. it used to work fine and instantly untill i have tried to ftp particular library sites. it didn't connect me and i HUPed the sockets that were trying to connect with kill command (silly thing to do). i've checked the inetd.conf file and the entry for telnet is telnet stream tcp nowait root /usr/libexec/telnetd telnetd in fact i haven't made any changes to this file. when checking sockstat -4 for ip-v4 it shows that: USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS root telnetd 332 0 tcp4 xxx.xxx.xxx.xxx:23 xxx.xxx.xxx.xxx:1173 root telnetd 332 1 tcp4 xxx.xxx.xxx.xxx:23 xxx.xxx.xxx.xxx:1173 and the rest for other sock's i am able to connect but why it takes such a long time?? is it something to do with the nowait and listening on that port? would anyone know please thank you -- Tomas Palfi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message