[Top][All Lists]
[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
signature.asc
Description: This is a digitally signed message part
- configuring monit's httpd, Allen Shaw, 2004/01/08
- Re: configuring monit's httpd, Christian Hopp, 2004/01/09
- Re: configuring monit's httpd, Jan-Henrik Haukeland, 2004/01/14
- Re: configuring monit's httpd, Allen Shaw, 2004/01/14
- Re: configuring monit's httpd, Christian Hopp, 2004/01/15
- Re: configuring monit's httpd, Jan-Henrik Haukeland, 2004/01/15
- Re: configuring monit's httpd, Christian Hopp, 2004/01/15
- Re: configuring monit's httpd, Jan-Henrik Haukeland, 2004/01/16
- Re: configuring monit's httpd, Martin Pala, 2004/01/16
- Re: configuring monit's httpd, Jan-Henrik Haukeland, 2004/01/18
- Re: configuring monit's httpd, Christian Hopp, 2004/01/18