From nobody Thu Oct 12 00:47:02 2023 X-Original-To: freebsd-current@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 4S5WDx66w6z4wxt7 for ; Thu, 12 Oct 2023 00:47:13 +0000 (UTC) (envelope-from me+fbsd@cameronkatri.com) Received: from mail.cameronkatri.com (mail.cameronkatri.com [159.203.168.97]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.cameronkatri.com", Issuer "ZeroSSL RSA Domain Secure Site CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S5WDw5zXTz3dt3 for ; Thu, 12 Oct 2023 00:47:12 +0000 (UTC) (envelope-from me+fbsd@cameronkatri.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cameronkatri.com header.s=20220128 header.b=R0s85nLr; spf=pass (mx1.freebsd.org: domain of me+fbsd@cameronkatri.com designates 159.203.168.97 as permitted sender) smtp.mailfrom=me+fbsd@cameronkatri.com; dmarc=pass (policy=reject) header.from=cameronkatri.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cameronkatri.com; s=20220128; t=1697071623; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wI6WTTcAscpbkCB1iwwgTD/5CPWw0OwMHvvSKwd8O6o=; b=R0s85nLrCfumeKP8z0ZgC7nJ2Urt7BjmBRtzMWtiEaNuaKhBbqC1IsWK/qfcGVFVYNf58t tC50JkQANchf88CvX8PE6MOoLcKxOZhTfP+EBvUeHPRyOpGDca/w7HI+loNHIgrz3cuGQ1 qccMLZQC1Zu/Dh5YggGjKI++UcO7kXI= Received: from [192.168.1.143] (c-73-84-80-103.hsd1.fl.comcast.net [73.84.80.103]) by mail (OpenSMTPD) with ESMTPSA id 1281b20c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 12 Oct 2023 00:47:03 +0000 (UTC) Message-ID: <4b68300a-3a0d-4ad3-adf0-5ba974fd391b@cameronkatri.com> Date: Wed, 11 Oct 2023 20:47:02 -0400 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: FreeBSD 14.0-BETA5 Now Available To: freebsd-current@freebsd.org References: <20231006224150.GF1307@FreeBSD.org> Content-Language: en-US From: Cameron Katri In-Reply-To: <20231006224150.GF1307@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.99 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; DMARC_POLICY_ALLOW(-0.50)[cameronkatri.com,reject]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[cameronkatri.com:s=20220128]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; DKIM_TRACE(0.00)[cameronkatri.com:+]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:14061, ipnet:159.203.160.0/20, country:US]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[me]; ARC_NA(0.00)[]; TAGGED_FROM(0.00)[fbsd]; TO_MATCH_ENVRCPT_ALL(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Queue-Id: 4S5WDw5zXTz3dt3 On 10/6/23 18:41, Glen Barber wrote: > The fifth BETA build of the 14.0-RELEASE release cycle is now available. > > > > === Virtual Machine Disk Images === > > VM disk images are available for the amd64, i386, and aarch64 > architectures. Disk images may be downloaded from the following URL > (or any of the FreeBSD download mirrors): > > https://download.freebsd.org/releases/VM-IMAGES/14.0-BETA5/ > > > The disk images are available in QCOW2, VHD, VMDK, and raw disk image > formats. The image download size is approximately 135 MB and 165 MB > respectively (amd64/i386), decompressing to a 21 GB sparse image. > The FreeBSD-14.0-BETA5-arm64-aarch64-zfs.raw.xz (maybe others, I didn't check) has a rc.conf with a ton of repeated lines. I tried looking at why this would be, but the release scripts to create this image went right over my head. $ sudo mdconfig FreeBSD-14.0-BETA5-arm64-aarch64-zfs.raw md0 $ sudo zpool import -R /mnt -t 4016146626377348012 vm-zpool $ wc -l /mnt/etc/rc.conf 36 /mnt/etc/rc.conf $ sort -u /mnt/etc/rc.conf growfs_enable="YES" hostname="freebsd" ifconfig_DEFAULT="DHCP inet6 accept_rtadv" zfs_enable="YES" zpool_reguid="zroot" zpool_upgrade="zroot" $ > > > > Regards, > > Glen > > Please consider donating to help support my FreeBSD work: > https://www.gofundme.com/f/gjbbsd > https://paypal.me/gjbbsd > > Love FreeBSD? Support this and future releases with a donation to > the FreeBSD Foundation! https://www.freebsdfoundation.org/donate/ > > -- Cameron Katri Email: me@cameronkatri.com PGP Fingerprint: 7D3B36CEA40FCC2181FB6DCDBAFFD97826540F1C