From owner-freebsd-questions@FreeBSD.ORG Mon Apr 10 04:04:03 2006 Return-Path: X-Original-To: freebsd-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 5AFE316A404 for ; Mon, 10 Apr 2006 04:04:03 +0000 (UTC) (envelope-from eol1@yahoo.com) Received: from web51901.mail.yahoo.com (web51901.mail.yahoo.com [206.190.48.64]) by mx1.FreeBSD.org (Postfix) with SMTP id D5C7A43D49 for ; Mon, 10 Apr 2006 04:04:02 +0000 (GMT) (envelope-from eol1@yahoo.com) Received: (qmail 79407 invoked by uid 60001); 10 Apr 2006 04:04:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=mIBNfulYEkNTaEfvzGn34TTJAUGtxvdMd39XEPh0dAoxDuC7xAs/QEU1Vokd3TX9mmlC1En1GZqBERu2vsFdGX77OQPIyZils2lt2/TCuJhKxcUvLRef4dCLdZhT1X/6ICKp09lxlI8RK/TpAneM+flJNI5uOBKa1EFEed17IdI= ; Message-ID: <20060410040401.79401.qmail@web51901.mail.yahoo.com> Received: from [62.68.76.227] by web51901.mail.yahoo.com via HTTP; Sun, 09 Apr 2006 21:04:01 PDT Date: Sun, 9 Apr 2006 21:04:01 -0700 (PDT) From: Peter Thoenen To: Kris Kennaway , Anish Mistry In-Reply-To: <20060402201721.GA58258@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Chris , freebsd-questions@freebsd.org Subject: Re: Hard crash on 6.x -- reproducible, multiple people affected X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: eol1@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 04:04:03 -0000 --- Kris Kennaway wrote: > On Sun, Apr 02, 2006 at 04:09:30PM -0400, Anish Mistry wrote: > > > It's not clear what he means by "hard crash", but he also says > > > power off", which is the part that is most confusing to me. > > Hmmm...I missed that part. Yeah, if it powers off then I'm not > sure what you can do to debug it. By hard crash I mean the box just instantly powers off. No shutdown syncs, no error, panic's, or dump generated, nothing logged in syslog, and I have a serial cable hooked up to another another dumb terminal hoping to maybe catch a panic or some debug message dumped out over serial as it goes down but nothing there also. It just stops. Also note that this didn't happen on 5.x. And when not running those particular ports the box stays up just fine for weeks on end. Just tried again with 6.1 PRERELEASE and same issue. > About all I can think of is to try to reproduce the problem with > enough logging enabled (e.g. running the binary under ktrace), with > sync-mounted filesystem, and hope that the last few entries give the > software developer enough of a clue what the process was doing at the > time of shutdown (the operation itself probably will not be logged) > that he can focus the investigation further. Want to walk me through this and will do. As I said, reproducible. NOTE: I doubt it a linux syscall issue as i2p / freenet / and tor are all build on FBSD, not linux binaries. Freenet and I2P do use linux-java (as the new diablo ones aren't avaiable for amd64) BUT tor does not. Its all C. Also as noted, other people (using i386, not just amd64) have emailed me (as the tor maintainer) with the exact same problem on entirely different hardware (different nics, motherboards, proc's etc etc). Somebody suggested maybe a ACPI issue but I just don't see how that could me it.