From owner-freebsd-net@FreeBSD.ORG Fri Nov 10 22:47:59 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64DA016A412 for ; Fri, 10 Nov 2006 22:47:59 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 159B843D8F for ; Fri, 10 Nov 2006 22:47:57 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so396946nzh for ; Fri, 10 Nov 2006 14:47:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ulq0JdwSd8PVaXtsLylH9246tCBt0gC2+PDI9y2U+UklT95atvBVOZorJzMAyY3x4Ztdd62ur0Ut0wG+y2B02fnAhqP3yKfdLfH535xcpIVWl7JhjXuPzA/RQ4bG94AY4RKxHiL4MMBfmQIPWWHf0VUjAIDXXyA40eLohUBT3d8= Received: by 10.35.115.18 with SMTP id s18mr4302744pym.1163198877087; Fri, 10 Nov 2006 14:47:57 -0800 (PST) Received: by 10.35.118.6 with HTTP; Fri, 10 Nov 2006 14:47:56 -0800 (PST) Message-ID: <2a41acea0611101447j29acdc3k820276de92204735@mail.gmail.com> Date: Fri, 10 Nov 2006 14:47:56 -0800 From: "Jack Vogel" To: "Barry Boes" In-Reply-To: <17748.64782.579350.492909@gargle.gargle.HOWL> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <17748.37662.708865.764722@gargle.gargle.HOWL> <20061110150840.GK32700@cell.sick.ru> <17748.53164.372871.270153@gargle.gargle.HOWL> <17748.64782.579350.492909@gargle.gargle.HOWL> Cc: Scott Long , RelEng , John Baldwin , freebsd-net , jfv@freebsd.org, freebsd-stable@freebsd.org Subject: Re: EM stability X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Nov 2006 22:47:59 -0000 On 11/10/06, Barry Boes wrote: > > Luck ran out. Hard "must press the reset button" hang. No console > messages. The system was idle at the time. > Is there anything you'd like me to do to attempt to narrow down the > problem or get debugging output? I do not know if the freeze was > related to em or something else. Is this a machine running some graphic head? If not can you see anything on the console? Are you sure the machine is dead, like can you get in over the network... ? One thing I often do when you are dealing with unpredictable hangs is run 'vmstat 3' on one of the virtual terminals. You might also define the kernel debugger into your kernel, its best to have a serial console for this, I've seen the hardware console be locked but the serial will still work. The only way we will track this down is thru repetitive reproduction I'm afraid. Jack