11 messages in ru.sysoev.nginxRe: 0.5.7 waiting connections
FromSent OnAttachments
Jan ŚlusarczykJan 18, 2007 4:26 pm 
Igor SysoevJan 19, 2007 8:54 am 
Jan ŚlusarczykJan 19, 2007 9:26 am 
Igor SysoevJan 19, 2007 10:49 am 
Jan ŚlusarczykJan 20, 2007 3:11 am 
Igor SysoevJan 20, 2007 3:32 am 
Jan ŚlusarczykJan 20, 2007 3:47 am 
Igor SysoevJan 20, 2007 4:08 am 
Jan ŚlusarczykJan 20, 2007 7:32 am 
Jan ŚlusarczykJan 21, 2007 2:02 am 
Igor SysoevJan 21, 2007 2:13 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: 0.5.7 waiting connectionsActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Jan 20, 2007 4:08:08 am
List:ru.sysoev.nginx

On Sat, 20 Jan 2007, [UTF-8] Jan ?lusarczyk wrote:

What Linux verison do you use ?

Ubuntu Dapper Drake Server edition:

uname -a

Linux linux 2.6.15-25-server #1 SMP Wed Jun 14 11:52:05 UTC 2006 i686 GNU/Linux

What does "nginx -V" show ?

nginx -V

nginx version: nginx/0.5.8 configure arguments: --sbin-path=/usr/sbin --conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --with-md5=/usr/lib --with-sha1=/usr/lib --user=www-data --group=www-data --with-http_stub_status_module --with-http_flv_module

You should not use "--with-md5=/usr/lib --with-sha1=/usr/lib", however, it does not affect in this case.

What does "file /usr/sbin/nginx" show ? What does "ldd /usr/sbin/nginx" show ?

Could you run "./configure ..." again and send the ouptut.

Could you enable core dumps ? It can be done using:

echo 1 > /proc/sys/fs/suid_dumpable

or

echo 1 > /proc/sys/kernel/suid_dumpable

depening from Linux version.

Also you need to set ing nginx.conf:

worker_rlimit_core 100m; working_directory /path/to/core/files;

You can also set the core dump path globally using /proc/sys/kernel/core_pattern