From owner-freebsd-current@freebsd.org Wed Jun 19 03:05:32 2019 Return-Path: Delivered-To: freebsd-current@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 850CE15CFE3D for ; Wed, 19 Jun 2019 03:05:32 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Received: from sana.init-main.com (104.194.138.210.bn.2iij.net [210.138.194.104]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AE40B7197D; Wed, 19 Jun 2019 03:05:31 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Received: from sana.init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.15.2/8.15.2) with ESMTPS id x5J2uMJL035662 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 19 Jun 2019 11:56:33 +0900 (JST) (envelope-from takawata@sana.init-main.com) Received: (from takawata@localhost) by sana.init-main.com (8.15.2/8.15.2/Submit) id x5J2uMKH035661; Wed, 19 Jun 2019 11:56:22 +0900 (JST) (envelope-from takawata) Date: Wed, 19 Jun 2019 11:56:22 +0900 From: Takanori Watanabe To: Conrad Meyer , freebsd-current@freebsd.org Subject: Re: CURRENT >r349150: boot failure in rc.conf.local Message-ID: <20190619025622.GA35630@sana.init-main.com> References: <20190618110226.7a9dbb81@freyja> <5baa0c45-6c3c-0156-283e-fce0439b2cfe@FreeBSD.org> <20190618153934.GA2996@sana.init-main.com> <1D5F4331-B8F5-48D5-83C6-22803C5A0E12@cschubert.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) X-Rspamd-Queue-Id: AE40B7197D X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [2.28 / 15.00]; ARC_NA(0.00)[]; MX_INVALID(0.50)[cached]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.48)[0.480,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[init-main.com]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.29)[0.293,0]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-0.44)[ipnet: 210.138.0.0/16(-4.27), asn: 2497(2.12), country: JP(-0.05)]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.24)[0.245,0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[takawata@init-main.com,takawata@sana.init-main.com]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2497, ipnet:210.138.0.0/16, country:JP]; FROM_NEQ_ENVFROM(0.00)[takawata@init-main.com,takawata@sana.init-main.com] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 19 Jun 2019 03:05:32 -0000 On Tue, Jun 18, 2019 at 11:49:58AM -0700, Conrad Meyer wrote: > Hi everyone, > > Please find a proposed fix in https://reviews.freebsd.org/D20686 . > > I didn't notice this thread because I'm already subscribed to current > and CC's don't display any differently in my mail reader. (I don't > read every thread on current.) > I confirmed the fix has been committed and now works again, thanks!