atom feed8 messages in net.sourceforge.lists.courier-usersRE: [courier-users] cornfed courierlo...
FromSent OnAttachments
nicholas coleJul 10, 2000 2:49 pm 
nicholas coleJul 10, 2000 4:53 pm 
nicholas coleJul 10, 2000 8:08 pm 
nicholas coleJul 10, 2000 8:50 pm 
Sam VarshavchikJul 10, 2000 9:10 pm 
nicholas coleJul 10, 2000 9:35 pm 
Michael S. FischerJul 10, 2000 9:47 pm 
Sam VarshavchikJul 10, 2000 9:49 pm 
Subject:RE: [courier-users] cornfed courierlocal: Permission denied
From:Michael S. Fischer (mich@dynamine.net)
Date:Jul 10, 2000 9:47:32 pm
List:net.sourceforge.lists.courier-users

Sam Varshavchik writes:

Do those files have the proper owner/perms? And the closest to strace I have is ktrace, I'm assuming they're practicially the same thing?

I don't know. The idea is to trace the system calls of a process. If that's what your ktrace does, then it is. You also need the ability to automatically trace any created child processes (the -f flag), since the error will be reported by a child process.

Under FreeBSD, you'll almost certainly want to run truss(1).

--Michael