From owner-freebsd-questions@FreeBSD.ORG Fri Sep 14 18:42:23 2007 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 03D5216A419 for ; Fri, 14 Sep 2007 18:42:23 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (66-230-99-27-cdsl-rb1.nwc.acsalaska.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id DFFC613C4B7 for ; Fri, 14 Sep 2007 18:42:22 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id ADF1A1CCB4 for ; Fri, 14 Sep 2007 10:42:21 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 14 Sep 2007 20:42:20 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709142042.20440.fbsd.questions@rachie.is-a-geek.net> Subject: Re: Suppressing "write failed, filesystem is full" 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: Fri, 14 Sep 2007 18:42:23 -0000 On Tuesday 11 September 2007 03:33:29 Micheal Fria wrote: > I currently have a virtual domain server that has a couple of jails > together on a single server. Unfortunately, I'm stuck with a few others > that don't manage their space well and I constantly get: > > /usr/jail/...: write failed, filesystem is full > > I happen to also do some amount of development / configuration on the > server and seeing those message consistently popping up is just horribly > obnoxious. > > Is there a way I can suppress those messages? I tried asking the sys admins > and they claim to be unable to do anything and must wait for the other > clients to free up some space. /etc/syslog.conf: *.err;kern.warning;auth.notice;mail.crit /dev/console Remove the offending factility, note that you'll also not get any messages in the same category. -- Mel