** Description changed: - [WIP] + [IMPACT] When `sudo dpkg-reconfigure clamav-daemon` is run, the postinst script correctly updates the main configuration file (clamd.conf). However, this change is not propagated to the systemd socket unit, which continues to use the old settings. + + + [TEST CASE] + + + [Where problems could occur] + + + [Other] + + Upstream related bug: https://github.com/Cisco-Talos/clamav/issues/1464
** Description changed: [IMPACT] - When `sudo dpkg-reconfigure clamav-daemon` is run, the postinst script correctly updates the main configuration file (clamd.conf). However, this change is not propagated to the systemd socket unit, which continues to use the old settings. + + clamav-daemon won't listen on TCP sockets when reconfiguring the package. + This is not an upstream clamav bug, it is a packaging one. + + When `sudo dpkg-reconfigure clamav-daemon` is run, the postinst script + correctly updates the main configuration file (clamd.conf). + + In Ubuntu + + + However, this change is not propagated to the systemd socket unit, which + continues to use the old settings. + [TEST CASE] + Run "sudo apt install clamav-daemon" + Run "sudo dpkg-reconfigure clamav-daemon" + Select "Socket type" as "TCP" + Leave everything else as defaults and finish the config setup + Run "sudo systemctl restart clamav-daemon" + Check for the daemon running on a TCP socket (it won't be): sudo ss -pln | grep 3310 [Where problems could occur] + + TBD [Other] Upstream related bug: https://github.com/Cisco-Talos/clamav/issues/1464 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2129160 Title: dpkg-reconfigure clamav-daemon does not respect TCP configuration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/2129160/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
