From owner-svn-src-head@freebsd.org Fri Jul 20 17:53:29 2018 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 9084E104D954; Fri, 20 Jul 2018 17:53:29 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FCFD86E56; Fri, 20 Jul 2018 17:53:29 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [192.168.1.4] (c-71-198-162-232.hsd1.ca.comcast.net [71.198.162.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id 824B411139; Fri, 20 Jul 2018 17:53:28 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.f.0.180709 Date: Fri, 20 Jul 2018 10:53:25 -0700 Subject: Re: svn commit: r336526 - head From: Ravi Pokala To: Ian Lepore , , , , Will Andrews Message-ID: <67239C31-11DA-43E0-B282-5AE894C2B0CB@panasas.com> Thread-Topic: svn commit: r336526 - head References: <201807200044.w6K0i4QQ079894@repo.freebsd.org> <1532108303.1344.57.camel@freebsd.org> In-Reply-To: <1532108303.1344.57.camel@freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 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: Fri, 20 Jul 2018 17:53:29 -0000 -----Original Message----- From: on behalf of Ian Lepore Date: 2018-07-20, Friday at 10:38 To: Ravi Pokala , , , Subject: Re: svn commit: r336526 - head > On Fri, 2018-07-20 at 09:56 -0700, Ravi Pokala wrote: >> Hi Ian, >> >> -----Original Message----- >> From: on behalf of Ian Lepore >> Date: 2018-07-19, Thursday at 17:44 >> To: , , >> Subject: svn commit: r336526 - head >> >>> >>> Author: ian >>> Date: Fri Jul 20 00:44:04 2018 >>> New Revision: 336526 >>> URL: https://svnweb.freebsd.org/changeset/base/336526 >>> >>> Log: >>> Add ntpd to the list of users/groups to check before installing. >>> >>> Modified: >>> head/Makefile.inc1 >> When trying to installworld: >> >> ERROR: Required ntpd user is missing, see /usr/src/UPDATING. >> >> But there is no UPDATING entry about this. (Also, shouldn't it be ${SRCTOP}/UPDATING?) >> >> Thanks, >> >> Ravi (rpokala@) > > I wondered about that too, when I accidentally stumbled across the > CHECK_UIDS thing and realized I should add ntpd to it. I searched in > UPDATING for some of the other things in the CHECK_UIDS list to see > what had been said about such changes in the past, even searching > through old-old svn history, and found nothing. > > I finally settled on the thought that the reference to UPDATING was to > the stuff at the bottom that never changes. In particular to the > section around line 1595 that documents the instalkernel, reboot, > mergemaster, installworld sequence. The mergemaster part should take > care of the new userid, I guess. > > -- Ian Interesting. I was attempting the install via the `beinstall.sh' script. CCing will@, since he wrote it. Thanks, Ravi (rpokala@)