From: John Hughes (john@Calva.COM)
Date: Fri Jul 18 2003 - 10:44:37 CEST
> I am invoking strace like this :
> strace -o log1 ./test
> strace -o log2 ./aarushi
> both test and aarushi are simple scripts
> #!/bin/sh
> /sbin/syslogd -a .......
This is a problem, you've only straced the shell script, not syslogd.
Please add the "-f" (follow forks) flag to your strace call and try
again.
This archive was generated by hypermail 2.1.7 : Fri Jul 18 2003 - 10:44:53 CEST