On Sat, 20 Jan 2007, [UTF-8] Jan ?lusarczyk wrote:
What Linux verison do you use ?
Ubuntu Dapper Drake Server edition:
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 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