User Tools

Site Tools


notes:fix-log-errors

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
notes:fix-log-errors [2014/09/24 14:24] – [clamav] adminnotes:fix-log-errors [2014/09/24 14:46] – [clamav] admin
Line 20: Line 20:
 //clamav// package is not enough. If you need clamd, you may also want to run //clamav// package is not enough. If you need clamd, you may also want to run
   apt-get install clamav-daemon   apt-get install clamav-daemon
 +  
 +* * *
 +  ClamAV-clamd av-scanner FAILED: CODE(0x10fc620) unexpected ,  lstat() failed: Permission denied. ERROR\n" at (eval 111) line 899.
 +
 +Add //clamav// user to the //amavis// group.
 +  sudo usermod -a -G amavis clamav
 +and then restart the clamav and amavis daemons.
 +  service clamav-daemon restart
 +  service amavis restart
notes/fix-log-errors.txt · Last modified: 2014/10/02 13:17 by admin