From owner-freebsd-questions@FreeBSD.ORG Mon Oct 23 20:06:19 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 670C416A416 for ; Mon, 23 Oct 2006 20:06:19 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B94B743D60 for ; Mon, 23 Oct 2006 20:06:04 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.8) id k9NK5wH6017796; Mon, 23 Oct 2006 15:05:58 -0500 (CDT) (envelope-from dan) Date: Mon, 23 Oct 2006 15:05:58 -0500 From: Dan Nelson To: Evren Yurtesen Message-ID: <20061023200557.GB53901@dan.emsphone.com> References: <453D191B.4000003@ispro.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <453D191B.4000003@ispro.net> X-OS: FreeBSD 6.2-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.13 (2006-08-11) Cc: questions@freebsd.org Subject: Re: whois weirdness... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 20:06:19 -0000 In the last episode (Oct 23), Evren Yurtesen said: > When I do whois from my FreeBSD 6-stable boxes I am receiving funny answers. > > For example when I do whois microsoft.com I get totally unrelated > data. However whois works just as expected from some linux boxes I > tried. > > Can anybody explain why this is happening? "whois microsoft.com" actually prints more unrelated data on a Debian box than a FreeBSD one (Debian drills into each match where FreeBSD just lists them one per line). If you don't want a substring match, prepend your query with an "=": whois "=microsoft.com" -- Dan Nelson dnelson@allantgroup.com