dpkg-reconfigure for clamav-daemon creates loop

Bug #1783897 reported by Chris Willey
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
clamav (Ubuntu)
Triaged
Medium
Unassigned

Bug Description

Attempting to configure ClamAV v0.100 on Ubuntu 16.04 by running 'sudo dpkg-configure clamav-daemon'. At a point in the questionnaire, the process gets stuck in a loop between two questions:

"Delay in seconds between daemon self checks"
and
"Maximum size of a ZIP file to reanalyze type recognition"

Nothing I do will break this loop, and I end up having to close and reopen my connection to the server (SSH). I am able to run clamd by manually editing clamd.conf, but would prefer to have this setup automatically.

Thanks.

--Chris Willey

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Confirmed:
    "MaxScriptNormalize")
    StateGeneric low clamav-daemon/MaxScriptNormalize MaxZipTypeRcg MaxHTMLNoTags
    ;;
    "MaxZipTypeRcg")
    StateGeneric low clamav-daemon/MaxZipTypeRcg SelfCheck MaxScriptNormalize
    ;;
    "SelfCheck")
    StateGeneric low clamav-daemon/SelfCheck MaxZipTypeRcg
    ;;
    "User")
    StateUser

I think the SelfCheck case should be fixed to this (untested):
    "SelfCheck")
    StateGeneric low clamav-daemon/SelfCheck User MaxZipTypeRcg

Changed in clamav (Ubuntu):
status: New → Triaged
importance: Undecided → Low
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Bionic and Cosmic are also affected.

Changed in clamav (Ubuntu):
importance: Low → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.