From owner-svn-src-head@freebsd.org Thu Apr 25 18:48:04 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24516159F84E; Thu, 25 Apr 2019 18:48:04 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 59FB694EAE; Thu, 25 Apr 2019 18:48:02 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id f1a32a7d; Thu, 25 Apr 2019 20:48:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=BH+uO1iqI2JIdJxI9GuiahIjDqI=; b=ZOnyobrTZVcXPvYZk75tg7EbHgrO mnPMw8GKoI3ltfD4BbSJBcaWyCmO5LsY52wV8VFNf50yQExMRds4TurFGkXrHRE3 IgToadk2zc8TeQ2Y38HOoPrZCeCkvza9ocdrgkmu9vDbmIrrS8+je/Yo0nN8spva UAkUHndv43Zztgg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=QT6kCwkGajMCXVrm8cjwh9SMfFzvh/xCTLr9xLpE45K8v+GOpPd6knDH ZA3ZbRhj0t4fGt85aSTi2sWNCrA76StSoRIv1n4SmGOQJMwqR2zBbvHVYahlYfL3 wWhUcIPOfuY0IDrTC9bwbN2YFPf1BU5mH0mRjJHK17fpVwcDToU= Received: from skull.home.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 89b81c63 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 25 Apr 2019 20:48:00 +0200 (CEST) Date: Thu, 25 Apr 2019 20:48:00 +0200 From: Emmanuel Vadot To: Enji Cooper Cc: Emmanuel Vadot , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r346683 - head/usr.sbin/bsdinstall/scripts Message-Id: <20190425204800.122bf65f9311d372182b4a37@bidouilliste.com> In-Reply-To: <7DEA4472-397B-4193-8180-359E0FC6DA0E@gmail.com> References: <201904251647.x3PGlGWL029523@repo.freebsd.org> <7DEA4472-397B-4193-8180-359E0FC6DA0E@gmail.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 59FB694EAE X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2019 18:48:04 -0000 On Thu, 25 Apr 2019 11:22:34 -0700 Enji Cooper wrote: >=20 > > On Apr 25, 2019, at 09:47, Emmanuel Vadot wrote: > >=20 > > Author: manu > > Date: Thu Apr 25 16:47:15 2019 > > New Revision: 346683 > > URL: https://svnweb.freebsd.org/changeset/base/346683 > >=20 > > Log: > > bsdinstall: up the interface before calling dhclient >=20 > Hi Emmanuel! > Just curious.. What issue did you see when the interface wasn?t UPed? > Thank you! > -Enji Hi Enji, dhclient cannot get the lease (obviously), and so the installer doesn't store the dhcp configuration in rc.conf I don't know if it's related to the device (ix(4) in that case) but since netconfig_ipv6 also ifconfig up when setting radv we might want to do the same for ipv4. Cheers, --=20 Emmanuel Vadot