[Bug 281361] ddclient: messages about unknown DHCP option keep cluttering the log

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 21 Sep 2024 20:29:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281361

--- Comment #7 from Michael von Glasow <michael@vonglasow.com> ---
Running `service dhclient restart re2` gives me:

    dhclient not running? (check /var/run/dhclient/dhclient.re2.pid).
    're2' is not a DHCP-enabled interface

There is no PID file at /var/run/dhclient/dhclient.re2.pid, but there is one at
/var/run/dhclient.re2.pid, with a PID that indeed seems to correspond to the
correct dhclient process.

Running

    ifconfig re2 down
    ifconfig re2 up

changes that PID (so I assume dhclient restarted), but it keeps complaining
about the option.

My /etc/dhclient.conf contains one single line,

    ignore option-125;

except for a few comment lines.

-- 
You are receiving this mail because:
You are the assignee for the bug.