The changes in #8 work.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/930916
Title:
amavis start-stop script fails to stop amavisd
To manage notifications about this bug go to
Sorry I have not put the correct paths in the patch
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/930916
Title:
amavis start-stop script fails to stop amavisd
To manage no
Looking at it & reading the Debian package's changelog I think the only
thing to fix this has been removing the check for the uid of the running
process when stopping the process. The necessary patch might be limited
to something like the attached file.
** Patch added: "amavis-init-patch.diff"
An easy fix:
In /etc/init.d/amavis:
replace the line
STOP="--stop --quiet --pidfile $PIDFILE --name ${DAEMONNAME}"
with
STOP="--stop --quiet --pidfile $PIDFILE"
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
htt
Public bug reported:
On Ubuntu 12.04 Precise Pangolin using amavisd-new 2.6.5-0ubuntu3 the
amavis start-stop script fails to stop the daemon.
What occurs is the following:
sudo service amavis restart
Stopping amavisd: (not running).
Starting amavisd: The amavisd daemon is already running, PID: [{
The version in oneiric-proposed appears to be working perfectly for me.
I reported the issue in october on IRC, thanks for fixing it so quickly!
I had been using my own patch in the meantime, so that's what kept me
from testing your patch.
--
You received this bug notification because you are a