User Tools

Site Tools


antivirus_not_working

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
antivirus_not_working [2024/07/26 13:18] adminantivirus_not_working [2024/07/26 14:06] (current) admin
Line 7: Line 7:
 Don't forget to do a: Don't forget to do a:
  
 +  systemctl stop clamav-freshclam
   freshclam   freshclam
 +  systemctl enable clamav-freshclam --now
  
 to update the database. Start the module again and you should be good to go. to update the database. Start the module again and you should be good to go.
 +
 +If this is not working try to completely uninstalling clamav firtst in the GUI (disable module than uninstall Antivirus) and for sake of security again via a terminal.
 +
 +  apt remove clamav clamav-daemon
 +  apt autoremove
 +  apt autoclean
 +  apt update
 +
 +You should now completely clamav free. 
 +
 +Install the module via the GUI again and enable it. Don't start the module yet!
 +
 +Open a terminal and do the following:
 +
 +  service clamav-freshclam stop
 +  freshclam
 +
 +Wait until freshclam has updated all files. It might be possible that your connection will be reset. Try this again later of find a server that has the missing files (var/lib/clamav 4 fils). The one going stuck is most probably main.cvd as it is round 160mb. 
 +
 +If finished start the service again:
 +
 +  service clamav-freshclam start
 +
 +After that go into the GUI and start the AV module. It should run now. 
  
  
antivirus_not_working.1721992731.txt.gz · Last modified: 2024/07/26 13:18 by admin