Roman Shterenzon wrote:
>
> Hi,
>
> Once, someone told me that he had a patch for truss that allows it to
> follow children, just like in Solaris (or strace -f in linux).
> Does anyone have it?
Why don't you use the native ktrace/kdump commands instead ?
"ktrace -d" does follow the children. I
Hi,
Once, someone told me that he had a patch for truss that allows it to
follow children, just like in Solaris (or strace -f in linux).
Does anyone have it?
--Roman Shterenzon, UNIX System Administrator and Consultant
[ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ]
To Unsub
In the last episode (May 21), Christian Weisgerber said:
> Arun Sharma <[EMAIL PROTECTED]> wrote:
>
> > http://sharmas.dhs.org/~adsharma/projects/freebsd/truss-diff.gz
>
> Those gratuitous whitespace and formatting changes are a pain...
>
> Related question:
> Currently, truss does very little
Arun Sharma <[EMAIL PROTECTED]> wrote:
> http://sharmas.dhs.org/~adsharma/projects/freebsd/truss-diff.gz
Those gratuitous whitespace and formatting changes are a pain...
Related question:
Currently, truss does very little parsing of syscall arguments.
That table in syscalls.c looks anemic. Is t
an be compiled in a directory other than /usr/src.
-Arun
$ truss -f -o foo sh -c ls
$ cat foo
62898: getpid() = 62898 (0xf5b2)
62898: geteuid()= 500 (0x1f4)
62898: readlink("/etc/malloc.conf",0xbfbff79c,63) = errno 2 'No such file or
directory'
62898:
5 matches
Mail list logo