ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

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

Re: Nginx and logrotate



On 08/07/13 20:56, Вячеслав Кокорин wrote:


07.08.2013, в 21:06, Sergey Kobzar <sergey.kobzar@xxxxxxxxxxx> написал(а):

Продолжение истории:

# ls -alh /var/log/nginx/
total 8.8G
drwxr-xr-x  2 nginx root 4.0K Aug  7 03:10 .
drwxr-xr-x 11 root  root 4.0K Aug  7 03:10 ..
-rw-r--r--  1 nginx root    0 Aug  7 03:10 access.log
-rw-r--r--  1 nginx root 1.2G Aug  2 03:10 access.log-20130802
-rw-r--r--  1 nginx root 1.2G Aug  3 03:10 access.log-20130803
-rw-r--r--  1 nginx root 1.1G Aug  4 03:10 access.log-20130804
-rw-r--r--  1 nginx root 2.5G Aug  6 03:10 access.log-20130805
-rw-r--r--  1 nginx root 2.2G Aug  7 19:59 access.log-20130807
...

Сейчас логи складываются в access.log-20130807. + отсутствует 
access.log-20130806.

cat /etc/logrotate.d/nginx
/var/log/nginx/*.log {
        daily
        rotate 5
        missingok
        nocompress
        sharedscripts
        postrotate
                test -r /run/nginx.pid && kill -USR1 `cat /run/nginx.pid`
        endscript
}

У вас PID файлы точно в /run ?  Обычно это /var/run

Угу:

# la /var/run
lrwxrwxrwx 1 root root 4 Jan 23  2013 /var/run -> /run

# ps ax | grep nginx
1965 ? Ss 0:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
 1966 ?        S     35:55 nginx: worker process
 1967 ?        S     35:37 nginx: worker process
 1969 ?        S     35:08 nginx: worker process
 1970 ?        S     34:57 nginx: worker process
 1971 ?        S     34:55 nginx: worker process
 1972 ?        S     35:12 nginx: worker process
 1973 ?        S     35:11 nginx: worker process
 1974 ?        S     36:01 nginx: worker process

# cat /run/nginx.pid
1965


Сегодня утром получил сообщение от cron'а:
gzip: stdin: file size changed while zipping
gzip: stdin: file size changed while zipping

Но так, как в /etc/logrotate.d/nginx есть nocompress, то есть подозрение, что 
это общесистемное.

Any ideas?

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.