Opened 12 years ago
Closed 12 years ago
#294 closed defect (invalid)
nginx 1.3.12 / Debian Wheezy ARM: deprecated call
Reported by: | sil68.myopenid.com | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.3.x |
Keywords: | Cc: | ||
uname -a: | Linux myhost 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l GNU/Linux | ||
nginx -V: |
nginx version: nginx/1.3.12
built by gcc 4.6.3 (Debian 4.6.3-14+rpi1) TLS SNI support enabled configure arguments: --prefix=/usr/local --conf-path=/usr/local/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx/nginx.pid --lock-path=/var/run/nginx/nginx.lck --user=www --group=www --with-rtsig_module --with-select_module --with-poll_module --with-file-aio --with-ipv6 --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module --with-http_image_filter_module --with-http_geoip_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_stub_status_module --with-http_perl_module --with-mail --with-mail_ssl_module --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/tmp/nginx/client --http-proxy-temp-path=/var/tmp/nginx/proxy --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi --http-scgi-temp-path=/var/tmp/nginx/scgi --with-pcre --with-pcre-jit --with-debug --add-module=/data/src/nginx/modules/ngx_devel_kit --add-module=/data/src/nginx/modules/nginx-rtmp-module --add-module=/data/src/nginx/modules/lua-nginx-module --add-module=/data/src/nginx/modules/nginx-upload-progress-module --add-module=/data/src/nginx/modules/ngx_auto_lib |
Description
[ 1167.508907] warning: process `nginx' used the deprecated sysctl system call with 1.33.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Use of sysctl() syscall is the result of --with-rtsig_module
configure argument you use. Recompile nginx without this argument and there will be no warning.
Segmentation faults you see are clearly unrelated to the warning, see mailing list for additional debugging suggestions. If this will be identified as a problem in nginx itself, it should be filed as a separate ticket then.
Note:
See TracTickets
for help on using tickets.
Try as I might, re-using my configuration successfully deployed on my Mac box (10.7) running nginx 1.3.9, or stripping it down to a bare minimum, under Debian Wheezy/ARM my (self-compiled) copies of nginx 1.3.11 and 1.3.12 are crashing, well, that is the worker/cache processes are crashing.