From nobody Fri Mar 17 14:01:43 2023 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PdQmV6GDhz3yPdw for ; Fri, 17 Mar 2023 14:02:02 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [107.204.234.170]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4PdQmV35qQz40Zt for ; Fri, 17 Mar 2023 14:02:02 +0000 (UTC) (envelope-from david@catwhisker.org) Authentication-Results: mx1.freebsd.org; none Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.17.1/8.15.2) with ESMTP id 32HE1hWQ099297; Fri, 17 Mar 2023 14:01:43 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.17.1/8.17.1/Submit) id 32HE1hWF099296; Fri, 17 Mar 2023 07:01:43 -0700 (PDT) (envelope-from david) Date: Fri, 17 Mar 2023 07:01:43 -0700 From: David Wolfskill To: Daniel Braniss Cc: FreeBSD-STABLE Mailing List Subject: Re: uname -a has changed? Message-ID: Reply-To: stable@freebsd.org Mail-Followup-To: stable@freebsd.org, Daniel Braniss , FreeBSD-STABLE Mailing List References: List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="oJWVSgEyx/hHObUJ" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4PdQmV35qQz40Zt X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7018, ipnet:107.192.0.0/12, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N --oJWVSgEyx/hHObUJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 17, 2023 at 03:47:21PM +0200, Daniel Braniss wrote: > im running latest 13.2-stable and just realized that uname -a is missing = some info, like version, date, source >=20 > 13.1: > hms-00# uname -a > FreeBSD hms-00 13.1-STABLE FreeBSD 13.1-STABLE #10 huji-13-f44f97837: Fri= May 6 10:37:35 IDT 2022 danny@hms-00:/home/obj/hms-00/h/rnd/git/stabl= e/13/amd64.amd64/sys/HUJI amd64 >=20 > 13.2: > pe-44# uname -a > FreeBSD pe-44 13.2-STABLE FreeBSD 13.2-STABLE huji-13-e0ed1dd5d2 HUJI amd= 64 >=20 > did I miss something? By default (IIRC), stable/* builds support "reproducible builds." The output of "uname -a" from a reproducible build lacks artifcacts that are specific to that particular build; rather, it should be identical to a build done from a different machine (using the same sources -- and of the same architecture). To restore the information (for future builds), append WITHOUT_REPRODUCIBLE_BUILD=3Dyes to /etc/src.conf. (For further details, see src.conf(5); look for "WITH_REPRODUCIBLE_BUILD".) Peace, david --=20 David H. Wolfskill david@catwhisker.org Casualties: Boston Massacre: 11; 06 Jan 2021 Capitol insurrection: >140 See https://www.catwhisker.org/~david/publickey.gpg for my public key. --oJWVSgEyx/hHObUJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iNUEARYKAH0WIQSr0Kzv+UJRY3wfOii0+6PfV4Ix1AUCZBRyx18UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0QUJE MEFDRUZGOTQyNTE2MzdDMUYzQTI4QjRGQkEzREY1NzgyMzFENAAKCRC0+6PfV4Ix 1DW7AQCZ4vYG1dT3mRxHxHZSm0Kouqkmz3ukWe2b3FPT6CukjAEA8pGMRKv4577Y liZXYg2nRCE6am4NBX0I6lM3IDzUXgM= =CF8H -----END PGP SIGNATURE----- --oJWVSgEyx/hHObUJ--