Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!decvax!decwrl!sun!guy From: guy@sun.uucp (Guy Harris) Newsgroups: net.unix-wizards Subject: Re: Accounting suspended (results of info request) Message-ID: <2904@sun.uucp> Date: Thu, 17-Oct-85 06:31:04 EDT Article-I.D.: sun.2904 Posted: Thu Oct 17 06:31:04 1985 Date-Received: Thu, 17-Oct-85 19:19:48 EDT References: <132@amc.UUCP> Distribution: na Organization: Sun Microsystems, Inc. Lines: 17 > Accounting is resumed (silently) when the filesystem > size drops below a suitable hysteresis level. From sys/kern_acct.c: if (savacctp) { fs = savacctp->i_fs; if (freespace(fs, fs->fs_minfree + acctresume) > 0) { acctp = savacctp; savacctp = NULL; printf("Accounting resumed\n"); } } Silently? Do tell... Guy Harris