ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@altlinux.org>
Subject: Re: [devel] Вопрос про initscripts
Date: Thu, 18 Aug 2005 17:05:35 +0400
Message-ID: <20050818130535.GC3790@basalt.office.altlinux.org> (raw)
In-Reply-To: <20050817234659.4627ec3b@shrek.msk.menatepspb.com>

[-- Attachment #1: Type: text/plain, Size: 1508 bytes --]

On Wed, Aug 17, 2005 at 11:46:59PM +0400, vserge wrote:
> Приветствую
> 
> При написании инитскрипта для HPLIP cтолкнулся со следующей проблемой
> и соответственно требуется помощь или разъяснения:
> 
> Проблема:
> имеем скрип, написанный на python, который запускается как демон 
> в заголовке скрипта имеем:
> #> head /usr/share/hplip/hpssd.py 
> #!/usr/bin/env python
> #
> 
> в инитскрипте прописываем соответственно:
> HPSSD_PIDFILE=/var/run/hpssd.pid
> HPSSD_LOCKFILE=/var/lock/subsys/hpssd
> HPSSD=/usr/share/hplip/hpssd.py
> 
> start_daemon --pidfile "$HPSSD_PIDFILE" --lockfile "$HPSSD_LOCKFILE"
> --expect-user root -- $HPSSD
> 
> stop_daemon --pidfile "$HPSSD_PIDFILE" --lockfile "$HPSSD_LOCKFILE"
> --expect-user root -- $HPSSD
> 
> status --pidfile "$HPSSD_PIDFILE" --expect-user root -- $HPSSD
> 
> При этом скрипт stop и status не отрабатывают как надо, т.е.
> #> service hplip status
> hpssd.py is dead, but stale PID file exists

У меня такое ощущение, что программа, которую надо искать, называется
/usr/bin/python.

Например, в /etc/init.d/mailman status реализован так:
stat()
{
	status --pidfile "$MAILMANPID" --expect-user mailman -- $PYTHON
	RETVAL=$?
	return $RETVAL
}

> Но если в инитскрипте заменить вызов stop_daemon на прямой вызов
> start-stop-daemon, то все работает
> 
> start-stop-daemon --pidfile "$HPSSD_PIDFILE" --user root --stop $HPSSD

Я бы не стал использовать start-stop-daemon напрямую без необходимости.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2005-08-18 13:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-17 19:46 vserge
2005-08-18 12:43 ` [devel] Вопрос про initscripts - ВОПРОС адресован в первую очередь LDV vserge
2005-08-18 13:01   ` [devel] [JT] " Dmitry V. Levin
2005-08-18 14:56     ` vserge
2005-08-18 15:02     ` Ivan Fedorov
2005-08-18 13:05 ` Dmitry V. Levin [this message]
2005-08-18 14:55   ` [devel] Вопрос про initscripts vserge
2005-08-18 15:01     ` Ivan Fedorov
2005-08-18 15:34       ` vserge
2005-08-20  8:23         ` Ivan Fedorov
2005-08-18 15:57       ` Dmitry V. Levin

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=20050818130535.GC3790@basalt.office.altlinux.org \
    --to=ldv@altlinux.org \
    --cc=devel@altlinux.org \
    --cc=devel@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 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