[Bug 673366] Re: Default worker_connections too high for default system

2011-05-04 Thread Michael Lustfield
Marking as Fix Released as this has been resolved in Debian and the package has since been sync'ed to Ubuntu. ** Changed in: nginx (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber.

[Bug 673366] Re: Default worker_connections too high for default system

2011-01-10 Thread Bug Watch Updater
** Changed in: nginx (Debian) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/673366 Title: Default worker_connections too high for default system --

[Bug 673366] Re: Default worker_connections too high for default system

2011-01-05 Thread Michael Lustfield
This has been fixed in Debian. I don't see where this bug should be SRU'ed. However, the new version of Nginx could be proposed for backports. ** Changed in: nginx (Ubuntu) Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 673366] Re: Default worker_connections too high for default system

2010-12-24 Thread Michael Lustfield
Marking invalid against Nginx without distribution because the source code should not need to consider defaults for every distribution. If installing from source, it's the job of the administrator to know what defaults will need to be changed. ** Changed in: nginx Status: New = Invalid --

[Bug 673366] Re: Default worker_connections too high for default system

2010-12-20 Thread Mahyuddin Susanto
** Branch linked: lp:~udienz/ubuntu/lucid/nginx/nginx.fix691871 -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/673366 Title: Default worker_connections too high for default system -- ubuntu-bugs

[Bug 673366] Re: Default worker_connections too high for default system

2010-12-20 Thread Michael Lustfield
This is being dealt with upstream. It will be taken care of before Natty release. Please see bug 692087 and note the sync will pull in the resolved issue. ** Branch unlinked: lp:~udienz/ubuntu/lucid/nginx/nginx.fix691871 -- You received this bug notification because you are a member of Ubuntu

[Bug 673366] Re: Default worker_connections too high for default system

2010-12-20 Thread Mahyuddin Susanto
Proposed to SRU Lucid https://code.launchpad.net/~udienz/ubuntu/lucid/nginx/nginx.fix691871 ** Branch linked: lp:~udienz/ubuntu/lucid/nginx/nginx.fix691871 -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber.

[Bug 673366] Re: Default worker_connections too high for default system

2010-12-20 Thread Mahyuddin Susanto
** Tags added: regression-proposed ** Also affects: nginx Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/673366 Title: Default worker_connections too high

[Bug 673366] Re: Default worker_connections too high for default system

2010-12-20 Thread Mahyuddin Susanto
** Tags removed: regression-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/673366 Title: Default worker_connections too high for default system -- ubuntu-bugs mailing list

[Bug 673366] Re: Default worker_connections too high for default system

2010-12-07 Thread Bug Watch Updater
** Changed in: nginx (Debian) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/673366 Title: Default worker_connections too high for default system -- ubuntu-bugs

[Bug 673366] Re: Default worker_connections too high for default system

2010-12-01 Thread C Snover
“If you get into that much load, you should know how to configure your system to deal with it.” I don’t feel it is unreasonable to expect that the default OS settings won’t cause the disk to fill up (and, in doing so, cause other stuff to crash) when the default connection limit is reached. In

[Bug 673366] Re: Default worker_connections too high for default system

2010-12-01 Thread Michael Lustfield
What exactly do you think should be done so you don't have to monitor what's going on in your own system? The worker_connections will be reduced to 768 in the next version of this package which is scheduled for around Friday. Do you expect Nginx to tell you how to configure your system? With this

[Bug 673366] Re: Default worker_connections too high for default system

2010-11-30 Thread Michael Lustfield
** Summary changed: - default settings are dangerous + Default worker_connections too high for default system -- Default worker_connections too high for default system https://bugs.launchpad.net/bugs/673366 You received this bug notification because you are a member of Ubuntu Bugs, which is a

[Bug 673366] Re: Default worker_connections too high for default system

2010-11-30 Thread Michael Lustfield
This is not a security issue, agreed. The issue is that the default limit of the system are set to 1024. This should not be changed. Instead, it should be reduced to take in account for the extra file descriptors that are needed for stdin, stdout, stderr, and log files. For this reason, I feel

[Bug 673366] Re: Default worker_connections too high for default system

2010-11-30 Thread C Snover
Oops, I made a typo in the original report. Sorry! The speed of log writing in our scenario (with about 1600 concurrent connections) was 17MB/sec, not 1MB/sec. As such, I still feel like this is a potential security issue, since it appears that it is trivial for even low levels of traffic to

[Bug 673366] Re: Default worker_connections too high for default system

2010-11-30 Thread Brian Murray
@Michael - Where have you committed this change? Will it appear in a specific version of nginx? Is there an upstream bug that can be watched? ** Changed in: nginx (Ubuntu) Status: New = Triaged -- Default worker_connections too high for default system

[Bug 673366] Re: Default worker_connections too high for default system

2010-11-30 Thread Michael Lustfield
** Bug watch added: Debian Bug tracker #605529 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605529 ** Also affects: nginx (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605529 Importance: Unknown Status: Unknown -- Default worker_connections too high for

[Bug 673366] Re: Default worker_connections too high for default system

2010-11-30 Thread Bug Watch Updater
** Changed in: nginx (Debian) Status: Unknown = New -- Default worker_connections too high for default system https://bugs.launchpad.net/bugs/673366 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 673366] Re: Default worker_connections too high for default system

2010-11-30 Thread Michael Lustfield
Brian: I added the bug watch to this bug report. Thanks for reminding me. It will be part of 0.8.53-2. Snover: It's really the job of the administrator to keep track of the system. Logs are a huge part of that. While we should be making sure the package defaults don't conflict with the system