2012/9/13 Thomas Sibley <[email protected]> > On 09/13/2012 02:14 AM, Raphaël Berlamont wrote: > > And here is the "sendmail-lsof" of the corresponding messages : > > ##################################### > > === START 18686 > > COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > > sendmail 18686 apache 1r FIFO 0,8 0t0 1982013 pipe > > sendmail 18686 apache 2w REG 253,0 1940786 144696 > > /var/log/httpd/error_log > > sendmail 18686 apache 255r REG 253,0 687 24192 > /usr/sbin/sendmail > > === END 18686 > > What does the sendmail-lsof file look like for a successful invocation > of sendmail? >
On a working sendmail call, it looks like this : ##################################### =====NEW SENDMAIL CALL======= 20120913-095359 === START 17662 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME sendmail 17662 apache 0r FIFO 0,8 0t0 1970074 pipe sendmail 17662 apache 1w FIFO 0,8 0t0 1970075 pipe sendmail 17662 apache 2w REG 253,0 1878695 144696 /var/log/httpd/error_log sendmail 17662 apache 255r REG 253,0 687 24192 /usr/sbin/sendmail === END 17662 ##################################### On a non-working sendmail call, we have only one "pipe" process : ##################################### =====NEW SENDMAIL CALL======= 20120913-095159 === START 17601 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME sendmail 17601 apache 1r FIFO 0,8 0t0 1969455 pipe sendmail 17601 apache 2w REG 253,0 1871756 144696 /var/log/httpd/error_log sendmail 17601 apache 255r REG 253,0 687 24192 /usr/sbin/sendmail === END 17601 ##################################### -- Raphaël Berlamont
-------- Final RT training for 2012 in Atlanta, GA - October 23 & 24 http://bestpractical.com/training We're hiring! http://bestpractical.com/jobs
