From owner-freebsd-current@FreeBSD.ORG Mon Dec 24 20:01:59 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C02616A419 for ; Mon, 24 Dec 2007 20:01:59 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AF45313C45A; Mon, 24 Dec 2007 20:01:58 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47701035.3020200@FreeBSD.org> Date: Mon, 24 Dec 2007 21:01:57 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Marten Vijn References: <1198524437.5370.38.camel@workstation.martenvijn.nl> In-Reply-To: <1198524437.5370.38.camel@workstation.martenvijn.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: sysctl and rsync question X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2007 20:01:59 -0000 Marten Vijn wrote: > Hi all, have two questions: > > In sort: > > 1. Which sysctl's can/should I change to prevent my backupserver (7.0 > BETA4) from rebooting by using rsync ? > > 2. What tools are there to find out what causes the reboot? See the ZFS tuning guide on wiki.freebsd.org. > I did not find any messages in /var/log/*, dmesg, vmstat and top (dmesg > below). See the chapter on kernel debugging the developers handbook. You have to enable crashdumps and/or DDB. > I assume that it runs out ouf buffers. Probably, the above will allow you to confirm and fix. Kris