Package: mixmaster
Version: 3.0b2-3
Severity: normal

The standard stop command does not really stop the daemon. This
may be a bug in dpkg's end (start-stop-daemon)

A possible cause: There is no pid file for the process.

SUGGESTION

It shoudl really stop the daemon, no matter what is the situation.  Or
at least give an indication with an error message if the daemon
couldn't be stopped

-----------------------------------------------------------------------

sh -x  /etc/init.d/mixmaster stop
+ set -e
+ DESC='Mixmaster Daemon'
+ NAME=mixmaster
+ DAEMON=/usr/bin/mixmaster
+ ARGS='--daemon --no-ask-passphrase'
+ USER=mixmaster
+ GROUP=mixmaster
+ REMAILCONFIGFILE=/etc/mixmaster/remailer.conf
++ printf '\t'
+ WS='[         ]'
++ printf '\t'
+ WSE='[=       ]'
+ '[' -x /usr/bin/mixmaster ']'
+ '[' -e /etc/mixmaster/remailer.conf ']'
+ case $1 in
+ echo -n 'Stopping Mixmaster Daemon: '
Stopping Mixmaster Daemon: + echo -n mixmaster
mixmaster+ start-stop-daemon --stop --quiet --oknodo --pidfile 
/var/run/mixmaster/mixmaster.pid --user mixmaster --exec /usr/bin/mixmaster
+ echo .
.
+ exit 0

[EMAIL PROTECTED] /var/spool/mail ps -ef | grep mixmas
113       3540     1  0 01:27 ?        00:00:41 /usr/bin/mixmaster --daemon 
--no-ask-passphrase
root     16806  5367  0 14:03 pts/2    00:00:00 grep mixmas

[EMAIL PROTECTED] /var/spool/mail ls -l /var/run/mixmaster/mixmaster.pid
ls: /var/run/mixmaster/mixmaster.pid: No such file or directory



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to