Results 1 to 3 of 3
Dear All,
I need to trace all the system calls made and signals recieved by the process "sendmail". i use the strace command to do this, but in case of ...
- 11-25-2005 #1Just Joined!
- Join Date
- Nov 2005
- Location
- Bangladesh
- Posts
- 2
Tracing system calls of sendmail
Dear All,
I need to trace all the system calls made and signals recieved by the process "sendmail". i use the strace command to do this, but in case of sendmail, the strace command fails. It shows something like, "operation not permitted".. how can i trace the system calls of sendmail? Please help me.. thanks
sOldFiSh
- 11-25-2005 #2Linux User
- Join Date
- Jul 2004
- Location
- Poland
- Posts
- 368
Maybe it's a trivial tip, but you probably need to be root to do this.
"I don't know what I'm running from
And I don't know where I'm running to
There's something deep and strange inside of me I see"
- 11-26-2005 #3Just Joined!
- Join Date
- Nov 2005
- Location
- Bangladesh
- Posts
- 2
Tracing system calls of sendmail
I was a root while trying with strace, but still i failed due to insufficient privilege, how can i gain the privilege to trace the system calls made by sendmail?
sOldFiSh


Reply With Quote
