monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: configuring monit's httpd


From: Rory Toma
Subject: Re: configuring monit's httpd
Date: Fri, 09 Jan 2004 14:58:06 -0800

> As for strace, I get a God-auful lot of output that I'm not sure what to do
> with -- could anyone give me a clue what I'm looking for.  Unfortunately my
> programming experience is limited to a couple of scripting languages, so I
> am grateful for any tips to make sense of the strace output.  I do get about
> a thousand consecutive lines like this, which make me wonder:
>     13:41:11 close(3)                       = -1 EBADF (Bad file descriptor)
>     13:41:11 close(4)                       = -1 EBADF (Bad file descriptor)
>     ...
>     13:41:11 close(1022)                    = -1 EBADF (Bad file descriptor)
>     13:41:11 close(1023)                    = -1 EBADF (Bad file descriptor)
> 

This is normal. We close the max number of file descriptors early on
before we setsid().

-- 
Rory Toma               address@hidden
VP of Run Level 9       http://www.trs80.net
Digeo Digital           http://www.digeo.com

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]