On Thu, 2005-03-24 at 10:35 +0000, Luke Kenneth Casson Leighton wrote: > ... btw just as an aside, what the heck is razor doing > attempting to create /razor.log and /root/razor.log? The first time you run razor it can't find a config file telling it where to put its log, so it drops the log into the current working directory. It then attempts to create a ~/.razor home directory and default config file. All subsequent invocations of razor will find the just created config file and put the log where it specifies (which is ~/.razor by default). The /razor.log is probably from the first invocation by a system daemon, and the /root/razor.log from the first time you tested it as root. David