From owner-freebsd-questions@FreeBSD.ORG Mon Jul 19 15:18:16 2010 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 73BB51065673 for ; Mon, 19 Jul 2010 15:18:16 +0000 (UTC) (envelope-from frlinux@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 02A548FC1D for ; Mon, 19 Jul 2010 15:18:15 +0000 (UTC) Received: by fxm13 with SMTP id 13so2469800fxm.13 for ; Mon, 19 Jul 2010 08:18:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=5K/bMx3CKYGRRqXoK72fK5ffQFXAyEyhgqXInJPCsfc=; b=QCPu+P5dizk0uXK3WZSBCl4YrIO0vfR/6YbrImY/RODpDvRyu4dn8UpkVu3LGUof8L 7o3zkZzLVjqVHT8pLtQnR37Vdpnb6IAdNK72/Run9ADgDSrDxnK0w8qW27x6aMMmUTEN hunIWlylD3wp9IohNSM2qeWwZXW1SR3s7PPok= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UQXU3OT3pOSpBQkpqWfRlwnwH0R1DwD+j3ZLV3uDgpWHak/BIAIfdpaNTbHt063iR7 guKXNB/5+kOZjByZUlJSGKtFaKEPRNTYMuFEtlxyDDlXF3t9ZjsnRYtCGd6H+D6+ybja QyW+Vu0X8iZUw+Y3A5hbl8MbLVQWQcJvbVawQ= MIME-Version: 1.0 Received: by 10.239.172.69 with SMTP id z5mr363939hbe.170.1279552694104; Mon, 19 Jul 2010 08:18:14 -0700 (PDT) Received: by 10.239.177.65 with HTTP; Mon, 19 Jul 2010 08:18:14 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Jul 2010 16:18:14 +0100 Message-ID: From: FRLinux To: Ivan Voras Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: 8.1-rc2 journal overflow error 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: Mon, 19 Jul 2010 15:18:16 -0000 On Mon, Jul 19, 2010 at 3:53 PM, Ivan Voras wrote: > There could be several reasons for this specific panic but as a general > solution you will have to increase your journal size. For start, try > doubling it. Thanks for this, i will look into it. I found the reason of the crash although I do not know why just yet. Apparently polling of munin plugins caused this. As soon as I disabled it, it no longer crashed. Cheers, Steph