RE: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-24 Thread Harald Falkenberg
Hallo Matthew, in the /etc/system I set: set rlim_fd_max = 8192 * set soft limit on file descriptors set rlim_fd_cur = 4096 ulimit -a as root shows: time(seconds) unlimited file(blocks) unlimited data(kbytes) unlimited stack(kbytes) 8192 coredump(blocks) unlimited nofiles(descriptors) 1024 memor

RE: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-24 Thread Matthew McHugh
Harald, Have you upped the FD limit via modifying /etc/system with the correct parameters? What happens when you do a ulimit -a as root? What's the output? Matt -Original Message- From: Harald Falkenberg [mailto:[EMAIL PROTECTED] Sent: Sunday, August 21, 2005 4:38 AM To: users@httpd.

RE: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-22 Thread Axel-Stéphane SMORGRAV
: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33 > thank you for your help. Have you or someone else an idea what causes > such a high use of file descriptors? How can I monitor the usage of > file descriptors and see what kind of files are relate

Re: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-21 Thread Kovacs Baldvin
> ps ax | grep apache Sorry, I forgot: in Solaris it probably only works as ps -ef | grep apache And I just hope that lsof is the same there. Baldvin - The official User-To-User support forum of the Apache HTTP Server Project

Re: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-21 Thread Alexander Lazic
Hi, On Son 21.08.2005 18:45, Harald Falkenberg wrote: thank you for your help. Have you or someone else an idea what causes such a high use of file descriptors? How can I monitor the usage of file descriptors and see what kind of files are related to them? Long living requests? Unclean shutdo

Re: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-21 Thread Kovacs Baldvin
> thank you for your help. Have you or someone else an idea what causes > such > a high use of file descriptors? How can I monitor the usage of file > descriptors and see what kind of files are related to them? If you are using unix (any variant, like linux) try to become root, then figure out the

Re: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-21 Thread Harald Falkenberg
Hallo, thank you for your help. Have you or someone else an idea what causes such a high use of file descriptors? How can I monitor the usage of file descriptors and see what kind of files are related to them? thank you in advance Harald On Sun, 21 Aug 2005, Alexander Lazic wrote: > Hi,

Re: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-21 Thread Alexander Lazic
Hi, On Son 21.08.2005 12:38, Harald Falkenberg wrote: is there nobody on the list who can point me to the necessary steps to solve the problem? export this Var in your shell before you call the ./configure file: CFLAGS=-DFD_SETSIZE=2048 Have you read http://httpd.apache.org/docs/1.3/install