Any way to log all process launches?

2005-04-08 Thread Richard Morse
Hi! I'm trying to track down an odd problem, for which it would be very useful to be able to have the computer keep track of every process that gets created -- ie, keep a list of every fork / exec that occurs. Is this possible? Thanks, Ricky Morse

Re: Any way to log all process launches?

2005-04-08 Thread Giorgos Keramidas
On 2005-04-08 10:32, Richard Morse [EMAIL PROTECTED] wrote: Hi! I'm trying to track down an odd problem, for which it would be very useful to be able to have the computer keep track of every process that gets created -- ie, keep a list of every fork / exec that occurs. Is this possible?

Re: Any way to log all process launches?

2005-04-08 Thread [EMAIL PROTECTED]
On Fri, 8 Apr 2005 10:32:34 -0400 Richard Morse [EMAIL PROTECTED] wrote: Hi! I'm trying to track down an odd problem, for which it would be very useful to be able to have the computer keep track of every process that gets created -- ie, keep a list of every fork / exec that occurs. Is

Re: Any way to log all process launches?

2005-04-08 Thread Richard Morse
On 8 Apr 2005, at 10:41 AM, Giorgos Keramidas wrote: On 2005-04-08 10:32, Richard Morse [EMAIL PROTECTED] wrote: Hi! I'm trying to track down an odd problem, for which it would be very useful to be able to have the computer keep track of every process that gets created -- ie, keep a list of every

Re: Any way to log all process launches?

2005-04-08 Thread Michal Mertl
Richard Morse wrote: On 8 Apr 2005, at 10:41 AM, Giorgos Keramidas wrote: On 2005-04-08 10:32, Richard Morse [EMAIL PROTECTED] wrote: Hi! I'm trying to track down an odd problem, for which it would be very useful to be able to have the computer keep track of every process that gets

Re: Any way to log all process launches?

2005-04-08 Thread markzero
If you need more detailed information some patches at garage.freebsd.pl might be interesting - especially lrexec. It may be a bit outdated but it provides you with the information standard utilities don't. Michal Thanks for the interesting link. How much of this is committed to the tree

Re: Any way to log all process launches?

2005-04-08 Thread Michal Mertl
markzero pe v p 08. 04. 2005 v 19:44 +0100: If you need more detailed information some patches at garage.freebsd.pl might be interesting - especially lrexec. It may be a bit outdated but it provides you with the information standard utilities don't. Michal Thanks for the interesting