Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ошибка "failed to register chann el handler while initializing push module worker"
- To: nginx-ru@xxxxxxxxx
- Subject: ошибка "failed to register chann el handler while initializing push module worker"
- From: "anon" <nginx-forum@xxxxxxxx>
- Date: Tue, 22 Mar 2011 18:35:07 -0400
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mickey.jlkhosting.com; s=x; h=Date:Sender:From:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=rF1xD7lfwkUOVHpXI31F87IRf5aq6oyjxio2hi1QKFs=; b=US09IviR8jQ0OCnkHem7mPlvXVDrB+JIPMjbzB3/VHdLPkkXmB3uAER3+4OZFRW7OW7vVkd9QcWPJdoS/IPpEA6YIM94KuUUsuqeNO+q8LhcBMde0hmh/7VmEvGHUEGC;
При запуске в логах пишется следующее
2011/03/23 01:22:31 [info] 4784#0: Using 32768KiB of shared memory for
push module in /etc/nginx/nginx.conf:3141
2011/03/23 01:22:31 [alert] 4791#0: epoll_ctl(1, 0) failed (1: Operation
not permitted)
2011/03/23 01:22:31 [alert] 4791#0: failed to register channel handler
while initializing push module worker (1: Operation not permitted)
2011/03/23 01:22:31 [alert] 4786#0: cache manager process 4791 exited
with fatal code 2 and can not be respawn
2011/03/23 01:22:31 [alert] 4792#0: epoll_ctl(1, 0) failed (1: Operation
not permitted)
2011/03/23 01:22:31 [alert] 4792#0: failed to register channel handler
while initializing push module worker (1: Operation not permitted)
Настроен кэш следующим образом
proxy_cache_path /var/lib/nginx/cache levels=1:2
keys_zone=upstream_cache_zone:10m;
proxy_cache_valid 200 302 5m;
proxy_cache_valid 301 1h;
proxy_cache_valid any 1m;
proxy_cache_methods GET HEAD;
proxy_cache_key "$host$request_uri$cookie_user";
proxy_cache_bypass $http_pragma $http_authorization;
proxy_cache_min_uses 2;
Не понятно, откуда упоминание push
модуля, вроде бы он у нас не
используется.
nginx/0.8.54 из репозитория Debian.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,185003,185003#msg-185003
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|