From nobody Wed Jun 25 19:43:13 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 UTF8SMTP id 4bSC3D6q88z60RWB for ; Wed, 25 Jun 2025 19:45:28 +0000 (UTC) (envelope-from dsl@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with UTF8SMTPS id 4bSC3D5D5hz45R3; Wed, 25 Jun 2025 19:45:28 +0000 (UTC) (envelope-from dsl@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1750880728; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gh7KRpWzoMc7ycNzLHVVu/TITgSoBgCeNzpDveJF34A=; b=jbEvNisju/gXjZzdjENqX3OCZ1DWmQGHgXNAat7XTF83/R6SItxUBcnKXDCLHYa+uijU1U MpqK+zYks0l8DY5l5gBav5xZQ7dmJE/ctrNqFzmTw/U/9TBmAY/+RlFmpRPQ45TSRgpNHV sLDGjqtzXtmPh2LecERgM36/zKk4pcalV4jpk4nURsm7MQM3MW8ndBE21UjTEdc4dA7vUj 2/wPKK+dpUkFHdZQWINTXY+59c8ee7at1/azgFq0kYTrxugFskbI0QEGq0jyet8s7b59L7 pkhWeKUEYywlrd2X9l7YpSmRVDiCr9Uz9mlxZl3Zlhjyw8Ta2xbCWsR5FcNNOA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1750880728; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gh7KRpWzoMc7ycNzLHVVu/TITgSoBgCeNzpDveJF34A=; b=ew9Y0r7CtsJxhKDogBdlkDQnQvXCtekMRntsw67uz3UiImYrfUXw2f/PrPMJ7xSOuXHaSs 72WuPe1Zpo2Md2lQDQNKZ2GG0x5ym85nyC1UprVj8g92nxuM47VmOj9lqKXZ2HQIVB0BKG O99n6KN9TV0AYLHMVIkQ+vVs63oU00ExXsLD96THUV1ItnJbRk0hjjt3C53Lhf12jfF25t GphZZ4rpZaChcE/FqBRVG+IVtkztKvBoqQ6T27EBOkxyC1uoNE19sGrm98S20GEKXVIn1D ungNCoq3LfVvsjEB6jOY/12nKt34mZMER3uG6uXrDyADwKMyF7gV51DzNeMcNA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1750880728; a=rsa-sha256; cv=none; b=qKK98IJWLk7ehFehvPloQ7xWt692TBYg2+jfBfql0dwO3Db9kr6tSQa6O4ZU6TUZdaRxYi 1Fbtfez2ykROnOU16gSBBBjGSr7EloBzcOGcEK6xOn3k36V27hLPsyRkU39rsjG7J3gW/L KI8Upo+ZsKC4zO03U5hhC8daaMf1zEeHs20bJVsuDM/foBD1g0zxnh7wkZdzFJFPFzZPUS aS2hqioWwfm6pfKrUtaz4ZwnTyHFs8UnLDs0SvLdkMfJbTf0bCRAdv52KtGGbT1b0mvZIO v6Ahap4WuGyRnYPYLESVnCfIkKX+/IkW7VlW7okUxpQ/Pq+RfFn+6TGC+GlUDQ== Received: from localhost (unknown [91.226.51.235]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: dsl) by smtp.freebsd.org (Postfix) with UTF8SMTPSA id 4bSC3D3cBpz8qy; Wed, 25 Jun 2025 19:45:28 +0000 (UTC) (envelope-from dsl@FreeBSD.org) References: User-agent: mu4e 1.8.13; emacs 30.1 From: Dmitry Salychev To: Yusuf Yaman Cc: freebsd-pkg@freebsd.org Subject: Re: How to get read-write on ZFS dataset for self started poudriere jail Date: Wed, 25 Jun 2025 21:43:13 +0200 In-reply-to: Message-ID: <86ms9vy59n.fsf@peasant.bootbsd.com> 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 Yusuf Yaman writes: > Hi, > > 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 read-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 poudriere and hope I could explain myself well) > > Sent with Proton Mail secure email. Hey, take a look [1]. You're probably missing these two lines: exec.created+="zfs jail $name data03/poudriere"; exec.created+="zfs set jailed=on data03/poudriere"; Regards, Dmitry [1] https://dan.langille.org/2024/01/19/configuration-for-running-poudriere-in-a-jail-on-freebsd-14/ -- https://wiki.freebsd.org/DmitrySalychev