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

Bug#547722: marked as done (nginx: could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32)



Your message dated Mon, 23 Jan 2012 22:59:24 +0100
with message-id <20120123215924.GO16076@glenfiddich.mraw.org>
and subject line Re: [LENNY] release-notes: nginx need config update
has caused the Debian Bug report #547722,
regarding nginx: could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
547722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547722
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: nginx
Version: 0.6.32-3
Severity: wishlist

Hello,

During Etch->Lenny upgrade, nginx refused to restart:

Starting nginx: 2009/04/19 20:45:26 [emerg] 28783#0: could not
build the server_names_hash, you should increase server_names_hash_bucket_size: 32

I need add a new option in nginx.conf :

--8<--
[...]
http {
include       /etc/nginx/mime.types;
default_type  application/octet-stream;

+server_names_hash_bucket_size 33;

[...]
--8<--

I think this behaviour should be documented in Lenny Releases Notes.
Do you agree?

Regards,
-- 
Gregory Colpart <reg@evolix.fr>  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/



--- End Message ---
--- Begin Message ---
On Sun, Jan 22, 2012 at 02:45:22PM -0600, Jonathan Nieder wrote:
> tags 547722 + lenny moreinfo
> quit
> 
> Simon Paillard wrote:
> >   Should you get the following error while starting nginx:
> >
> >     could not build the server_names_hash, you should increase
> >     server_names_hash_bucket_size: 32
> >
> >   Please add the following parameter to your nginx.conf:
> >
> >     server_names_hash_bucket_size 100;
> >
> >   Where 100 is the size of your server names hash bucket. For more information
> >   about this option, please read the following resources:
> 
> Thanks for your work.
> 
> Given that this is already in nginx's NEWS.Debian (and lenny is on its way
> out :)), is this still worth documenting in release-notes?

Indeed, no :-)

-- 
Simon Paillard


--- End Message ---

Reply to: