From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Linux Sisyphus mailing list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] Fwd: Re: [Comm] start-stop-daemon
Date: Sun, 25 May 2003 22:59:17 +0400
Message-ID: <20030525185917.GA30249@basalt.office.altlinux.org> (raw)
In-Reply-To: <200305252137.24472.fred@inion.ru>
[-- Attachment #1: Type: text/plain, Size: 2113 bytes --]
On Sun, May 25, 2003 at 09:37:24PM +0400, Fred wrote:
> > от Самого:
> > root]# service smb status
> > smbd is running
> > nmbd is running
> >
> > от себя, любимого:
> > fred]$ service smb status
> > smbd is stopped
> > nmbd is stopped
> >
> > Лихо!
> > Я опять чего-то не прочитал о каких-нибудь изменениях? :)
> > Укажите, плз.
> > А то у меня мониторящий скриптик крутится, там на service smb status
> > кой-чего завязано. Не от рута ж его теперь пускать...
>
> Да, есть такой момент.
> Пишите в sisyphus@, в этом списке рассылки я вам на этот в целом
> неплохой вопрос не отвечу - policy запрещает.
Начиная с того момента, как эта часть initscripts переехала в пакет
service, в реализации произошли существенные изменения, см. моё
развёрнутое письмо на эту тему в архиве devel@.
В частности, status вычисляется более аккуратно, ввиду чего пользователь
не может достоверно установить, запущен ли рутом тот или иной сервис.
Впрочем, с меньшей степенью достоверности (а именно, с той же, что и
раньше) найти процесс можно.
Рассмотрим вкратце эту ситуацию на примере crond, который, в отличие от
smb, запущен практически у всех:
# /etc/init.d/crond status
crond is running
$ /etc/init.d/crond status
crond is dead, but stale PID file exists
$ sh -x /etc/init.d/crond status 2>&1 |grep '^+ start-stop-daemon'
+ start-stop-daemon --stop --test --exec /usr/sbin/crond --pidfile /var/run/crond.pid --user root
$ /sbin/start-stop-daemon --stop --test --exec /usr/sbin/crond --pidfile /var/run/crond.pid --user root
No /usr/sbin/crond found running; none killed.
# /sbin/start-stop-daemon --stop --test --exec /usr/sbin/crond --pidfile /var/run/crond.pid --user root
Would send signal 15 to 3014.
Из приведённого примера видно, что start-stop-daemon(8) не нашёл процесс /usr/sbin/crond.
То же самое говорит и pidof(8):
$ echo "pid=$(pidof /usr/sbin/crond)"
pid=
# echo "pid=$(pidof /usr/sbin/crond)"
pid=3014
В то же самое время:
$ pidof crond
3014
$ /sbin/start-stop-daemon --stop --test --name crond --pidfile /var/run/crond.pid --user root
Would send signal 15 to 3014.
Ну вот, выводы делайте сами.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-05-25 18:59 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-25 17:37 Fred
2003-05-25 18:59 ` Dmitry V. Levin [this message]
2003-05-25 19:19 ` [sisyphus] " Michael Shigorin
2003-05-25 19:32 ` Dmitry V. Levin
2003-05-25 19:44 ` Michael Shigorin
2003-05-25 20:13 ` Dmitry V. Levin
2003-05-25 22:05 ` Fred
2003-05-25 22:49 ` Dmitry V. Levin
2003-05-26 7:28 ` Michael Shigorin
2003-05-26 9:00 ` Dmitry V. Levin
2003-05-26 9:30 ` Serhiy Brytskyy
2003-05-26 10:05 ` Igor Homyakov
2003-05-26 11:24 ` [sisyphus] fstab Dmitry V. Levin
2003-05-26 11:51 ` Igor Homyakov
2003-05-26 11:42 ` [sisyphus] [JT] start-stop-daemon Alexey Morozov
2003-05-26 11:12 ` Igor Homyakov
2003-05-26 12:09 ` Dmitry V. Levin
2003-05-26 12:41 ` Igor Homyakov
2003-05-26 10:24 ` [sisyphus] Re: Fwd: Re: [Comm] start-stop-daemon Ildar Mulyukov
2003-05-26 15:49 ` Michael Shigorin
2003-05-27 0:55 ` Alexey Tourbin
2003-05-27 6:22 ` Igor Homyakov
2003-05-27 11:58 ` Борис Ревякин
2003-05-27 9:29 ` Michael Shigorin
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=20030525185917.GA30249@basalt.office.altlinux.org \
--to=ldv@altlinux.org \
--cc=sisyphus@altlinux.ru \
/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 Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git