clamav Does not start

aliddlm

Verified User
Joined
Nov 12, 2020
Messages
5
hi
my install clamav by CustomBuild
typing ssh
--------------------------------------------------------
cd /usr/local/directadmin/custombuild
./build update
./build set clamav yes
./build clamav
--------------------------------------------------------
but clamd Stopped
clamav Does not start ?

Should a port be open in the firewall?
What is a clamav port?
please guide me
 
[root@ns3 custombuild]# systemctl status clamd

clamd.service - Generic clamav scanner daemon

Loaded: loaded (/etc/systemd/system/clamd.service; enabled; vendor preset: disabled)

Active: failed (Result: start-limit) since Wed 2021-03-17 14:49:37 +0330; 11s ago

Process: 6193 ExecStart=/usr/local/sbin/clamd --foreground=yes (code=exited, status=1/FAILURE)

Process: 6190 ExecStartPre=/bin/chown -R clamav:clamav /var/run/clamd (code=exited, status=0/SUCCESS)

Process: 6188 ExecStartPre=/bin/mkdir -p /var/run/clamd (code=exited, status=0/SUCCESS)

Main PID: 6193 (code=exited, status=1/FAILURE)


Mar 17 14:49:37 ns3.******.com systemd[1]: Unit clamd.service entered failed state.

Mar 17 14:49:37 ns3.******.com systemd[1]: clamd.service failed.

Mar 17 14:49:37 ns3.******.com systemd[1]: clamd.service holdoff time over, scheduling restart.

Mar 17 14:49:37 ns3.******.com systemd[1]: Stopped Generic clamav scanner daemon.

Mar 17 14:49:37 ns3.******.com systemd[1]: start request repeated too quickly for clamd.service

Mar 17 14:49:37 ns3.******.com systemd[1]: Failed to start Generic clamav scanner daemon.

Mar 17 14:49:37 ns3.******.com systemd[1]: Unit clamd.service entered failed state.

Mar 17 14:49:37 ns3.******.com systemd[1]: clamd.service failed.

[root@ns3 custombuild]#
 
Back
Top