From owner-freebsd-stable Sun Jul 30 13:57:48 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 53E5D37B54D for ; Sun, 30 Jul 2000 13:57:31 -0700 (PDT) (envelope-from cjc@184.215.6.64.reflexcom.com) Received: from 184.215.6.64.reflexcom.com ([64.6.215.184]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 30 Jul 2000 13:56:32 -0700 Received: (from cjc@localhost) by 184.215.6.64.reflexcom.com (8.9.3/8.9.3) id NAA25536; Sun, 30 Jul 2000 13:57:25 -0700 (PDT) (envelope-from cjc) Date: Sun, 30 Jul 2000 00:11:00 -0700 From: "Crist J. Clark" To: freebsd-stable@freebsd.org Subject: Telnet Problem Message-ID: <20000730001100.G7953@cjc-desktop.reflexcom.com> Reply-To: cjclark@alum.mit.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Status: RO Lines: 30 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [This mail was resent due to delivery problems. If you have received it twice, please ignore. Sorry for any inconvenience.] I have been having some trouble with telnet on a specific machine since a make-world a week ago. I've traced the problem to something specifically to do with the "secure" version of telnet, which is the one that ends up getting installed. If I go up into the object tree to check the "regular" telnet out, [101:~] cd /usr/obj/usr/src/usr.bin/telnet [102:/usr/obj/usr/src/usr.bin/telnet] ./telnet nsmail Trying 1.2.3.4... Connected to nsmail.myorg.org Escape character is '^]'. login: But if I go to secure telnet, [103:/usr/obj/usr/src/usr.bin/telnet] cd ../../secure/usr.bin/telnet [104:/usr/obj/usr/src/secure/usr.bin/telnet] ./telnet nsmail nsmail: No address associated with hostname It seems like the host lookup is broken. Note that those commands really were run back-to-back. The fact that one works and that all other commands do not seem to have trouble with host lookups makes me think the problem is with the secure telnet. Any ideas what to do? I did rebuild the secure telnet, no joy. Didn't do a complete make-world, not without some hope it might help. -- Crist J. Clark cjclark@alum.mit.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message