From nobody Sat Sep 27 22:49:24 2025 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 4cZ2hJ3Pq8z68qmf; Sat, 27 Sep 2025 22:49:36 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo69.interia.pl (smtpo69.interia.pl [217.74.67.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4cZ2hH5XZmz3wrr; Sat, 27 Sep 2025 22:49:35 +0000 (UTC) (envelope-from vermaden@interia.pl) Authentication-Results: mx1.freebsd.org; none Date: Sun, 28 Sep 2025 00:49:24 +0200 From: vermaden Subject: Re: FreeBSD 15.0-ALPHA4 Now Available To: FreeBSD Release Engineering Team , "freebsd-snapshots@FreeBSD.org" , "freebsd-stable@FreeBSD.org" Cc: FreeBSD Release Engineering Team , freebsd-sysinstall@freebsd.org X-Mailer: interia.pl/pf09 In-Reply-To: <20250927203411.E6790B633@freefall.freebsd.org> References: <20250927203411.E6790B633@freefall.freebsd.org> X-Originating-IP: 45.148.42.23 Message-Id: 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: X-BeenThere: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1759013368; bh=kDaVgJfj7xQISDdroIhLBusvkAi43iXr3YEvElyNGBo=; h=Date:From:Subject:To:Message-Id:MIME-Version:Content-Type; b=NHVUDgWHxB2dcSs/PuVMgmIly5HypskvUaWWzELkwPXcTS1SNAFJjWtuzmRap0PBH Ly30DhtNNMf14seb9qMpy83qIoW/rmyrVjkBPAkv1qhVL9y9ouluRLpPsKlEL7m6NV ZW3T2XFj83cICO4zb2wU769pKqB88bJ4qnkZ23Bk= X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16138, ipnet:217.74.64.0/22, country:PL] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4cZ2hH5XZmz3wrr Hi. Just tested FreeBSD 15.0-ALPHA4 inside Bhyve 1 vCPU and 512MB vRAM. Installs properly and pkg(8) is bootstrapped after install - good to see progress in right direction here - thanks. I also tried to do the same with 1 vCPU and 'vm-bhyve' default 256MB vRAM ... and that one fails due to lack of RAM. Options chosen: - BIOS+GELI - PKGBASE - Only Offline Packages The 256MB vRAM install fails for both '12' and '120': - vm.pageout_oom_seq: 12 - vm.pageout_oom_seq: 120 One thing that 'bothers' me - is that at first boot installer asks what TERM I want - I typed 'xterm' there. I would make 'xterm' the default unless user specifies otherwise ... but maybe I miss something? Now - after selecting 'xterm' I selected 'Live System' - then set 'vm.pageout_oom_seq=120' and executed 'bsdinstall' command - but this time - even as I selected 'xterm' at the beginning - it starts with 'vt100' mode - the 'xterm' (or any other) should be PRESERVED in subsequent tasks/executions. Also ... after I started that bsdinstall(8) again - this time in 'vt100' mode - I was unable to change the ZFS options from 'compression=on' to 'compression=zstd' because probably some escape sequences (or ^H) were not handled properly and bsdinstall(8) complained that 'compression' option supports only ${LIST_OF_SUPPORTED_COMPRESSION_ALGOS} ... Hope that helps, vermaden Temat: FreeBSD 15.0-ALPHA4 Now Available Data: 2025-09-27 22:34 Nadawca: "Colin Percival" <cperciva@FreeBSD.org> Adresat: freebsd-snapshots@FreeBSD.org; freebsd-stable@FreeBSD.org; DW: "FreeBSD Release Engineering Team" <re@FreeBSD.org>; > >> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > The fourth alpha build of the 15.0-RELEASE release cycle is now available. > > Installation images are available for: > > o 15.0-ALPHA4 amd64 GENERIC > o 15.0-ALPHA4 powerpc64 GENERIC64 > o 15.0-ALPHA4 powerpc64le GENERIC64LE > o 15.0-ALPHA4 armv7 GENERICSD > o 15.0-ALPHA4 aarch64 GENERIC > o 15.0-ALPHA4 aarch64 RPI > o 15.0-ALPHA4 aarch64 PINE64 > o 15.0-ALPHA4 aarch64 PINE64-LTS > o 15.0-ALPHA4 aarch64 PINEBOOK > o 15.0-ALPHA4 aarch64 ROCK64 > o 15.0-ALPHA4 aarch64 ROCKPRO64 > o 15.0-ALPHA4 riscv64 GENERIC > o 15.0-ALPHA4 riscv64 GENERICSD > > (...)