From owner-freebsd-questions@FreeBSD.ORG Sun Mar 15 17:42:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 245BF1065674 for ; Sun, 15 Mar 2009 17:42:36 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9BF6F8FC13 for ; Sun, 15 Mar 2009 17:42:34 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n2FHgPuY041940; Sun, 15 Mar 2009 18:42:25 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n2FHgPRs041937; Sun, 15 Mar 2009 18:42:25 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 15 Mar 2009 18:42:25 +0100 (CET) From: Wojciech Puchar To: VAVA In-Reply-To: <49BD27D2.8040109@solargeneration.de> Message-ID: References: <49BD27D2.8040109@solargeneration.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Restart caused by? 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: Sun, 15 Mar 2009 17:42:39 -0000 > my fresh FreeBSD install just rebooted last night and i wonder how to > find out the reason why this happened? I took a look at the log files > but there was no explanation for this. if your logs just "cut off", it just panicked or hard-restarted. if first - look at /var/run/dmesg.boot to see if logs just contains kernel messages from last boot, or something from before. often it's hardware problem.