[Bug 1784193] Re: clamav-daemon fails to start

2018-09-13 Thread Marc Deslauriers
*** This bug is a duplicate of bug 1792051 *** https://bugs.launchpad.net/bugs/1792051 ** This bug is no longer a duplicate of bug 1783897 dpkg-reconfigure for clamav-daemon creates loop ** This bug has been marked a duplicate of bug 1792051 [regression] clamav-daemon: Infinite loop at

[Bug 1784193] Re: clamav-daemon fails to start

2018-08-01 Thread Andreas Hasenack
*** This bug is a duplicate of bug 1783897 *** https://bugs.launchpad.net/bugs/1783897 > I picked all the default values until it started looping between the two > dialog boxes > shown at the top of my attachment. That is indeed a bug, and it was filed recently:

[Bug 1784193] Re: clamav-daemon fails to start

2018-08-01 Thread Andreas Hasenack
*** This bug is a duplicate of bug 1783897 *** https://bugs.launchpad.net/bugs/1783897 > I picked all the default values until it started looping between the two > dialog boxes > shown at the top of my attachment. That is indeed a bug, and it was filed recently:

[Bug 1784193] Re: clamav-daemon fails to start

2018-07-31 Thread Barry Kolts
After a few purges and re-installs I have some insight into this. My goal was to use clamav with Thunderbird's plugin clamrib. In order to do that I need to add to lines two to clamav-daemon.conf. So I thought I needed use dpkg-reconfigure clamav-daemon and pick no for manually configure. That is

[Bug 1784193] Re: clamav-daemon fails to start

2018-07-31 Thread Andreas Hasenack
That extend.conf file has some complicated handling in clamav-daemon's postinst. It even tries to handle a .dpkg-old copy of it. You could purge and reinstall, but to fix your installation that shouldn't be necessary (and would be annoying if you have configured clamav to your liking already).

[Bug 1784193] Re: clamav-daemon fails to start

2018-07-31 Thread Andreas Hasenack
That extend.conf file has some complicated handling in clamav-daemon's postinst. It even tries to handle a .dpkg-old copy of it. You could purge and reinstall, but to fix your installation that shouldn't be necessary (and would be annoying if you have configured clamav to your liking already).

[Bug 1784193] Re: clamav-daemon fails to start

2018-07-31 Thread Barry Kolts
Andreas, In /etc/systemd/system/clamav-daemon.service.d I have extend.conf.dpkg.old instead of extend.conf. That is where I got the two lines ExecStartPre=-/bin/mkdir /run/clamav ExecStartPre=/bin/chown clamav /run/clamav from. Tjat would explain why i don't have the Drop-in line. The packages I

[Bug 1784193] Re: clamav-daemon fails to start

2018-07-31 Thread Andreas Hasenack
In my bionic container, I installed clamav-daemon (and its dependencies) and it worked right out of the box. Of note, however, is this extend.conf systemd file shown in systemctl status clamav-daemon: root@bionic-clamav-1784193:~# systemctl status clamav-daemon ● clamav-daemon.service - Clam

[Bug 1784193] Re: clamav-daemon fails to start

2018-07-31 Thread Andreas Hasenack
In my bionic container, I installed clamav-daemon (and its dependencies) and it worked right out of the box. Of note, however, is this extend.conf systemd file shown in systemctl status clamav-daemon: root@bionic-clamav-1784193:~# systemctl status clamav-daemon ● clamav-daemon.service - Clam

[Bug 1784193] Re: clamav-daemon fails to start

2018-07-30 Thread Barry Kolts
I was able to fix this by copying /lib/systemd/system/clamav-daemon.service to /etc/systemd/system/clamav.service and adding the two lines: ExecStartPre=-/bin/mkdir /run/clamav ExecStartPre=/bin/chown clamav /run/clamav to the top of the [Service] section. -- You received this bug notification