13 Nov
2007
13 Nov
'07
5:40 p.m.
On Tue, 13 Nov 2007 12:24:26 +0100, kjell.danielsen@hjemme.no said:
Hei.
I have included the strace log ( when I log in n ttyS0). Can anyone help me analyzing it.
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e1a908) = 5189
You want to either attach strace to an already running syslog-ng by using 'strace -p PID', or tell strace to try to follow forks by using 'strace -f'.