(Illustration by Gaich Muramatsu)
On Sat, 8 Jan 2000, Len Burns wrote: > I have a strange problem going over here with 5.3.4. I am testing it > under NetBSD current i386. The good news is that for the first time > since I have been testing coda, I am able to connect to the test > server. The bad news is that venus is not logging to venus.log. I > made sure venus.conf was in the right place, and that the line > defining the logfile as /usr/coda/venus.cache/venus.log was > uncommented, but it is not creating a log file. Another oddity is > that if I cd /usr/coda/venus.cache and touch venus.log, when venus > starts, the file disappears. Thoughts? > What's happening is that venus is mistaking the logfile for one of its cache files, realizing that it doesn't expect it to contain anything useful, and deleting it. Oops. The two quick ways around it are to either : 1) set logfile to be somewhere not in the /usr/coda/venus.cache directory 2) change line 152 of coda-src/venus/fso0.cc from STREQ(namelist[i]->d_name, VenusLogFile) || to : STREQ(namelist[i]->d_name, "venus.log") || ShafeeqReceived on 2000-01-14 17:56:41