From owner-freebsd-current@freebsd.org Mon Jul 23 16:00:15 2018 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 DCD34104ECAC for ; Mon, 23 Jul 2018 16:00:14 +0000 (UTC) (envelope-from filippomore@yahoo.com) Received: from sonic302-3.consmr.mail.bf2.yahoo.com (sonic302-3.consmr.mail.bf2.yahoo.com [74.6.135.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C2B0827B3 for ; Mon, 23 Jul 2018 16:00:14 +0000 (UTC) (envelope-from filippomore@yahoo.com) X-YMail-OSG: N03bsisVM1mgJX8CMrbNXVqqFb6MjJUgMVfjvagfadp60efxcmTQjYmd2uNnKQH ziXrxW7EIMSXvkQLmNlSnUrFqE7Rr3dR0pWbzVKLZ9c7LdJTwYZmfw.unt15ETBsT8DiXOjWloPO kttKM2QGg3MIhYD1jkgSO1YqcPpFyTs9SKHYU8omrdgodgYmWl_Fw2D4hZW_cWW2EezZUD_E12dV pUaMxtsqEIBctaT0s1__oRIqsSvBkaupMpB5AGldoZcRTDxgf_OHyk2ukjSXYjHCAQ8kqe8h65Xi 5tGd_uvdOSBL4cOSvml0v2o2G_aTFJZbBSTVXac1C5fftmJZUtCyrRq8XscQQxDLwdiz8hp_su6d 3xBL_M0YnVvrM8zXXfXg01Vzez7ZevuM3VAm5XByLLxaQbfmGWUZeGTr75KThc36eW6qobkMVfLY doZPD_56BKoqK0LHYVOBoasw51xjOdG1fw9fmTtMeQwOHZCb18wg3CysTPn0JsSmgYBbX5gGiwV9 kGeXQOPT5MprEQwXC1NOjDRUxRxLytPLVwWQaKPAO8I7EIdjT1KsRM9SYEWBXWZGbJsPJA65gRR1 24czsImPyhzmQzYSG2tUQ8FmChp6RLBzn_E9vlIQv5_kdbxqh5dtRYVnjvAycfMmu5zl5j4vdYXi OOON12EjikSLKeZwxT4ClF45y4X5f2CEQuKzjqQmUCVMmkm5obtJXs2N28pDyrDSPDc9qRJqzprh I1Sh2zjwnSCHskXEAOwcv231jtRfhADsLAuBxNwIUkW19FLhnoXwA8I8AC0w6h1avgCLkgg1W9sY sJBWOqmFEFi8SrofeSG5PPs.JtECuXtioDGAeJDKV_kxIIjudPBFIYwNuXX9UarSOj7t0TIy.ZUV .UHkvs74dOw47fxZBqat_nDZUm07KGLMrvr0Ul8PTVfeKRA.m92U7xwVvHespm38yHzMqZzPGnav JjVwp3ZHnvorFugSfD6Ped7EuKIN_hhU- Received: from sonic.gate.mail.ne1.yahoo.com by sonic302.consmr.mail.bf2.yahoo.com with HTTP; Mon, 23 Jul 2018 16:00:08 +0000 Date: Mon, 23 Jul 2018 16:00:04 +0000 (UTC) From: Filippo Moretti To: Niclas Zeising Cc: FreeBSD Current Message-ID: <1712153218.980034.1532361604176@mail.yahoo.com> In-Reply-To: References: <5b90c49f-4616-9ef7-28a1-6445137245ef@nomadlogic.org> <1532191655.1344.80.camel@freebsd.org> <4b7acbd2-0230-345c-4370-24a72d0b492a@nomadlogic.org> <1532193285.1344.83.camel@freebsd.org> <20180721185654.239b4c8b@gumby.homeunix.com> Subject: Re: ntpd as ntpd user question MIME-Version: 1.0 X-Mailer: WebService/1.1.12144 YMailNorrin Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 23 Jul 2018 16:00:15 -0000 I have ntpd both in etc(passwd and /etc/group but installworld fail saying= that user ntpd is missing can you please let me know how to manually edit the entries for ntpd in both files.Etcupdate fails .It is rather odd because with the same hardware using ufs I did not run in= to problem with zfs system I get this error Filippo On Monday, July 23, 2018, 1:00:10 PM GMT+2, Niclas Zeising wrote: =20 =20 On 07/21/18 19:56, RW wrote: > On Sat, 21 Jul 2018 11:14:45 -0600 > Ian Lepore wrote: >=20 >=20 >> There's a "pre-world" stage of mergemaster (-Fp option I think) which >> isn't needed often, but one of the times it is needed is apparently >> when new user ids are added. >=20 > I wish mergemaster had an option to just add new users and groups, > rather than merging the files. etcupdate is usually pretty good at automatically merge updates to files=20 without user interaction, even when the files are locally edited as=20 well.=C2=A0 For instance, I had no problem merging /etc/master.passwd and= =20 /etc/group for the ntp change. Regards --=20 Niclas _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" =20 From owner-freebsd-current@freebsd.org Mon Jul 23 16:03:15 2018 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 95C3A104EF21 for ; Mon, 23 Jul 2018 16:03:15 +0000 (UTC) (envelope-from filippomore@yahoo.com) Received: from sonic307-3.consmr.mail.bf2.yahoo.com (sonic307-3.consmr.mail.bf2.yahoo.com [74.6.134.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 393BC82C6A for ; Mon, 23 Jul 2018 16:03:15 +0000 (UTC) (envelope-from filippomore@yahoo.com) X-YMail-OSG: 6wyJ1fMVM1m59lJqcSvwP99IVAQ5bTOIVlWItkVMrNHtSU9GntQRmVg1T_VY2sn mOfR5R5x3BcSdzupdrdu1vUOkegV2loPxnuPVc7urAyxZ8CXaAGz.4bvMplj9phjz4l0mi8Tq5YO wLLqBGNidStPnBxPTpLEM.4uiJVG6iKjcp3YOi0_ERsm9t1oJ9WAZnhzlf8DGdL.94bDeSJvBM0. wFPc4i20s2i0gTBG22s9lRdpPAzZ9kKO9IKciZ5QiSVU6jrgUSZ5PIB2TBHZesDG.DdZNf984cdO _BvvNOIqCQrZ5QKXcx02K4hzkGSpwfZ4ngCVCYPYEBDa9qagDFzKHYb9IAl3rGCv8znZzEXCfPwK gYqrQZw7o7_micvPC4VHA4gdIhoUV.PpxL9dvUhV8FxGxeT63j0DzCwB6tIpm61IY2RT.Z8nXDr2 CM6Z4RTGVQ2B5Rp6mgVU5FCjviDDfQP6HFH3SypzB947LLCya77GccYCuzuC.GG6lSrQMZa1wUso yxBpT80bAX824mzXhBH04xM.rr6hMLyb_WZI7ASFMSl2DOrzuXIHRzvveq4dvgC8mQHaBj3gmeOI 74qfI6K0GVG_n0DSNgoICBKNQy08vFc9pyXSFL3MbvvQTmyatTuWsj44QS2UKm7v_jN_BDM25BJ5 C4Lbo51LFu1jdDxz1n8JsYysXhoNrKWJTzhV.T3deUlde5GRY0ltiyjRlt0yAjZWGSZSI6nXJ5DR yd5aWreG9XnRGFnvs9lJ2TT4DQj8XVXSOtmWchj9MKnm2yhzARxVNgzUcvayPNmLPzgTNTlQ_pUH tdRgtM7pygkoNUxTxdQZDkWnd9vmHTGcRZPnSA6UZZPG34ISAW5paRlhc85YZdi2T6GmmOeUJHtL PPPfZWS4qmRuikECAycENmX5ezQnddnfel1shE8BaapFzhXycuJZ0ldNBLCIEvCOsKHztte1pYDq cgLRsPNvwZUVtMLjEpsjEgj8h2j0syTU3CBY- Received: from sonic.gate.mail.ne1.yahoo.com by sonic307.consmr.mail.bf2.yahoo.com with HTTP; Mon, 23 Jul 2018 16:03:14 +0000 Date: Mon, 23 Jul 2018 16:03:10 +0000 (UTC) From: Filippo Moretti To: Filippo Moretti Cc: FreeBSD Current Message-ID: <54187900.992082.1532361790393@mail.yahoo.com> In-Reply-To: <1712153218.980034.1532361604176@mail.yahoo.com> References: <5b90c49f-4616-9ef7-28a1-6445137245ef@nomadlogic.org> <1532191655.1344.80.camel@freebsd.org> <4b7acbd2-0230-345c-4370-24a72d0b492a@nomadlogic.org> <1532193285.1344.83.camel@freebsd.org> <20180721185654.239b4c8b@gumby.homeunix.com> <1712153218.980034.1532361604176@mail.yahoo.com> Subject: Re: ntpd as ntpd user question MIME-Version: 1.0 X-Mailer: WebService/1.1.12144 YMailNorrin Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 23 Jul 2018 16:03:15 -0000 =20 It does not matter the system no longer boot. Filippo On Monday, July 23, 2018, 6:00:04 PM GMT+2, Filippo Moretti wrote: =20 =20 I have ntpd both in etc(passwd and /etc/group but installworld fail sayin= g that user ntpd is missing can you please let me know how to manually edit the entries for ntpd in both files.Etcupdate fails .It is rather odd because with the same hardware using ufs I did not run in= to problem with zfs system I get this error Filippo On Monday, July 23, 2018, 1:00:10 PM GMT+2, Niclas Zeising wrote: =20 =20 On 07/21/18 19:56, RW wrote: > On Sat, 21 Jul 2018 11:14:45 -0600 > Ian Lepore wrote: >=20 >=20 >> There's a "pre-world" stage of mergemaster (-Fp option I think) which >> isn't needed often, but one of the times it is needed is apparently >> when new user ids are added. >=20 > I wish mergemaster had an option to just add new users and groups, > rather than merging the files. etcupdate is usually pretty good at automatically merge updates to files=20 without user interaction, even when the files are locally edited as=20 well.=C2=A0 For instance, I had no problem merging /etc/master.passwd and= =20 /etc/group for the ntp change. Regards --=20 Niclas _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" =20 From owner-freebsd-current@freebsd.org Mon Jul 23 16:07:45 2018 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 DF76E104F16E for ; Mon, 23 Jul 2018 16:07:45 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 77BC082F5B for ; Mon, 23 Jul 2018 16:07:45 +0000 (UTC) (envelope-from david@catwhisker.org) Received: by mailman.ysv.freebsd.org (Postfix) id 384FD104F16D; Mon, 23 Jul 2018 16:07:45 +0000 (UTC) Delivered-To: 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 24307104F16B for ; Mon, 23 Jul 2018 16:07:45 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62ECC82F59 for ; Mon, 23 Jul 2018 16:07:44 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.15.2/8.15.2) with ESMTP id w6NG7Zx1023520; Mon, 23 Jul 2018 16:07:35 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.15.2/8.15.2/Submit) id w6NG7Zvk023519; Mon, 23 Jul 2018 09:07:35 -0700 (PDT) (envelope-from david) Date: Mon, 23 Jul 2018 09:07:35 -0700 From: David Wolfskill To: Filippo Moretti Cc: current@freebsd.org Subject: Re: ntpd as ntpd user question Message-ID: <20180723160735.GF1596@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , Filippo Moretti , current@freebsd.org References: <5b90c49f-4616-9ef7-28a1-6445137245ef@nomadlogic.org> <1532191655.1344.80.camel@freebsd.org> <4b7acbd2-0230-345c-4370-24a72d0b492a@nomadlogic.org> <1532193285.1344.83.camel@freebsd.org> <20180721185654.239b4c8b@gumby.homeunix.com> <1712153218.980034.1532361604176@mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6fxres9eYHxJ4LJN" Content-Disposition: inline In-Reply-To: <1712153218.980034.1532361604176@mail.yahoo.com> User-Agent: Mutt/1.10.0 (2018-05-17) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 23 Jul 2018 16:07:46 -0000 --6fxres9eYHxJ4LJN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 23, 2018 at 04:00:04PM +0000, Filippo Moretti wrote: > I have ntpd both in etc(passwd and /etc/group but installworld fail sayi= ng that user ntpd is missing can you please let me know how > to manually edit the entries for ntpd in both files.Etcupdate fails > .It is rather odd because with the same hardware using ufs I did not run = into problem with zfs system I get this error > .... Depending on how you updated /etc/master.passwd, you may also need to run pwd_mkdb. Peace, david --=20 David H. Wolfskill david@catwhisker.org Can a "stable genius" get a Nobel Peace Prize for firing off ALL CAPS tweet= s? See http://www.catwhisker.org/~david/publickey.gpg for my public key. --6fxres9eYHxJ4LJN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEEzLfO+ReoAfQwZNd7FTnMQKBJ7hcFAltV/UdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEND QjdDRUY5MTdBODAxRjQzMDY0RDc3QjE1MzlDQzQwQTA0OUVFMTcACgkQFTnMQKBJ 7he1TAgAqlyo3aR94hcT/fofq7eLqCff35kSUNb+8+BZIICE1ibUYNs4KFmuwkIl s461wXkXlmbPv/7wzhcNv9arthaj/VWWQTE5OnfQw+1Eb2p3wijwKBhcp0QWY2NG pvDoRlVYvtpQHfJjrCrTqzzXFxoR04nkG9Bz5IlZfBPhhnrn1CaCWnmf6Al4Zk7m h4UomUMtJJ2pPccIQp0qn11veuO2vXVc6CMY73nhotop/H748nJrj5ZQU544i03D kIv051IcqTEhkbpgPQSLJJJlF6bvXKgPowutOElbrwEbC3kgFeq9bIILMJSm0uGn TuzrVmQhVd3CMexg0a8NeCFShL0QSg== =SY79 -----END PGP SIGNATURE----- --6fxres9eYHxJ4LJN--