From nobody Fri Jul 18 09:04:12 2025 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 4bk3kq4c5kz622qv for ; Fri, 18 Jul 2025 09:04:19 +0000 (UTC) (envelope-from qroxana@protonmail.com) Received: from mail-24424.protonmail.ch (mail-24424.protonmail.ch [109.224.244.24]) (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 (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bk3kp42SVz3gK6 for ; Fri, 18 Jul 2025 09:04:18 +0000 (UTC) (envelope-from qroxana@protonmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=protonmail.com header.s=protonmail3 header.b=f8FT5sDw; spf=pass (mx1.freebsd.org: domain of qroxana@protonmail.com designates 109.224.244.24 as permitted sender) smtp.mailfrom=qroxana@protonmail.com; dmarc=pass (policy=quarantine) header.from=protonmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1752829456; x=1753088656; bh=ax29FEYIKzDshP1rdgSQFx0w1LUlS8JSUCSXMJ8WVu0=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=f8FT5sDwIq7jv+PBzyQChXKQ3ui1UB5WGdjoJN6FSTfASU0mmQEwvR0zUplqG2P2O 6YTd1Ih+ukrJkx8gxgffQNUaPtd4KRE5TdlS12jRWQKgKXBhswrY6/83N02T92d021 p91NDFju5uUH2ylL+nAccLczl/gjL1JVciTkrHhWP6UncxnmqRh51j//13BzNPq9Ut xwPHsiPPNuPyPuFKnn7MV2bVGaupi3/02ghJfWvY33c6+6/nv/oFMICKiJYI86VIaL fFjnQhsfobL2fo0XdKSv8mYCj7NRsVRlzotqWlZ7mG5AtnZgcU8DiKrdN7iQfsX87H sJrFUZe1VB8gQ== Date: Fri, 18 Jul 2025 09:04:12 +0000 To: "freebsd-current@freebsd.org" From: qroxana Subject: Re: epair(4) Message-ID: In-Reply-To: References: <20250515162552.9209B20E@slippy.cwsent.com> <20250515185919.87008219@slippy.cwsent.com> <45d0f49d-229b-46b4-af95-6e8c4c856661@plan-b.pwste.edu.pl> <932111f8-f5ca-46d1-9f66-983f80f6116b@protected-networks.net> <8DCF0DAB-5EE5-4FEF-8CCC-1D7AF971BA8C@hausen.com> Feedback-ID: 29996633:user:proton X-Pm-Message-ID: 55d035072f08ee609db4a695705f56763e8033a6 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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Result: default: False [-1.67 / 15.00]; NEURAL_HAM_SHORT(-0.93)[-0.928]; NEURAL_SPAM_LONG(0.53)[0.535]; DMARC_POLICY_ALLOW(-0.50)[protonmail.com,quarantine]; RWL_MAILSPIKE_EXCELLENT(-0.40)[109.224.244.24:from]; R_SPF_ALLOW(-0.20)[+ip4:109.224.244.0/24]; R_DKIM_ALLOW(-0.20)[protonmail.com:s=protonmail3]; NEURAL_SPAM_MEDIUM(0.12)[0.124]; MIME_GOOD(-0.10)[text/plain]; MISSING_XM_UA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[109.224.244.24:from]; FREEMAIL_ENVFROM(0.00)[protonmail.com]; ASN(0.00)[asn:62371, ipnet:109.224.244.0/24, country:CH]; FREEMAIL_FROM(0.00)[protonmail.com]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; TO_DN_EQ_ADDR_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[protonmail.com:+] X-Rspamd-Queue-Id: 4bk3kp42SVz3gK6 X-Spamd-Bar: - Hi all, What's the best practice for setting up bridge0 on a NFS root system? Let's say the system is boot from TFTP via em0 and mount the NFS root files= ystem, is there any way to create bridge0 and addm em0 after the system is = up? or is it possible to create and use bridge0 before mounting the NFS ro= ot?=20 Thanks,