Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2000 10:34:22 +0900 (JST)
From:      nakaji@jp.freebsd.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/21637: [telnet] No address associated with hostname
Message-ID:  <200009290134.e8T1YMm04912@nakaji.tutrp.tut.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         21637
>Category:       bin
>Synopsis:       [telnet] No address associated with hostname
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 28 18:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     NAKAJI Hiroyuki
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

	FreeBSD nakaji.tutrp.tut.ac.jp 5.0-CURRENT 
	FreeBSD 5.0-CURRENT #0: Mon Sep 25 12:32:57 JST 2000
	root@:/home2/obj/usr/src/sys/NAKAJI  i386

>Description:

	I am not sure when it happened, because I usually use SSH.

	Telnet always complains:
	host: No address associated with hostname
	even if host is "localhost". Any other network tools such as "ftp"
	works good. For example,

	$ telnet localhost
	localhost: No address associated with hostname
	$ telnet nakaji.tutrp.tut.ac.jp
	nakaji.tutrp.tut.ac.jp: No address associated with hostname
	$ ftp localhost
	Connected to localhost.tutrp.tut.ac.jp.
	220 nakaji.tutrp.tut.ac.jp FTP server (Version wu-2.6.1(1) Mon Sep 25 17:48:22 JST 2000) ready.
	Name (localhost:nakaji):

	Telnet is /usr/bin/telnet made on Sep/21/2000 and installed 
	on Sep/25/2000.

	$ type -a telnet
	telnet is /usr/bin/telnet
	$ ls -l /usr/bin/telnet 
	-r-xr-xr-x  1 root  wheel  97788   9/25 11:47 /usr/bin/telnet
	$ ldd /usr/bin/telnet
	/usr/bin/telnet:
		libncurses.so.5 => /usr/lib/libncurses.so.5 (0x28079000)
		libcrypto.so.1 => /usr/lib/libcrypto.so.1 (0x280ba000)
		libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x28175000)
		libmp.so.3 => /usr/lib/libmp.so.3 (0x2818a000)
		libipsec.so.1 => /usr/lib/libipsec.so.1 (0x28194000)
		libc.so.4 => /usr/lib/libc.so.4 (0x2819a000)

	I have no /etc/host.conf but /etc/msswitch.conf :

	$ cat /etc/nsswitch.conf 
	hosts: files dns 
	passwd: files
	group:  files

>How-To-Repeat:


>Fix:



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009290134.e8T1YMm04912>