Date: Fri, 31 Mar 2006 08:54:14 -0800 From: Alfred Perlstein <alfred@freebsd.org> To: "Christian S.J. Peron" <csjp@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/syslogd syslogd.c Message-ID: <20060331165414.GR73488@elvis.mu.org> In-Reply-To: <200603302104.k2UL4qF7086165@repoman.freebsd.org> References: <200603302104.k2UL4qF7086165@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Christian S.J. Peron <csjp@FreeBSD.org> [060330 13:05] wrote: > csjp 2006-03-30 21:04:52 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/syslogd syslogd.c > Log: > Currently, if writing out a log entry fails, we unlink that log entry from our > internal list of logfiles. So if writev(2) fails for potentially transient > errors like ENOSPC, syslogd requires a restart, even if the filesystem has > purged. > > This change allows syslogd to ignore ENOSPC space errors, so that when the > filesystem is cleaned up, syslogd will automatically start logging again > without requiring the reset. This makes syslogd(8) a bit more reliable. > > MFC after: 1 week > > Revision Changes Path > 1.150 +12 -5 src/usr.sbin/syslogd/syslogd.c EDQUOT ? -- - Alfred Perlstein - CTO Okcupid.com / FreeBSD Hacker / All that jazz -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060331165414.GR73488>