Cómo instalar y configurar ClamAV Antivirus (Español)
From ArchWiki
i18n |
---|
English |
Español |
Instalación deClam AV
- Instálelo
pacman -Sy clamav
- Configúrelo
- Edite /etc/clamav/clamd.conf, /etc/clamav/freshclam.conf y comente la bandera Example
- Edite /etc/conf.d/clamav y ambie las opciones de arranque de "no" a "yes"
# cambie éstas a "yes" para arrancar START_FRESHCLAM="yes" START_CLAMD="yes"
- Edite /etc/rc.conf y escriba clamav en la lista de demonios, si quiere arrancar automáticamente clamav en el arranque.
Errores y soluciones de ClamAV
- Si te sale el siguiente mensaje después de ejecutar freshclam:
WARNING: Clamd was NOT notified: Can't connect to clamd through /var/lib/clamav/clamd.sock connect(): No such file or directory
==> Ejecuta los siguientes comandos como root:
# touch /var/lib/clamav/clamd.sock # chown clamav:clamav /var/lib/clamav/clamd.sock
- Si te sale el siguiente mensaje al iniciar /etc/rc.d/clamav:
LibClamAV Error: cli_loaddb(): No supported database files found in /var/lib/clamav ERROR: Not supported data format
==> Simplemente ejecuta freshclam como root:
freshclam -v