ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] start_daemon и stop_daemon
@ 2006-06-14 12:50 Alexey Sidorov
  2006-06-14 22:27 ` Dmitry V. Levin
  0 siblings, 1 reply; 11+ messages in thread
From: Alexey Sidorov @ 2006-06-14 12:50 UTC (permalink / raw)
  To: [Comm]

есть инит-скрипт "обслуживающий" pyicq-t

JIT_CONF=/etc/jabberd2/pyicq.xml
LOCKFILE=/var/lock/subsys/jabberd2-pyicq
PIDFILE=/var/lib/jabberd2/pid/pyicq.pid
JIT_USER=jabberd2
JIT_EXEC=/usr/libexec/pyicq-t/PyICQt.py
в start прописано:
	start_daemon \
	    --lockfile "$LOCKFILE" \
	    --pidfile "$PIDFILE" \
	    --user "$JIT_USER" \
	    -- "$JIT_EXEC" -b -c "$JIT_CONF"
	RETVAL=$?
в stop:
	stop_daemon \
	    --lockfile "$LOCKFILE" \
	    --pidfile "$PIDFILE" \
	    --expect-user "$JIT_USER" \
	    -- "$JIT_EXEC"
	RETVAL=$?
и в status:
	status \
	    --pidfile "$PIDFILE" \
	    --expect-user "$JIT_USER" \
	    -- "$JIT_EXEC"
	RETVAL=$?

стартует нормально, а вот стоп - не работает. и статус тоже говорит что процесс "стоппед" (PyICQt.py is stopped)
мне кажется это из-за того, что при старте PyICQt.py стартует (и впоследствии висит в процессах) python, и он уже в свою очередь запускает pyicqt'шный main

Что нужно прописать в stop_daemon и status что-б они работали?
-- 
С уважением,	Алексей Сидоров
 	mailto:alex@reutman.ru
	JIT:alexsid@jabber.ru


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

end of thread, other threads:[~2006-06-15 21:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-14 12:50 [Comm] start_daemon и stop_daemon Alexey Sidorov
2006-06-14 22:27 ` Dmitry V. Levin
2006-06-15  4:22   ` Alexey Sidorov
2006-06-15  4:57     ` Nikolay A. Fetisov
2006-06-15  5:20       ` Alexey Sidorov
2006-06-15  7:10         ` Nikolay A. Fetisov
2006-06-15  7:48           ` Alexey Sidorov
2006-06-15  9:41           ` Vladimir V. Kamarzin
2006-06-15  9:56             ` Alexey Sidorov
2006-06-15 21:31               ` Dmitry V. Levin
2006-06-15 10:30             ` Nikolay A. Fetisov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git