Re: Странная работа error_log

Igor Sysoev igor на sysoev.ru
Сб Сен 4 16:40:59 MSD 2010


On Sat, Sep 04, 2010 at 12:55:28PM +0300, Vladislav V. Prodan wrote:

> 04.09.2010 12:27, Igor Sysoev пишет:
> > On Sat, Sep 04, 2010 at 12:09:19PM +0300, Vladislav V. Prodan wrote:
> > 
> >> 04.09.2010 9:25, Igor Sysoev пишет:
> >>
> >>> ./configure --error-log-path=/var/log/nginx/error.log ...
> >>
> >> И что? пусть пишет в error_log старого конфига.
> >> А вот если строчка error_log отсутствует и в старом и новом конфиге,
> >> тогда пусть пишет в дефолтный лог.
> > 
> > В моих тестах при kill -HUP `cat nginx.pid` пишет в error_log старого
> > конфига. Вопрос в том, что делает service nginx reload ?
> 
> имитириует работу /usr/local/etc/rc.d/nginx reload
> которое тоже добавляет [warn] в nginx-error.log
> 
> SERVICES(5)               FreeBSD File Formats Manual
> SERVICES(5)
> 
> NAME
>      services -- service name data base
> 
> DESCRIPTION
>      The services file contains information regarding the known services
>      available in the Internet.  For each service a single line should be
>      present with the following information:
> 
>            official service name
>            port number
>            protocol name
>            aliases
> ...
> в /usr/local/etc/rc.d/nginx ничего криминального:
> 
> . /etc/rc.subr
> 
> name="nginx"
> ...
> command="/usr/local/sbin/nginx"
> required_files=/usr/local/etc/nginx/nginx.conf
> 
> ...
> extra_commands="reload configtest upgrade gracefulstop"
> run_rc_command "$1"

reload_precmd="nginx_checkconfig"
"nginx -t" это и выдаёт.

> >> Да и вообще-то для таких вещей существует дефолтный системный лог
> >> /var/log/messages ...
> > 
> > mc374:~>ls -l /var/log/messages
> > ls: /var/log/messages: No such file or directory
> > 
> uname -a ?  :)

Darwin mc374 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386


-- 
Игорь Сысоев
http://sysoev.ru



Подробная информация о списке рассылки nginx-ru