From owner-svn-src-stable@freebsd.org Fri May 18 14:35:32 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 21798EAA231; Fri, 18 May 2018 14:35:32 +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 7371278B01; Fri, 18 May 2018 14:35:31 +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 w4IEZSUo011246; Fri, 18 May 2018 07:35:29 -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 w4IEZSIQ011245; Fri, 18 May 2018 07:35:28 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201805181435.w4IEZSIQ011245@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: <20180518141752.GA6250@bali> To: Andre Albsmeier Date: Fri, 18 May 2018 07:35:28 -0700 (PDT) CC: Warner Losh , src-committers@freebsd.org, 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 14:35:32 -0000 > 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. -- Rod Grimes rgrimes@freebsd.org