Hi Brad,
sure but those files will be called adhoc by other processed so it a but hard for me to get the PID (if there is one) before the process is dead.
- erlexec is called from ejabber when starting via init.d
- php5-cgi is called to calling shell scripts
- pop3login is called from a webserver or plesk
Is there any way howto monitor those process as soon as pop simply when they getted accessed because strace seems a bit uncomfortable there. php5-cgi was one of the process which was a bit easier to get because it stay a few seconds in the process viewer.
P.S.:
I just noticed this in syslog, and ejabberd is the programm definitely won´t start if fs_restrict:
- Code: Select all
Jul 15 10:15:20 alpha su[23277]: + /dev/console root:ejabberd
Jul 15 10:15:20 alpha kernel: [ 34.503896] erlexec[2677]: segfault at 4 ip 0000036d68482a56 sp 000003ffffffa530 error 6 in libc-2.11.3.so[36d683e6000+159000]
php5-cgi:
- Code: Select all
setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={60, 0}}, NULL) = 0
write(3, "\1\6\0\1\1\237\1\0Expires: Thu, 19 Nov 198"..., 440) = 440
shutdown(3, 1 /* send */) = 0
recvfrom(3, "\1\5\0\1\0\0\0\0", 8, 0, NULL, NULL) = 8
recvfrom(3, "", 8, 0, NULL, NULL) = 0
close(3) = 0
open("/dev/urandom", O_RDONLY) = 3
read(3, "\204\325H\4K\305\v\326", 8) = 8
close(3) = 0
open("/dev/urandom", O_RDONLY) = 3
read(3, "\17\30f\265g\17\341\343", 8) = 8
close(3) = 0
open("/dev/urandom", O_RDONLY) = 3
read(3, "\316W\246k\215\5bp", 8) = 8
close(3)
P.S.: I am currently operating far beyond the line I understand about unix. So I want to say sorry when I wasting your time with totally useless logs.