From owner-svn-src-all@freebsd.org Tue Apr 9 10:35:05 2019 Return-Path: Delivered-To: svn-src-all@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 A8EE0157CE54; Tue, 9 Apr 2019 10:35:05 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C3BC8790C; Tue, 9 Apr 2019 10:35:04 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x39AZ0VH059856; Tue, 9 Apr 2019 03:35:00 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id x39AZ0Kr059855; Tue, 9 Apr 2019 03:35:00 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201904091035.x39AZ0Kr059855@gndrsh.dnsmgr.net> Subject: Re: svn commit: r345970 - head/libexec/rc In-Reply-To: <97afca1e-5801-d9ec-dfe7-5ceabf9ab05d@grosbein.net> To: Eugene Grosbein Date: Tue, 9 Apr 2019 03:35:00 -0700 (PDT) CC: rgrimes@freebsd.org, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 2C3BC8790C X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.986,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2019 10:35:05 -0000 > 09.04.2019 16:22, Rodney W. Grimes wrote: > > >> Works as expected (as it should work) for both 11.2 and 12.0 > > ^^ for you, not for me If you did not actually get a lease I do not see that your test is complete, so though it worked to a point, it did not work as expected until you actually obtain a lease. > > Are you using a em0 type device, or something else? > > em0 for FreeBSD as guest inside VirtualBox. Real hardware here. > Well, I have no vlans here really outside of VBox so dhclient does not obtain a lease for vlan32 > but it tries very hard. So this is not configuration problem. It tries very hard here too, and it is not succesful until I do an: ifconfig em0 down; ifconfig em0 up; then it immediatly gets a lease. Something is happening on re-init of em0 that is not happening in the normal situation. Could this be one of the iflib bugs, that is fixed in head or stable/12 but not in releng/12? -- Rod Grimes rgrimes@freebsd.org