CSF Error: *WARNING* Binary location for [HOST] [/usr/bin/host] in /etc/csf/csf-conf is either incorrect, is not installed or is not executable

Server Maintenance | Updated 2026

The CSF error *WARNING* Binary location for [HOST] [/usr/bin/host] in /etc/csf/csf.conf is either incorrect, is not installed or is not executable means the host command is missing from the system. CSF uses it for DNS lookups in various rules and alerts.

Quick Fix
yum install bind-utils -y
csf -ra

01. Cause

The host command is provided by the bind-utils package. It goes missing when:

  • bind-utils was never installed (minimal OS installs)
  • A yum update removed it as an orphaned dependency
  • The binary was accidentally deleted

02. Fix

  1. Install bind-utils:
    yum install bind-utils -y
  2. Verify the binary exists:
    which host
    # Should return: /usr/bin/host
  3. Restart CSF and LFD:
    csf -ra
  4. Verify no more warnings:
    csf -c 2>&1 | grep -i "host"
Other Missing Binaries

CSF checks several system binaries at startup. If you see similar warnings for other tools (dig, nslookup, ifconfig, ip), install their packages:

yum install bind-utils net-tools iproute -y

Need Firewall Help?

If CSF warnings persist or you need help configuring your firewall, contact our team.

Open a Support Ticket

Quick Recap

  1. Install: yum install bind-utils -y
  2. Verify: which host
  3. Restart: csf -ra
  4. Check: csf -c for remaining warnings
  5. Also install: net-tools, iproute if other binaries are missing

5,638 users found this article useful · Last updated March 2026 · Browse all Server Maintenance articles

  • 87 Users Found This Useful

Was this answer helpful?

Related Articles

FTP Failed: Service Check Unable to Connect to Port 21

Server Maintenance | Updated March 2026 When cPanel's service monitoring reports "FTP Failed:...

E Sysup: Needed system RPMs were not installed: yum-utils

Server Maintenance | Updated 2026 The error E Sysup: Needed system RPMs were not installed:...

Disable cPanel Brute Force Command Line

Server Maintenance | Updated 2026 cPHulk is cPanel's built-in brute force protection. It...

ModSecurity: collection_store: Failed to access DBM file /var/cpanel/secdatadir/ip: Permission denied

Server Maintenance | Updated 2026 The error collection_store: Failed to access DBM file...

Clear cPanel Eximstats DB and Repairing the Eximstats DB

Server Maintenance | Updated 2026 The Eximstats database in cPanel tracks email delivery...



Save 30% on web hosting - Use coupon code Hosting30