Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Summary-Talk] Log file permission
On 10/24/03 1:00 PM John Readwin (appsupport@netextras.com) wrote: >Any idea why most of the folders/log files can be read while a few >others cannot.? > >What exactly should the the permissions on the log files/folders be? The user Summary is running as needs read access to the log files themselves and to any aliases involved, and read/execute permission on the folders. On OS X, this error can also happen if you are running our of vnodes (an internal system resource). You can check for this with the commands: sysctl kern.maxvnodes pstat -T The first command, sysctl, will display the maximum number of vnodes that the system can currently have. The second, pstat, will display a couple of bits of information. The one you want is the number of vnodes currently in use. If the number of vnodes currently in use is anywhere near the maximum you are probably having a problem with vnodes. Jason ----------------- Jason@Summary.Net ----------------- Dr. Seuss books . . . can be read and enjoyed on several levels. For example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed as a searing indictment of the narrow-minded binary counting system. -- Peter van der Linden, Expert C Programming, Deep C Secrets ------------- Go to <http://summary.net/list.html> to update subscription info.
|