Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2017 02:24:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 217243] dhclient doesn't consistently update /etc/resolv.conf with what is defined in /etc/dhclient.conf
Message-ID:  <bug-217243-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217243

            Bug ID: 217243
           Summary: dhclient doesn't consistently update /etc/resolv.conf
                    with what is defined in /etc/dhclient.conf
           Product: Base System
           Version: 11.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: josh@endries.org

dhclient doesn't consistently update /etc/resolv.conf with what is defined =
in
/etc/dhclient.conf. Sometimes changes to /etc/dhclient.conf take effect,
usually they don't. I haven't been able to figure out a pattern to it.

This is on an AWS EC2 nano VM using cpercival's FreeBSD 11 AMI, running
11.0-RELEASE-p7.

If I add this line to /etc/dhclient.conf:

supersede domain-name "foo.com";

(in fact, that is all I have in that file)

*Sometimes* restarting dhclient via:

sudo service dhclient restart xn0

causes it to update /etc/resolv.conf with the search line, but usually it
doesn't do anything to /etc/resolv.conf. I probably tried 25 times after
various changes (trying to get it to work), touch, rm, etc., and it only
updated resolv.conf twice. One time I think all I did was add a space. I tr=
ied
without sudo and stop/start but neither made a difference.

Just now, after 10 failures, it changed. I added a space before the last " =
in
my file (i.e.: "foo.com ";). A restart caused the domain to show up in
resolv.conf. Removing the domain from resolv.confand restarting dhclient
without any changes to dhclient.conf didn't put the domain back into
resolv.conf, however. Changing dhclient.conf by removing the space and
restarting dhclient DID result in the domain being put back in to resolv.co=
nf.
Another restart, no change in resolv.conf. Adding the space back worked.

I wonder if it caches something somewhere so only changes to the actual dom=
ain
value (string) are causing it to regenerate resolv.conf.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217243-8>