[Bug 718746] New: amavisd-new 2.7.0-41.1 does not install milter, but the init.d script requires it
https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c0 Summary: amavisd-new 2.7.0-41.1 does not install milter, but the init.d script requires it Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: x86-64 OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: heigu@gmx.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2 amavisd-new 2.7.0-41.1 (from http://download.opensuse.org/repositories/server:/mail/openSUSE_11.4/) does not install milter (/usr/sbin/milter). In the RELEASE_NOTES I found "- old helper programs amavis.c and amavis-milter.c are no longer distributed with the package, along with the whole helper-progs subdirectory. As a milter client please use the more modern 'amavisd-milter' package by Petr Rehor, available at http://sourceforge.net/projects/amavisd-milter/" But /etc/init.d/amavis still requires milter: "AMAVISD_BIN=/usr/sbin/amavisd AMAVIS_MILTER_BIN=/usr/sbin/amavis-milter AMAVIS_SYSCONFIG=/etc/sysconfig/amavis AMAVIS_CONF=/etc/amavisd.conf AMAVIS_PID=/var/spool/amavis/amavisd.pid AMAVIS_MILTER_SOCK=local:/var/run/amavis/amavis-milter.sock # Check for missing binaries (stale symlinks should not happen) # Note: Special treatment of stop for LSB conformance test -x $AMAVISD_BIN || { echo "$AMAVIS_BIN not installed"; if [ "$1" = "stop" ]; then exit 0; else exit 5; fi; } test -x $AMAVIS_MILTER_BIN || { echo "$AMAVIS_MILTER_BIN not installed"; if [ "$1" = "stop" ]; then exit 0; else exit 5; fi; }" The consequence is that amavis does not start. Maybe I'm wrong. But I think, that, if milter is not necessary, the init.de script should be changed. Otherwise there should be another package "amavisd-milter" which should be required by installing or updating amavisd-new. Reproducible: Always Steps to Reproduce: 1. Installing or upgrading amavisd-new mavisd-new 2.7.0-41.1 from http://download.opensuse.org/repositories/server:/mail/openSUSE_11.4/. Actual Results: amavis does not start. Expected Results: amavis should start. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c1 Norbert Hornyak <hnsz2002@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hnsz2002@gmail.com --- Comment #1 from Norbert Hornyak <hnsz2002@gmail.com> 2011-09-18 22:15:47 UTC --- I also have these error... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c Norbert Hornyak <hnsz2002@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c zj jia <zjjia@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@suse.com AssignedTo|bnc-team-screening@forge.pr |varkoly@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c2 Freek de Kruijf <f.de.kruijf@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |f.de.kruijf@gmail.com --- Comment #2 from Freek de Kruijf <f.de.kruijf@gmail.com> 2011-10-12 14:37:00 UTC --- I noticed that a dependency of the amavisd package now is the amavisd-milter package. So now installing amavisd also installs amavisd-milter. This is because /etc/init.d/amavis checks for the availability of /usr/sbin/amavis-milter. However this check should be for /usr/sbin/amavisd-milter. The following patch file should be applied after renaming /etc/init.d/amavis to /etc/init.d/amavis.org --- /etc/init.d/amavis.org 2011-10-11 17:25:08.000000000 +0200 +++ /etc/init.d/amavis 2011-10-12 12:19:55.010477784 +0200 @@ -22,7 +22,7 @@ ### END INIT INFO AMAVISD_BIN=/usr/sbin/amavisd -AMAVIS_MILTER_BIN=/usr/sbin/amavis-milter +AMAVIS_MILTER_BIN=/usr/sbin/amavisd-milter AMAVIS_SYSCONFIG=/etc/sysconfig/amavis AMAVIS_CONF=/etc/amavisd.conf AMAVIS_PID=/var/spool/amavis/amavisd.pid However there is still another bug, which became worse bug#706257 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c3 --- Comment #3 from Norbert Hornyak <hnsz2002@gmail.com> 2011-10-12 16:39:55 UTC --- I dont have amavisd-milter too... I workaround the problem, with uncomment the check the exists of amavis milter. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c4 Matthias Praunegger <office@praunegger-it.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |office@praunegger-it.at --- Comment #4 from Matthias Praunegger <office@praunegger-it.at> 2011-10-25 05:24:25 UTC --- Norbert, have you installed the package amavisd-milter? If so, then it works. The bug still exists in openSUSE 11.3: amavisd-new | Paket | 2.7.0-49.1 | x86_64 | openSUSE_11.3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c5 --- Comment #5 from Norbert Hornyak <hnsz2002@gmail.com> 2011-10-25 19:44:51 UTC --- Hmm, thanks you Matthias. I installed the amavisd-milter package, then fix the install script, and now works correct. I forgot install the milter package last time... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c6 Wolfgang Rosenauer <wolfgang@rosenauer.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wolfgang@rosenauer.org --- Comment #6 from Wolfgang Rosenauer <wolfgang@rosenauer.org> 2011-11-02 09:49:50 UTC --- Seems there is still an issue with the latest package. amavisd-milter has been added to the amavisd-new package now but the binary name is different it seems. I'll check that. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c7 Peter Varkoly <varkoly@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |FIXED --- Comment #7 from Peter Varkoly <varkoly@suse.com> 2011-11-02 10:07:02 UTC --- Fixed: created request id 89920 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=718746 https://bugzilla.novell.com/show_bug.cgi?id=718746#c8 --- Comment #8 from Freek de Kruijf <f.de.kruijf@gmail.com> 2011-11-02 11:06:08 UTC --- I would put your attention to this file /etc/init.d/amavis in openSUSE 12.1, which needs more changes, see bug#706257 . -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com