From nobody Wed Jun 25 19:49:15 2025 X-Original-To: freebsd-pkg@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 4bSC7l5tR6z60RQ1 for ; Wed, 25 Jun 2025 19:49:23 +0000 (UTC) (envelope-from nxjoseph@protonmail.com) Received: from mail-43166.protonmail.ch (mail-43166.protonmail.ch [185.70.43.166]) (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 4bSC7l0l2gz47TP; Wed, 25 Jun 2025 19:49:23 +0000 (UTC) (envelope-from nxjoseph@protonmail.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1750880960; x=1751140160; bh=hmDrWcP7dEhJshFWt0MoikzrE2nWT/M6qrNpVfw3IZE=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=t50Rn9XlF3HOMIHmeO8Lo2dgWUwAa87m0KZX87EFd50b+UYrMb4ySiTFgBfforG++ V+i5oXXxnygRqXzQO1wXBuFceBq6xz9k9sSoLykKce1gfe5Y6jw4rDSNfSrkqrTaLX ORH7iRQ+lv0W4AjUZ6k29NKzbPpTf4aqZiImmf0m3q+RpY+cvVCPxZOcaxIi9SRz6+ abMxvxONLp9SEH555pPkT/DcejEMTFOxkmlrJuePER34zQPEnfe1C6WIl7iShxPrUP Z078dcZ+BR0gin6nXHVqR0Rc5WqE09BDCExX4TBCeLTXp0qs4Vpw5ADv1GALWr8P8x Tn4GeIJ/PcmRg== Date: Wed, 25 Jun 2025 19:49:15 +0000 To: Dmitry Salychev From: Yusuf Yaman Cc: freebsd-pkg@freebsd.org Subject: Re: How to get read-write on ZFS dataset for self started poudriere jail Message-ID: In-Reply-To: <86ms9vy59n.fsf@peasant.bootbsd.com> References: <86ms9vy59n.fsf@peasant.bootbsd.com> Feedback-ID: 21989843:user:proton X-Pm-Message-ID: 14a356db098d8c4b74180a19676090a45f9e4ced List-Id: Binary package management and package tools discussion List-Archive: https://lists.freebsd.org/archives/freebsd-pkg List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkg@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4bSC7l0l2gz47TP X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH] Hmm, I don't run poudriere in a jail but directly on the host instead. I gu= ess there is some misunderstanding, when i talk about jail, i mean the jail= that poudriere uses that you can see when you ran 'poudriere jail -l'. Thanks for taking time to reply. Sent with Proton Mail secure email. On Wednesday, June 25th, 2025 at 10:45 PM, Dmitry Salychev wrote: > Yusuf Yaman nxjoseph@protonmail.com writes: >=20 > > Hi, > >=20 > > Sometimes I do want to test a port using poudriere but ports like that = use cargo (rust) takes a bit time to get into the > > interactive shell. I thought I wouldn't need to build a port but get an= interactive shell by just starting a poudriere jail myself > > but later I found out that the ZFS dataset inside jail is mounted as re= ad-only... I couldn't find a way to make it read-write. Can > > you help me if it's possible to do? Thanks in advance. (I use stable po= udriere and hope I could explain myself well) > >=20 > > Sent with Proton Mail secure email. >=20 >=20 > Hey, >=20 > take a look [1]. You're probably missing these two lines: >=20 > exec.created+=3D"zfs jail $name data03/poudriere"; > exec.created+=3D"zfs set jailed=3Don data03/poudriere"; >=20 > Regards, > Dmitry >=20 > [1] https://dan.langille.org/2024/01/19/configuration-for-running-poudrie= re-in-a-jail-on-freebsd-14/ >=20 > -- > https://wiki.freebsd.org/DmitrySalychev