Bug#280206: apache: Apache wont start, FD_SETSIZE set too low in 1.3.31-7?

2004-11-19 Thread Fabio Massimo Di Nitto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Peter Bredlöv wrote:
| Ok, I understand.
|
| A little googling shows that many people have tried adding CFLAGS, but in 
lots of cases they
werent being used. I guess they didn't add them in the right spot, or something 
else over-wrote the
change.
|
| Could you please check again to make sure it went in?
|
| Regards,
| Peter
Please Peter keep the bug address in CC and also please give me the time to
look at it. Asking me updates on the problem doesn't help either.
Thanks
Fabio
- --
Self-Service law:
The last available dish of the food you have decided to eat, will be
inevitably taken from the person in front of you.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBnjGrhCzbekR3nhgRAt+zAJ4mLRQEwxXvShsanEnXo+SMkHlHoQCeK5tf
OOdGu+cLPPW0Yos9bx2MvQs=
=KlOu
-END PGP SIGNATURE-



Bug#280206: apache: Apache wont start, FD_SETSIZE set too low in 1.3.31-7?

2004-11-12 Thread Fabio Massimo Di Nitto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Peter Bredlöv wrote:
| I installed apache, apache-common and apache-utils, but the same error comes 
up;
|
| [Wed Nov 10 01:55:34 2004] [warn] make_sock: problem listening on port 443, 
filedescriptor (1128)
larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a 
larger FD_SETSIZE
|
| /usr/sbin/apache -v gives:
|
| Server version: Apache/1.3.33 (Debian GNU/Linux)
| Server built:   Nov  9 2004 07:10:29
|
| Now im confused ;)
|
|
Yes that's ok.. but did you install the packages from the url i gave to you?
I explicitly forced FD_SETSIZE to 4096
Fabio
- --
Self-Service law:
The last available dish of the food you have decided to eat, will be
inevitably taken from the person in front of you.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBlIiBhCzbekR3nhgRAgo7AJ4grMHvHxAbtcRQ+J4hH7odY8Z9WACggKmC
uHtyIOjZ1g6Y8VvwuMIhY88=
=AnF9
-END PGP SIGNATURE-



Bug#280206: apache: Apache wont start, FD_SETSIZE set too low in 1.3.31-7?

2004-11-09 Thread Peter Bredlöv
I installed apache, apache-common and apache-utils, but the same error comes 
up; 

[Wed Nov 10 01:55:34 2004] [warn] make_sock: problem listening on port 443, 
filedescriptor (1128) larger than FD_SETSIZE (1024) found, you probably need to 
rebuild Apache with a larger FD_SETSIZE

/usr/sbin/apache -v gives:

Server version: Apache/1.3.33 (Debian GNU/Linux)
Server built:   Nov  9 2004 07:10:29

Now im confused ;)


- Original Message - 
From: Fabio Massimo Di Nitto [EMAIL PROTECTED]
To: Peter Bredlöv [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, November 09, 2004 7:33 AM
Subject: Re: Bug#280206: apache: Apache wont start, FD_SETSIZE set too low in 
1.3.31-7?


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Peter Bredlöv wrote:
 | No, the kernel is the same as before the upgrade.
 |
 | I guess I could have just hit the roof of some other limit, I do add vhosts 
 every day. It just
 seemed unlikely to me that it stopped working just then.
 |
 | I don't really care if this bug(?) was there before or not though. Is there 
 anything we can
 increase without messing up something else that can fix this? I have this in 
 my /etc/init.d/apache:
 |
 | [snip]
 | case $1 in
 |   start)
 | should_start
 | test_config
 | echo -n Starting web server: $NAME
 | ulimit -n 100
 | $ENV start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON  
 /dev/null
 | ;;
 | [snip]
 |
 | Notice the ulimit -n command. But this doesn't help (I think it did before 
 though, but im not sure).
 |
 | I havent tried building the source package myself, mostly because i dont 
 know how to do that ;)
 
 Can you try the packages i built for you here?
 
 http://people.debian.org/~fabbione/apache/
 
 They increase the FDSIZE up to 4096. If they work i will include the changes 
 in the next upload.
 
 Thanks
 Fabio
 
 - --
 Self-Service law:
 The last available dish of the food you have decided to eat, will be
 inevitably taken from the person in front of you.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFBkGTMhCzbekR3nhgRAjwzAJ91Jzp124qgyyat5wbcdGBT3YIGuwCeP/if
 9BuiI2PxRIVjmUPHb+INPZo=
 =njAl
 -END PGP SIGNATURE-




Processed: Re: Bug#280206: apache: Apache wont start, FD_SETSIZE set too low in 1.3.31-7?

2004-11-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 280206 moreinfo
Bug#280206: apache: Apache wont start, FD_SETSIZE set too low in 1.3.31-7?
There were no tags set.
Tags added: moreinfo

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)




Bug#280206: apache: Apache wont start, FD_SETSIZE set too low in 1.3.31-7?

2004-11-08 Thread Fabio Massimo Di Nitto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
tag 280206 moreinfo
thanks
Peter Bredlöv wrote:
| Package: apache
| Version: 1.3.31-7
| Severity: important
|
| I recently upgraded from 1.3.31-6 to 1.3.31-7. After this, apache wont start
| any more unless I disable the log files I have for my around 2000 virtual
| hosts.
|
| This is a sample row that shows up in my main error log when I try to start
| with logging enabled:
|
| [Tue Nov  2 00:36:40 2004] [warn] make_sock: problem listening on port 80,
| filedescriptor (1069) larger than FD_SETSIZE (1024) found, you probably need
| to rebuild Apache with a larger FD_SETSIZE
|
| Although things are working ok without logging, it would be nice to be able
| to get logging to work again even for this relatively large number of vhosts.
| Could this be fixed?
|
| Regards,
| Peter Bredlöv
Did you also change the kernel on this machine? there have been no changes at 
all to apache on that
front and i suspect that either you increased the number of vhosts or the 
kernel is limiting
something else.
Fabio
- --
Self-Service law:
The last available dish of the food you have decided to eat, will be
inevitably taken from the person in front of you.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBjyOghCzbekR3nhgRAuC1AJ9zr2/uwe98OQmwcUQ0Nc6dSAKBQQCeKtsw
L/olb7H8/ZpR7O5nBAfQTIQ=
=3P/g
-END PGP SIGNATURE-