From: Michael Shigorin <mike@osdn.org.ua> To: ALT Devel discussion list <devel@lists.altlinux.org> Subject: Re: [devel] [git update] packages/nginx: heads/master Date: Fri, 31 Aug 2007 17:11:58 +0300 Message-ID: <20070831141158.GD22284@osdn.org.ua> (raw) In-Reply-To: <20070830212422.GA21110@basalt.office.altlinux.org> On Fri, Aug 31, 2007 at 01:24:22AM +0400, Dmitry V. Levin wrote: > > +OLDBINPID=/var/run/nginx.pid.oldbin > > +BINARY=/usr/sbin/nginx > Зачем это?? Постфактум: Костик объяснил правильно; и оно почти работало. Собственно, эти костыли были этапом экспериментов -- то, куда оно пришло сегодня, вчера в общих чертах и представлялось. > > - stop_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" --expect-user root --name nginx -- /usr/sbin/nginx > > + stop_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" --expect-user root --name nginx -- $BINARY > Не нужен никакой $BINARY, выкиньте --name nginx и напишите по-человечески. > Может хотя бы /etc/init.d/template посмотрите? Дим, смотрел и не раз. Здесь проблема была не в починке методом s,nginx,/usr/sbin/nginx, а в применении --name nginx с самого начала. Где бы правильное применение задокументировать -- в template? Каждый раз читать /etc/init.d/functions не очень интересно. > Какому пользователю принадлежит файл $PIDFILE? root:root > Делать kill -USR2 `cat "$PIDFILE"` не глядя нельзя, если слово > "безопасность" для вас не пустой звук. А то. Более подробный анализ -- здесь: https://bugzilla.altlinux.org/show_bug.cgi?id=12655#c9 > > condrestart) > > - [ -e "$LOCKFILE" ] && upgrade ||: > > + # package upgrade should invoke upgrade(); > > + # sysadmin doing condrestart by hand > > + # should invoke restart() if nginx's running. > > + # see also manual/triggers in rpm docs > > + # and /usr/sbin/post_service > > + if ! [ "$RPM_INSTALL_ARG1" -ge 0 ] 2>/dev/null; then > > + if [ -e "$LOCKFILE" ]; then > > + restart > > + fi > > + exit 0 > > + fi > > + if [ "$RPM_INSTALL_ARG1" -gt 1 ]; then > > + upgrade > > + fi > А почему при обновлении пакета нельзя выполнить обычный condrestart? Поскольку можно круто выпендриться и выполнить необычный =) Со времён nginx-0.1.x так хотел, но только теперь добрался. УМВР и потому в git. -- ---- WBR, Michael Shigorin <mike@altlinux.ru> ------ Linux.Kiev http://www.linux.kiev.ua/
next prev parent reply other threads:[~2007-08-31 14:11 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-08-30 21:24 ` Dmitry V. Levin 2007-08-30 22:27 ` Konstantin A. Lepikhov 2007-08-31 0:09 ` Dmitry V. Levin 2007-08-31 0:32 ` Michael Shigorin 2007-08-31 0:40 ` Dmitry V. Levin 2007-08-31 0:47 ` Michael Shigorin 2007-08-31 1:10 ` Dmitry V. Levin 2007-08-31 14:02 ` Michael Shigorin 2007-08-31 21:43 ` Dmitry V. Levin 2007-08-31 14:11 ` Michael Shigorin [this message] 2007-08-31 15:19 ` Денис Смирнов 2007-08-31 15:56 ` [devel] [git update] [JT] " Alexey I. Froloff 2007-09-01 13:09 ` Денис Смирнов
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20070831141158.GD22284@osdn.org.ua \ --to=mike@osdn.org.ua \ --cc=devel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git