Over the past week I have been noting that my cpu has been maxing out at 100%. Eventually I tracked that the freshclam deamon was consuming 75-80% of my cpu cycles. freshclam is associated to the anti-virus clamav software. I removed clamav software but still the freshclam deamon restarts on reboot of machine.
I was able to stop deamon
/etc/init.d/clamav-daemon stop /etc/init.d/clamav-freshclam stop
and I tried to remove from startup
update-rc.d -f clamav-daemon remove update-rc.d -f clamav-freshclam remove
but alas does not work, freshclam is running on restart.
To quote the bard (slightly modified) "Will no one rid me of this troublesome deamon" Assistance would be appreciated.