Closed cz8s closed 8 years ago
I updated the config by hand on wazokazi and try. This has to be reversed once the bug is fixed
The 'AllowSupplementaryGroups' is also present in existing installations (i.e. dev/unstable) in clamd.conf
.
This is addressed in Debian Bug #826406 - Too abrupt removal of AllowSupplementaryGroups option in stable, so we should remove the setting manually until clamav gets updated and doesn't break anymore.
Fixed: dev + unstable with
sed -i '/^AllowSupplementaryGroups.*$/d' /etc/clamav/clam*.conf; systemctl restart clamav-daemon.service clamav-milter.service
leap_platform configures clamav-daemon and clamav-milter with AllowSupplementaryGroups. But clamav does not know these options and fails to start if these options are set