Suppressing "write failed, filesystem is full"

Mel fbsd.questions at rachie.is-a-geek.net
Fri Sep 14 11:42:23 PDT 2007


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


More information about the freebsd-questions mailing list