From owner-freebsd-questions@FreeBSD.ORG Fri Jul 6 11:21:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF52116A41F for ; Fri, 6 Jul 2007 11:21:39 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from astro.systems.pipex.net (astro.systems.pipex.net [62.241.163.6]) by mx1.freebsd.org (Postfix) with ESMTP id B857313C448 for ; Fri, 6 Jul 2007 11:21:39 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.23.2] (62-31-10-181.cable.ubr05.edin.blueyonder.co.uk [62.31.10.181]) by astro.systems.pipex.net (Postfix) with ESMTP id 2641AE00057C; Fri, 6 Jul 2007 12:21:37 +0100 (BST) Message-ID: <468E25C1.5010107@dial.pipex.com> Date: Fri, 06 Jul 2007 12:21:37 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20070704151326.E91978@fledge.watson.org> <20070705164652.453185d8@turion.freeode.co.uk> <20070706105713.GC11782@gizmo.acns.msu.edu> In-Reply-To: <20070706105713.GC11782@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jerry McAllister , John Murphy Subject: Re: OT: Re: The worst error message in history belongs to... BIND9! 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: Fri, 06 Jul 2007 11:21:40 -0000 Jerry McAllister wrote: >On Thu, Jul 05, 2007 at 04:46:52PM +0100, John Murphy wrote: > > > >>Wasn't there, once upon a time, an error message in FreeBSD which >>reported 'This doesn't look like Kansas, Toto'? >> >> > >I remember seeing that error message somewhere, but do not remember >where or if it was in FreeBSD. > > It's a fortune. Whether it has also ever been an error message I cannot say, but not in 5.4 unless it's well hidden. "Gee, Toto, I don't think we are in Kansas anymore." find /usr/src -type f -print0 | xargs -0 egrep -l Kansas --Alex