Re: Problem with process accounting

2002-11-21 Thread Oron Peled
On 20 Nov 2002 13:46:02 +0200 Gilad Ben-Yossef [EMAIL PROTECTED] wrote: On Wed, 2002-11-20 at 10:59, Michael Sternberg wrote: ... in cmdline there is a '\0' in place of last slash !! ... In short - it's the application (or whatever spawned it) fault. This reflection of argv[0] to the

Problem with process accounting

2002-11-20 Thread Michael Sternberg
I've noticed in `ps` output that one particular process is shown only until its last slash, i.e. instead of /opt/BOS/test.out its /opt/BOS I've checked in its /proc/xxx directory and in cmdline there is a '\0' in place of last slash !! I'm using 2.4.18 kernel and latest BusyBox. Who is

Re: Problem with process accounting

2002-11-20 Thread Gilad Ben-Yossef
On Wed, 2002-11-20 at 10:59, Michael Sternberg wrote: I've noticed in `ps` output that one particular process is shown only until its last slash, i.e. instead of /opt/BOS/test.out its /opt/BOS I've checked in its /proc/xxx directory and in cmdline there is a '\0' in place of last slash !!