Description of problem: In fedora devel (just about to become F15alpha) : # systemctl status amavisd.service amavisd.service - LSB: amavisd is an interface between MTA and content checkers Loaded: loaded (/etc/rc.d/init.d/amavisd) Active: active (exited) since Wed, 09 Feb 2011 21:17:17 +0100; 8min ago Process: 3202 ExecStop=/etc/rc.d/init.d/amavisd stop (code=exited, status=2/INVALIDARGUMENT) Process: 3229 ExecStart=/etc/rc.d/init.d/amavisd start (code=exited, status=0/SUCCESS) Main PID: 3234 (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/amavisd.service Probably due to # rpm -V amavisd-new5S.T..... c /etc/amavisd/amavisd.conf 5S.T..... c /etc/clamd.d/amavisd.conf missing /var/run/amavisd # mount |grep run tmpfs on /var/run type tmpfs (rw,nosuid,nodev,noexec,relatime,rootcontext=system_u:object_r:var_run_t:s0,seclabel,mode=755) Version-Release number of selected component (if applicable): ⇒ with systemd /var/run is a tmpfs so packages that need subdirs inside need to be modified to tell systemd to create them See also http://fedoraproject.org/wiki/Tmpfiles.d_packaging_draft How reproducible: always Additional info: amavisd-new-2.6.4-2.fc15.noarch systemd-units-17-3.fc15.x86_64 systemd-gtk-17-3.fc15.x86_64 systemd-17-3.fc15.x86_64
Please add amavisd.conf to /etc/tmpfiles.d in the amavisd-new package: /etc/tmpfiles.d]# cat amavisd.conf d /var/run/amavisd 0755 amavis amavis
amavisd-new-2.6.6-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/amavisd-new-2.6.6-1.fc15
amavisd-new-2.6.6-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/amavisd-new-2.6.6-1.fc16
Package amavisd-new-2.6.6-1.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing amavisd-new-2.6.6-1.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/amavisd-new-2.6.6-1.fc16 then log in and leave karma (feedback).
amavisd-new-2.6.6-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.
amavisd-new-2.6.6-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.