[clamav-users] is there a kill signal to have freshclam do an update check?

Marc Marc at f1-outsourcing.eu
Sun Feb 13 16:08:24 UTC 2022


> 
> > Is there a command that can make a running freshclam daemon do an update
> request instantly?
> 
> SIGUSR1, assuming it's compiled with it enabled.
> 

Yes thanks, I was already trying with this command

kill -s SIGUSR1 $(pidof freshclam)

However it gets the wrong pid from the container environment where I have these processes listed

clam     4051769 4051758  0 16:27 ?        00:00:00 [freshclam] <defunct>
clam     4051770       1  0 16:27 ?        00:00:04 freshclam -d

If I start freshclam -d in the docker testing environment I do not have this first proces '[freshclam] <defunct>'. Any idea what this can be?


More information about the clamav-users mailing list