From owner-freebsd-current@freebsd.org Fri Mar 24 08:56:48 2017 Return-Path: Delivered-To: freebsd-current@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 0A680D1BC06 for ; Fri, 24 Mar 2017 08:56:48 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-175.reflexion.net [208.70.211.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9722812FC for ; Fri, 24 Mar 2017 08:56:46 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 21490 invoked from network); 24 Mar 2017 08:56:40 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 24 Mar 2017 08:56:40 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v8.30.2) with SMTP; Fri, 24 Mar 2017 04:56:40 -0400 (EDT) Received: (qmail 6388 invoked from network); 24 Mar 2017 08:56:40 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 24 Mar 2017 08:56:40 -0000 Received: from [192.168.1.119] (c-67-170-167-181.hsd1.or.comcast.net [67.170.167.181]) by iron2.pdx.net (Postfix) with ESMTPSA id AABAFEC8173; Fri, 24 Mar 2017 01:56:39 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: dchlient does not autostart anymore? Message-Id: <25AAEBD2-B4E2-4DD1-86DA-AE94AA4A6B7D@dsl-only.net> Date: Fri, 24 Mar 2017 01:56:38 -0700 To: zakharov.vv@gmail.com, FreeBSD Current X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2017 08:56:48 -0000 Vladimir Zakharov zakharov.vv at gmail.com wrote on Fri Mar 24 08:20:34 = UTC 2017: > After upgrading from r315544 to r315880 network interface doesn't get = IP > address using DHCP on boot anymore. >=20 > $ grep re0 /etc/rc.conf | grep -v "^#" > ifconfig_re0=3D"DHCP" >=20 > "service netif restart" doesn't help either. Only manual dhclient > starting. I have just updated two contexts to -r315870 just a bit ago and they both got that behavior as well: A) An amd64 context (FreeBSD client in VirtualBox under macOS) B) An arm64 context (pine64+ 2GB with -mcpu=3Dcortex-a53 ) Later I'll be updating powerpc64, powerpc, and armv6 (with -mcpu=3Dcortex-a7 ) contexts but I'd expect they will all match the behavior. (I started from earlier than -r315544 so your report provides a better lower bound -r315544. I ended earlier and so my report provides a better upper bound -r315870.) =3D=3D=3D Mark Millard markmi at dsl-only.net