From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 30 15:00:24 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 644E6EF5; Mon, 30 Sep 2013 15:00:24 +0000 (UTC) (envelope-from mailist@yandex.com) Received: from forward20.mail.yandex.net (forward20.mail.yandex.net [IPv6:2a02:6b8:0:1402::5]) by mx1.freebsd.org (Postfix) with ESMTP id 173102DC6; Mon, 30 Sep 2013 15:00:24 +0000 (UTC) Received: from web8g.yandex.ru (web8g.yandex.ru [95.108.252.108]) by forward20.mail.yandex.net (Yandex) with ESMTP id 9355B1041A0C; Mon, 30 Sep 2013 19:00:22 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web8g.yandex.ru (Yandex) with ESMTP id 1D33D134081A; Mon, 30 Sep 2013 19:00:22 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1380553222; bh=v7v5EGmqbMN+Sea94QYOJPwzMlTMwQikbT6yjId9JZ0=; h=From:To:Cc:In-Reply-To:References:Subject:Date; b=DQ8RLmdNukMKzrbHrdUVXYTgERGL6ceJZM98McZycCWJfQEYGKlb4xYV89XiT+r8U MXTS+iAzJYyXGMpMH1N7kcO2Ky94lrIbuJ+ZawDR+byp45adV+AAUJfv9XxqSOh8ZE Wyp1IHxWz48TlIdhBzQmkCyvCJ2tfmUpDrmlGcDA= Received: from 78.161.169.103.dynamic.ttnet.com.tr (78.161.169.103.dynamic.ttnet.com.tr [78.161.169.103]) by web8g.yandex.ru with HTTP; Mon, 30 Sep 2013 19:00:21 +0400 From: =?utf-8?B?RW1yZSDDh2FtYWxhbg==?= Envelope-From: mailist@yandex.com.tr To: Jason Hellenthal In-Reply-To: <96AD54CD-4EA8-46A4-A0C1-36B7E6F0B52E@dataix.net> References: <519911380551058@web20j.yandex.ru> <96AD54CD-4EA8-46A4-A0C1-36B7E6F0B52E@dataix.net> Subject: Re: cause of reboot MIME-Version: 1.0 Message-Id: <80361380553221@web8g.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 30 Sep 2013 18:00:21 +0300 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 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 15:00:24 -0000 Yes I checked also it , such as ; "grep -i 'reboot' /root/scripts/* -R" "grep -i 'halt' /root/scripts/* -R" "grep -i 'shutdown' /root/scripts/* -R" 30.09.2013, 17:33, "Jason Hellenthal" : > Did you check for the command reboot in all of the periodic scripts and cron jobs as well as the command shutdown ? > > On Sep 30, 2013, at 10:24, Emre Çamalan wrote: > > 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  ~ > > I checked "dmesg -a" , it has only generic things no other things. > > I checked "/var/log/messages" > > I wrote script and checked swapinfo , cpu and memory but all of them was normal before reboot. > > I checked crontab and scripts. > > I checked "crashinfo"  but no dump from kernel. > > I didn't find any useful info from this commands. > > I checked "praudit /var/audir/20130930..CrashRecovery" > and I didn't understand very well from this file but I think this means my machine crash and reboot isn't it?? > > And How can I understand what is the reason of rebooting my FreeBSD8.3 server. > > Please help I need to find cause of reboot.. > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"