From owner-freebsd-questions@FreeBSD.ORG Mon Apr 8 20:48:54 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4A152D9C for ; Mon, 8 Apr 2013 20:48:54 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-oa0-f42.google.com (mail-oa0-f42.google.com [209.85.219.42]) by mx1.freebsd.org (Postfix) with ESMTP id 19F46AD0 for ; Mon, 8 Apr 2013 20:48:53 +0000 (UTC) Received: by mail-oa0-f42.google.com with SMTP id i18so6730853oag.1 for ; Mon, 08 Apr 2013 13:48:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=HqbbqrcvG9tQHDXHv/yOwLLLw4iDsXPdHPoCrPTt3uw=; b=ub5IWA2yMRiqsJUQC94qAveUWZoZHKMsHccho/qN14xQGxzX/c3u6z2PQclrfw2dE2 9yCtnb6iHzLQto6D+B4d5eTtTQyzcpA9Jrwi+MDkAla0tBlNYsrJZ5LmwwpMsRZCB2G7 3htZ6l6h0RWKEkD4/DGNUa1UIA8TXyZUQKyVg0RqCKyzcnTz4xu6fYABaJp9KnFDt9v/ Of46lcl16D9zSBvTimFxgiz6FFNlh2pMGMEVU5tabOzQwJUy4sLepHgxyMe6DV7/zd8G EBgAqV0phJIK4bnexZ/aHmphQgDyA/18FFgkD9BHwC8GR0jpvYzPPR2uPp+Ze89ndbV6 skMw== X-Received: by 10.182.156.20 with SMTP id wa20mr16827458obb.59.1365454133488; Mon, 08 Apr 2013 13:48:53 -0700 (PDT) Received: from [192.168.1.34] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id t9sm25803726obk.13.2013.04.08.13.48.52 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 08 Apr 2013 13:48:52 -0700 (PDT) Message-ID: <51632D2D.5010403@gmail.com> Date: Mon, 08 Apr 2013 15:48:45 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: 9.1 panics on a daily basis References: <515D3E02.2090408@gmail.com> <5162BA13.9060902@gmail.com> In-Reply-To: <5162BA13.9060902@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 20:48:54 -0000 What happens when it panics? Does it drop into a debugger or reboot automatically? If it goes to the debugger, type dump, let it dump, then type reboot. You'll need to add `dumpdev="AUTO"` to your rc.conf and have a swap partition to use, a few gigs will suffice. You don't need it to be twice the size of your ram. On 4/8/2013 7:37 AM, Volodymyr Kostyrko wrote: > 04.04.2013 11:46, Volodymyr Kostyrko: >> Hi all. >> >> I have one machine with problems. I changed memory, motherboard, >> interface card with no luck. Yesterday it panics twice. > > ... > >> Have anyone faced something similar? It doesn't dump core for me and I'm >> trying to fix this. > > One more weird kernel message: > > Apr 8 09:54:04 kohrah kernel: Expensive timeout(9) function: > 0xffffffff803af9b0(0xfffffe05f4baf000) -1.726848694 s > > And reboot afterwards. >