ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Вопрос про initscripts
@ 2005-08-17 19:46 vserge
  2005-08-18 12:43 ` [devel] Вопрос про initscripts - ВОПРОС адресован в первую очередь LDV vserge
  2005-08-18 13:05 ` [devel] Вопрос про initscripts Dmitry V. Levin
  0 siblings, 2 replies; 11+ messages in thread
From: vserge @ 2005-08-17 19:46 UTC (permalink / raw)
  To: ALT Devel discussion list

Приветствую

При написании инитскрипта для 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

Но если в инитскрипте заменить вызов stop_daemon на прямой вызов
start-stop-daemon, то все работает

start-stop-daemon --pidfile "$HPSSD_PIDFILE" --user root --stop $HPSSD

Как быть в таких случаях ?

-- 



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-08-20  8:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-17 19:46 [devel] Вопрос про initscripts 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 ` [devel] Вопрос про initscripts Dmitry V. Levin
2005-08-18 14:55   ` 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

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