From owner-freebsd-questions@FreeBSD.ORG Fri Jul 6 22:30:43 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 CC7E016A421 for ; Fri, 6 Jul 2007 22:30:43 +0000 (UTC) (envelope-from freebsd001@freeode.co.uk) Received: from mail.freeode.co.uk (mail.freeode.co.uk [87.127.24.125]) by mx1.freebsd.org (Postfix) with ESMTP id 5F39713C458 for ; Fri, 6 Jul 2007 22:30:43 +0000 (UTC) (envelope-from freebsd001@freeode.co.uk) Received: from turion.freeode.co.uk (turion.freeode.co.uk [10.10.10.7]) by mail.freeode.co.uk (8.13.6/8.13.6) with ESMTP id l66MUfVI017234 for ; Fri, 6 Jul 2007 23:30:41 +0100 (BST) (envelope-from freebsd001@freeode.co.uk) Date: Fri, 6 Jul 2007 23:30:41 +0100 From: John Murphy To: "freebsd-questions@freebsd.org" Message-ID: <20070706233041.66bed513@turion.freeode.co.uk> In-Reply-To: <468E25C1.5010107@dial.pipex.com> References: <20070704151326.E91978@fledge.watson.org> <20070705164652.453185d8@turion.freeode.co.uk> <20070706105713.GC11782@gizmo.acns.msu.edu> <468E25C1.5010107@dial.pipex.com> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 22:30:43 -0000 Alex Zbyslaw wrote: > 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 Seems it was replaced in 2000 with "unable to return to working directory". http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/pkg_install/delete/perform.c.diff?r1=1.20;r2=1.21 -- John.