From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 30 17:09:53 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C8AB6831; Mon, 30 Sep 2013 17:09:53 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id 9076825E3; Mon, 30 Sep 2013 17:09:52 +0000 (UTC) Received: from roxette.lamaiziere.net (149.169.100.84.rev.sfr.net [84.100.169.149]) by smtp.lamaiziere.net (Postfix) with ESMTPA id F2DB9A68D; Mon, 30 Sep 2013 19:09:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by roxette.lamaiziere.net (Postfix) with ESMTP id 3BCD6B58C; Mon, 30 Sep 2013 19:09:45 +0200 (CEST) Date: Mon, 30 Sep 2013 19:09:44 +0200 From: Patrick Lamaiziere To: Emre =?ISO-8859-1?Q?=C7amalan?= Subject: Re: cause of reboot Message-ID: <20130930190944.281aa46d@davenulle.org> In-Reply-To: <519911380551058@web20j.yandex.ru> References: <519911380551058@web20j.yandex.ru> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (smtp.lamaiziere.net); Mon, 30 Sep 2013 19:09:46 +0200 (CEST) Cc: freebsd-hackers@freebsd.org, FreeBSD quest X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 17:09:53 -0000 Le Mon, 30 Sep 2013 17:24:18 +0300, Emre Çamalan a écrit : > Hi, > my server reboots every night and same o'clock last 10 days. But this > machine's uptime was 96days. > > Suddenly reboot this machine and now this continue every night again > and again. > > I didn't find any reason and I didn't change anything else. > > I looked "last" command, > reboot ~ ~ AM 03.15 ~ The last time It happened (one month ago) to me it was the hard disk (periodic scripts read a large part of the disk). If the disk is smart capable try a full test with smartctl (sysutils/smartmontools) HTH, regards