Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Summary-Talk] Errors?
On 9/5/03 11:23 AM John Readwin (appsupport@netextras.com) wrote: >I found these errors in my summary log file > >Unable to open the current visit file for output! >Error opening report file for output 'report.dat'. >Error opening string table file 'report.str' for output. These three messages indicate that Summary is unable to write to it's "Data" folder. This normally happens because of permissions problems. The user Summary is running as needs full read/write/execute permissions on Summary's Data folder and read/write permission on all of the files it contains. However there can be more obscure causes, see below. >Warning: input file larger than 2 Gig, reading truncated at 2 Gig. >Read error on input! >Read error on canadianwarmbloods/canadianwarmbloods.log.txt! > >I can't find a log a file( or any file for that matter) that is close >to 2 gig, the largest file is about about 100 mb Three or four people have reported this problem, but every time I work with someone to reproduce it, it stops happening. My best guess at this point is that it is related to one or more bugs in OS X, assuming you are running OS X. It appears that OS X becomes unstable after it has been running for some time without being restarted. I suggest restarting an OS X machine at least weekly. Some users have also had problems with OS X running out of vnodes, an internal resource in the kernel required to do almost anything. A vnode shortage could cause all of the problems you describe. To check for this problem you should run the following commands from a terminal window: 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. There are several ways of increasing the maximum number of vnodes available, but none of them are officially supported by Apple and they tend to be quite complex. See for example <http://www.macosxhints.com/article.php?story=20020722084339470>. 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.
|