clamav-daemon
Posted: Mon Dec 14, 2020 7:38 am
sometimes my ClamAV-daemon going offline 2 times happened this please some one tell me how to fix this 

safe to disable ClamAV-daemon ?
i need to activate the ClamAV-daemon
Code: Select all
dd if=/dev/zero of=/swapfile1 bs=1024 count=1048576
chown root:root /swapfile1
chmod 0600 /swapfile1
mkswap /swapfile1
swapon /swapfile1
echo "/swapfile1 none swap sw 0 0" >> /etc/fstab
I'm change my ram to 4 gb good ?dpeca wrote: ↑Mon Dec 14, 2020 8:11 pm yes, 2GB RAM is not enough to run clamav.
eventually you can make a swap:Code: Select all
dd if=/dev/zero of=/swapfile1 bs=1024 count=1048576 chown root:root /swapfile1 chmod 0600 /swapfile1 mkswap /swapfile1 swapon /swapfile1 echo "/swapfile1 none swap sw 0 0" >> /etc/fstab