Page 1 of 1

Issues with fresh install clamd over Centos 7.2

Posted: Thu Feb 11, 2016 9:11 am
by abkrim
Hi.

Your manual

Code: Select all

How to install ClamAV and SpamAssassin on a RHEL or CentOS
* This tutorial is created for servers with less than 3Gb of ram avaialbe. On "big" servers installation is fully automatic.

ClamAV installation

yum install clamd
wget http://c.vestacp.com/0.9.8/rhel/clamd.conf -O /etc/clamd.conf
wget http://c.vestacp.com/0.9.8/rhel/freshclam.conf -O /etc/freshclam.conf
gpasswd -a clam exim
gpasswd -a clam mail
freshclam
chkconfig clamd on
service clamd start 
  • Not install on fresh install with 4GB RAM over Cebtos 7.2 (fresh install)

    Code: Select all

    bash vst-install.sh --nginx yes --phpfpm yes --apache no --vsftpd no --proftpd yes --exim yes --dovecot yes --spamassassin yes --clamav yes --named yes --iptables no --fail2ban no --mysql yes --postgresql no --remi yes --quota no --hostname kvm410.XXXXXXX.XXX --email abkrim@XXXXXXXXX --password XXXXXXXX
  • Try yum install clamd

    Code: Select all

    Complementos cargados:fastestmirror
    Loading mirror speeds from cached hostfile
     * epel: mirror1.babylon.network
    No existe disponible ningĂșn paquete clamd.
    Error: Nada para hacer
  • Search some:

    Code: Select all

    rpm -qa |grep clam
    clamav-0.99-2.el7.x86_64
    clamav-data-0.99-2.el7.noarch
    clamav-filesystem-0.99-2.el7.noarch
    clamav-lib-0.99-2.el7.x86_64
    clamav-server-0.99-2.el7.x86_64
    clamav-update-0.99-2.el7.x86_64
Apreciate some help.

Re: Issues with fresh install clamd over Centos 7.2

Posted: Thu Feb 11, 2016 9:29 am
by abkrim
  • Uninstall Vesta Cp
  • Add --force to next run installer
Work for me.