8 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 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] cornfed courierlocal: Permission deniedActions...
From:Sam Varshavchik (mrs@stop.mail-abuse.org)
Date:Jul 10, 2000 9:49:00 pm
List:net.sourceforge.lists.courier-users

nicholas cole writes:

Allright! I was using umask 077, so I rm -rf /usr/lib/courier again, changed my umask to 022, ran make install again, and this is what I find in my logs! Still want me to look around as to why this is going on, or does the umask explain this?

The umask pretty much explains it. I think I'll change make install to check for this unusual condition.

Here's a snip of FreeBSD's ktrace manpage:

The ktrace command enables kernel trace logging for the specified pro-cesses. Kernel trace data is logged to the file ktrace.out. The kernel operations that are traced include system calls, namei translations, signal processing, and I/O...

And it also has something similar to straces -f option (-d i think)

Yes, that's pretty much it.