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

VPS Time Not Correct with Time Server

Server Maintenance | Updated March 2026 When a VPS or dedicated server's system clock drifts...

Clear cPanel Eximstats DB and Repairing the Eximstats DB

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

FTP Failed: Service Check Unable to Connect to Port 21

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

Repairing and Optimizing all MySQL and MariaDB Databases on the Server

Server Maintenance | Updated 2026 Regularly repairing and optimizing MySQL/MariaDB tables...

Recursive chmod / Permission Change Across Directories for a File Type

Server Maintenance | Updated 2026 This guide provides the commands for recursively changing...



Save 30% on web hosting - Use coupon code Hosting30