From owner-svn-src-stable@freebsd.org Fri May 18 16:37:51 2018 Return-Path: Delivered-To: svn-src-stable@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 34017EADD42; Fri, 18 May 2018 16:37:51 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.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 A028C7DECE; Fri, 18 May 2018 16:37:49 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w4IGWDPl011718; Fri, 18 May 2018 09:32:13 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w4IGWDss011717; Fri, 18 May 2018 09:32:13 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201805181632.w4IGWDss011717@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r333673 - in stable/11/etc: etc.aarch64 etc.amd64 etc.arm etc.i386 etc.powerpc etc.riscv etc.sparc64 In-Reply-To: To: Warner Losh Date: Fri, 18 May 2018 09:32:13 -0700 (PDT) CC: "Rodney W. Grimes" , Andre Albsmeier , Warner Losh , src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@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-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 16:37:51 -0000 [ Charset UTF-8 unsupported, converting... ] > On Fri, May 18, 2018 at 8:35 AM, Rodney W. Grimes < > freebsd@pdx.rh.cn85.dnsmgr.net> wrote: > > > > On Wed, 16-May-2018 at 13:18:38 +0000, Warner Losh wrote: > > > > Author: imp > > > > Date: Wed May 16 13:18:37 2018 > > > > New Revision: 333673 > > > > URL: https://svnweb.freebsd.org/changeset/base/333673 > > > > > > > > Log: > > > > MFC r333436: only launch getty if underlying device exists > > > > > > Can the onifexists thing work under 11? I had problems > > > with my ttys until I switched back to "on". I also can't > > > find an MFC of r315733 which apparently implemented this > > > in HEAD... > > > > This has been caught during the Beta2 build and corrective > > actions are in process. > > > > The pointy hat belongs to me, as I asked imp to merge this, > > thinking that all the other parts had been merged as I did > > not get an error when I put onifexists in my 11-beta1 /etc/ttys, > > but was getting lots of noise from getty about attempts to > > start ttys on v1-v7 without this. > > > > Should I un-merge this or merge the init code? I just checked the VM I > tested against, and it was my -current VM, no the -stable one that I > thought :( Or do you have it under control? No, re(gjb) has merged the additional missing bits of the init changes to stable/11 and is rebuilding 11.2-Beta2. > Warner -- Rod Grimes rgrimes@freebsd.org