On Wed, Apr 02, 2008 at 07:41:16PM +1300, Jonathan Chen wrote: > > > 2) Files which are open (have active file descriptors associated with > > > them) > > > on /var before it filled may be causing this. fstat may help you here. > > But /var is not full. It is _more_ than empty. > > It is possible to have files that are open and held by processes on > the filesystem that are no longer listed. If you kill the offending > process the space will be freed up.
"lsof +aL1 <file_system>" shows unlinked open files on the specified file system (quoting its man page). Eugene Grosbein _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"