Date: Fri, 18 Feb 2005 02:41:22 -0500 From: Mike Hauber <m.hauber@mchsi.com> To: freebsd-questions@freebsd.org Subject: Re: WHAT KIND OF SH*T IS THIS: telnet and ssh Message-ID: <200502180241.22963.m.hauber@mchsi.com> In-Reply-To: <20050217224731.A488C4BDAA@ws1-1.us4.outblaze.com> References: <20050217224731.A488C4BDAA@ws1-1.us4.outblaze.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 17 February 2005 05:47 pm, Fafa Diliha Romanova wrote: > let's get straight to it: > > whenever i telnet or ssh to something that's offline, i get > e.g.: ssh: hostname.domain.com: hostname nor servname provided, > or not known > > comeon, can't you guys at least change it to: > ssh: hostname.domain.com: unknown > > thanks, > fafa Welcome to open source... try the following command, as it will point out some of the source files you may wish to change and recompile on your system (have it your way, and be advised that the command "may" have wrapped): $ find /usr/src -type f -exec grep "servname provided, or not known" /dev/null {} \; >> ~/omgitssourcery.txt hth, Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502180241.22963.m.hauber>