From owner-freebsd-questions@freebsd.org Wed Mar 1 13:53:40 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB7C9CEE2B6 for ; Wed, 1 Mar 2017 13:53:40 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id CC48F231 for ; Wed, 1 Mar 2017 13:53:40 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id B49EF33C22; Wed, 1 Mar 2017 08:36:59 -0500 (EST) From: Lowell Gilbert To: Gary Aitken Cc: FreeBSD Mailing List Subject: Re: dhclient not desired... References: Date: Wed, 01 Mar 2017 08:36:59 -0500 In-Reply-To: (Gary Aitken's message of "Tue, 28 Feb 2017 10:34:32 -0700") Message-ID: <44k289ce4k.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 13:53:41 -0000 Gary Aitken writes: > When setting up a new 10.3 system, I set a fixed IP address. > But I still see the following message in the log: > devd: Executing '/etc/rc.d/dhclient quietstart xl0' > > Is there something one should set in rc.conf to prevent dhclient from running? Look at ps(1). Is it running? Running /etc/rc.d/dhclient does not run /sbin/dhclient unless configured to do so.