cvs commit: src/usr.sbin/syslogd syslogd.c

Robert Watson rwatson at FreeBSD.org
Fri Mar 31 17:16:05 UTC 2006


On Fri, 31 Mar 2006, Alfred Perlstein wrote:

> EDQUOT ?

This won't normally happen for local file systems, as the root user isn't 
restricted by quotas.  This can happen for NFS file systems where root is 
writing to an NFS log directory and the uid is mapped to a non-root uid on the 
server.

Oddly, we appear to allow several administrative quota calls, including 
quotaon(), for the root user in jail, but not violation of the quota itself 
(?).  Maybe I misread.

Robert N M Watson


More information about the cvs-src mailing list