Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: обновление при за пуске вручную
Igor Sysoev пишет:
> On Fri, Mar 21, 2008 at 12:29:28AM +0200, Alex Vorona wrote:
>
>
>> Запускаю nginx
>>
>> [root@host ]# nginx
>> [root@host ]#
>> Нормально запускается и работает.
>>
>> Хочу сделать обновление бинарника
>> [root@host ~]# kill -USR2 `cat /var/run/nginx.pid`
>> [root@host ~]# tail -n6 /var/log/nginx/error.log
>> 2008/03/20 17:09:15 [notice] 61177#0: signal 31 (SIGUSR2) received,
>> changing binary
>> 2008/03/20 17:09:15 [notice] 61177#0: changing binary
>> 2008/03/20 17:09:15 [notice] 61177#0: start new binary process 51009
>> 2008/03/20 17:09:15 [alert] 51009#0: execve() failed while executing new
>> binary process "nginx" (2: No such file or directory)
>> 2008/03/20 17:09:15 [notice] 61177#0: signal 20 (SIGCHLD) received
>> 2008/03/20 17:09:15 [notice] 61177#0: new binary process 51009 exited with
>> code 1
>>
> Нужно вручную запускать с полным путём.
>
>
[root@host ~]# `which nginx`
остановлюсь на таком варианте
|