From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 11:07:23 2008 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 8A0951065673 for ; Wed, 17 Dec 2008 11:07:23 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by mx1.freebsd.org (Postfix) with ESMTP id 40EC58FC1A for ; Wed, 17 Dec 2008 11:07:23 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so754024qwb.7 for ; Wed, 17 Dec 2008 03:07:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=wCYa3SnGMLBWRr7hvLRjun9wmIFtCFgh3B+RgYK/1Rg=; b=hEtivMNqz88BZnxrZzjYBPrnu3AKk6D7yNzg/z0ZrxuELbkNKiXWY4iqADytSxL+UR K20BUgvEE+p1B+9wwnXbNRvIn75IAvWlhbKBDptZcf01AtSbjzPf7PsWT28U4E4/Sz5p k3/jODC8aExMvXlLlhxWhPIjZ0nApgsFWpldA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fRZyIuwJD4GNC1pov85tAh5KnUB9CykouIH3W1fzj3OgCoeee7hm65dSsVmFfbBXLq ECBxxY5A3Ohn2nw8llPQM+pveuQuL1UMiVpy6pOKgC0t1N6SIctAHXRHsFlA6NCgEWIl d2xKUu8o96qtfsI0yJZKZKq68YzGwTy6UPayc= Received: by 10.214.147.17 with SMTP id u17mr551747qad.55.1229510401005; Wed, 17 Dec 2008 02:40:01 -0800 (PST) Received: by 10.214.150.7 with HTTP; Wed, 17 Dec 2008 02:40:00 -0800 (PST) Message-ID: <4d7dd86f0812170240n28ab5db9qf2816e2d4beefc3d@mail.gmail.com> Date: Wed, 17 Dec 2008 21:40:00 +1100 From: "David N" To: Mel In-Reply-To: <200812171015.07390.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4d7dd86f0812150956i3a8d130ak8a4ca462896cd3ff@mail.gmail.com> <200812171015.07390.fbsd.questions@rachie.is-a-geek.net> Cc: questions@freebsd.org, freebsd-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 11:07:23 -0000 2008/12/17 Mel : > 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. > I found something in the vmcore.0 panic: Journal overflow (joffset=499758276096 active=498475869184 inactive=499755984896) cpuid = 0 Uptime: 16h7m11s I tried kgdb on on the vmcore but it didn't work, I had -p2 installed, but compiled p6 so it might of overwrittin things in /usr/obj [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd". Cannot access memory at address 0x0 The journal was set to 2GB on the 400GB USB attached disk. (/dev/da0) I just formatted the disk without gjournal and see how that goes. I guess i can't use gjournal over USB? I have gjournal running on another server (gmirror + gjournal) and i thrash it pretty hard without any problems. Has any new patches for gjournal been included in 7.1? Thanks for the help David N