From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 09:15:09 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 610601065670; Wed, 17 Dec 2008 09:15:09 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 33E558FC13; Wed, 17 Dec 2008 09:15:09 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 26A72AFC201; Wed, 17 Dec 2008 00:15:08 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 17 Dec 2008 10:15:07 +0100 User-Agent: KMail/1.9.7 References: <4d7dd86f0812150956i3a8d130ak8a4ca462896cd3ff@mail.gmail.com> In-Reply-To: <4d7dd86f0812150956i3a8d130ak8a4ca462896cd3ff@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812171015.07390.fbsd.questions@rachie.is-a-geek.net> Cc: David N , questions@freebsd.org Subject: Re: Running rsnapshot via cron reboots the machine 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: Wed, 17 Dec 2008 09:15:09 -0000 On Monday 15 December 2008 18:56:46 David N wrote: > Hi, > > I have a machine > AMD Sepron LE-1150 > ASUS M2A-VM > 1GB RAM ECC > 2x SATA 300GB > > in a RAID 1 (gmirror). > 7.0-RELEASE-p2 AMD64 generic kernel > > it was doing backups via bacula to an external disk > USB 2.0 SATA disk, and it was working well. (GLabel) /dev/ufs/BackupDisk > > I changed to rsnapshot recently, with the External HDD in glabel + > gjournal (/dev/da0s1.journal -> /dev/ufs/BackupDisk) and it will > reboot the machine roughly 30 minutes after the rsnapshot starts via > CRON. Able to get any crash dumps? [1] I doubt it calls reboot system call after 30 minutes and if it's a heating issue, then it would power down not reboot. So, kernel is probably panicing. [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html -- Mel Problem with today's modular software: they start with the modules and never get to the software part.