Tuesday, October 04, 2011

mail: clamav filling tmp directory

uninstalling and reinstalling clamav and simscan temporarily solves the issue xD
rpm -e simscan-toaster-x.x-x.x.x.x
rpm -e clamav-toaster-x.x.x-x.x.x
rpm -ivh /usr/src/redhat/RPMS/i386/clamav-toaster-x.x.x-x.x.x.x.rpm
rpm -ivh /usr/src/redhat/RPMS/i386/simscan-toaster-x.x-x.x.x.x.rpm

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...