From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 14:47:33 2003 Return-Path: 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 369F737B401 for ; Wed, 23 Jul 2003 14:47:33 -0700 (PDT) Received: from webmail.xmission.com (webmail.xmission.com [198.60.22.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E4043FA3 for ; Wed, 23 Jul 2003 14:47:30 -0700 (PDT) (envelope-from sedwards@qrwsoftware.com) Received: from www by webmail.xmission.com with local (Exim 3.35 #1) id 19fRSL-00025n-00; Wed, 23 Jul 2003 15:47:29 -0600 Received: from 12-209-161-120.client.attbi.com (12-209-161-120.client.attbi.com [12.209.161.120]) by webmail.xmission.com (IMP) with HTTP for ; Wed, 23 Jul 2003 15:47:29 -0600 Message-ID: <1058996849.3f1f0271afd48@webmail.xmission.com> Date: Wed, 23 Jul 2003 15:47:29 -0600 From: sedwards@qrwsoftware.com To: oremanj@get-linux.org References: <1058981768.3f1ec788d0125@webmail.xmission.com> <20030723103628.K68935@thor.65535.net> <1058995718.3f1efe06829fa@webmail.xmission.com> <20030723213656.GA2173@webserver> In-Reply-To: <20030723213656.GA2173@webserver> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 cc: questions@freebsd.org Subject: Re: Any way to stop a remote box gone crazy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2003 21:47:33 -0000 Quoting oremanj@get-linux.org: > On Wed, Jul 23, 2003 at 03:28:38PM -0600 or thereabouts, > sedwards@qrwsoftware.com wrote: > > > > I get the same Segmentation fault when I try to run dmesg. I'm using > the > > bash shell. Oddly enough I can run sh though. Another odd thing if I > try > > to use cat with bash I get: > > > > -bash: cat: command not found > > > > but I get this if I run cat from sh: > > > > cat: no such device or address > > Wild guess: do you have LD_PRELOAD set? Quick test: > unset LD_PRELOAD > cat /dev/null > > -- Josh > I love computers, they have such a strange sense of humor. ;-) This is what happened: sedwards@marconi:sedwards$ unset LD_PRELOADConnection to itsallgoodradio.net closed by remote host. Connection to itsallgoodradio.net closed. [sedwards@edison sedwards]$ ssh itsallgoodradio.net ssh_exchange_identification: Connection closed by remote host Is there anything besides dmesg that I should check when someone gets to the console (assuming they can login at the console), before rebooting? Thanks -Scott