[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-05-22 Thread James Page
** Changed in: amavisd-new (Ubuntu)
 Assignee: Clint Byrum (clint-fewbar) = James Page (james-page)

** Also affects: amavisd-new (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: amavisd-new (Ubuntu Quantal)
   Importance: High
 Assignee: James Page (james-page)
   Status: Confirmed

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-05-22 Thread James Page
** Changed in: amavisd-new (Ubuntu Quantal)
   Status: Confirmed = Fix Released

** Changed in: amavisd-new (Ubuntu Precise)
   Importance: Undecided = High

** Changed in: amavisd-new (Ubuntu Precise)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: amavisd-new (Ubuntu Precise)
   Status: New = In Progress

-- 
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:
  [SRU] amavis start-stop script fails to stop amavisd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-04-28 Thread Thomas M Steenholdt
Any reason why this fix has not gone into final precise?

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-13 Thread Clint Byrum
** Changed in: amavisd-new (Ubuntu)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-07 Thread albatros
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-07 Thread Mike Conigliaro
The changes in #8 work for me too.

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-06 Thread Andres Rodriguez
** Tags added: rls-p-tracking

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-05 Thread Daniel Holbach
What I found was the following:

daniel@daydream:~$ diff -ruN amavisd-new-2.{6.5,7.0}/debian/amavisd-new.init 
--- amavisd-new-2.6.5/debian/amavisd-new.init   2012-03-05 11:15:35.0 
+0100
+++ amavisd-new-2.7.0/debian/amavisd-new.init   2012-03-05 11:15:43.0 
+0100
@@ -41,8 +41,8 @@
 
 set -e
 
-START=--start --quiet --pidfile $PIDFILE --name ${DAEMONNAME} --startas 
${DAEMON}
-STOP=--stop --quiet --pidfile $PIDFILE --name ${DAEMONNAME}
+START=--start --quiet --pidfile $PIDFILE --startas ${DAEMON}
+STOP=--stop --quiet --pidfile $PIDFILE
 PARAMS=
 
 check_noncompatible_upgrade() {
daniel@daydream:~$

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-05 Thread Daniel Holbach
Can somebody please go and test the current amavisd-new in Ubuntu
precise and make sure it still works with the init script changes above?

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-05 Thread Daniel Holbach
Until then I'll unsubscribe the 'ubuntu-sponsors' team, please re-
subscribe when ready.

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-03 Thread albatros
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-03 Thread albatros
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
   
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+attachment/2804788/+files/amavis-init-patch.diff

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-02 Thread Vibhav Pant
Attached Fix.

** Patch added: Patch
   
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+attachment/2801291/+files/amavisd-new_2.6.5-0ubuntu4.debdiff

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-02 Thread Daniel Holbach
Thanks Vibhav for your work on this.

Can you verify that in your patch you replaced the old debian/amavisd-
new.init with the new debian/amavisd-new.init? Because the changes in
the attached patch are rather large.

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-03-02 Thread Vibhav Pant
I have verified the patch again.

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-02-22 Thread albatros
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.
https://bugs.launchpad.net/bugs/930916

Title:
  amavis start-stop script fails to stop amavisd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-02-22 Thread Serge Hallyn
Marking confirmed based on debian report.

** Bug watch added: Debian Bug tracker #652026
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652026

** Also affects: amavisd-new (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652026
   Importance: Unknown
   Status: Unknown

** Changed in: amavisd-new (Ubuntu)
   Status: New = Confirmed

** Changed in: amavisd-new (Ubuntu)
   Importance: Undecided = High

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930916] Re: amavis start-stop script fails to stop amavisd

2012-02-22 Thread Bug Watch Updater
** Changed in: amavisd-new (Debian)
   Status: Unknown = Fix Released

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/930916/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs