From nobody Mon Mar 06 08:25:56 2023 X-Original-To: ports@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 4PVWqp727mz3wcSK for ; Mon, 6 Mar 2023 08:25:58 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4PVWqp5Sg7z440s; Mon, 6 Mar 2023 08:25:58 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=SSR2HRMIa/ZnujQPLTy7TELWmLEToScOP1K0nPmx8AA=; b=U3BSw5TzRDejUGj5zVwEtaiZpUsPkQn97gGJx8iHli/w376ZR1SyRYs5Kq8kyuCyiVhK3OY78bdpYjim7iGzHGbAPGoqNBEyp/arKga8RDlWvw2dJVIx8/Xa6rdVp72WOAcuSF8VxlBDSZttJkRNcekcYzy9ARyFglZo82r5svUzLznGhRpHzjRRqoYc4Cwji6r5/I6GM3w/2qX9qMldYqyATv5C6Tr6MjvETeA2XgBekoWlcJYpplyNzeFkko+rgcSsU4d997cmkT5Tw+0nATkfoU9+TKXN15P+xbN9d+A51nZP9VAlxZ+51oCkck/grNPKn5SpyKPelbWNbuem0A==; Received: from bach.cs.huji.ac.il ([132.65.80.20] helo=smtpclient.apple) by kabab.cs.huji.ac.il with esmtp id 1pZ6AO-0001yI-L6; Mon, 06 Mar 2023 10:25:56 +0200 Content-Type: text/plain; charset=utf-8 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.2\)) Subject: Re: pkg writing to / From: Daniel Braniss In-Reply-To: <20230306080712.cwt6bxeiwbpba6e4@aniel.nours.eu> Date: Mon, 6 Mar 2023 10:25:56 +0200 Cc: freebsd-ports Content-Transfer-Encoding: quoted-printable Message-Id: <55B8E711-8A1B-4EC3-8AC2-DC81D05ECC36@cs.huji.ac.il> References: <40ED6A0D-68BD-4A05-A9A6-9AE48153AB06@cs.huji.ac.il> <20230306075245.7srq6vzblzxil37u@aniel.nours.eu> <4D6D62EA-B271-4D00-BF02-9C4E34E5E54A@cs.huji.ac.il> <20230306080712.cwt6bxeiwbpba6e4@aniel.nours.eu> To: Baptiste Daroussin X-Mailer: Apple Mail (2.3696.120.41.1.2) X-Rspamd-Queue-Id: 4PVWqp5Sg7z440s X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/15, country:IL] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N oh well, back to the drawing board. thanks, danny > On 6 Mar 2023, at 10:07, Baptiste Daroussin wrote: >=20 > On Mon, Mar 06, 2023 at 09:57:55AM +0200, Daniel Braniss wrote: >> is this true also for =E2=80=98pky update=E2=80=99? >=20 > I don't understand the question here, pkg update does not do anything = in / >=20 > Best regards, > Bapt >>=20 >> the /compat was a problem, >> it was a symlink /usr/local/compat and for some reason the mkdir = /compat/linux failed, >> i did as root =E2=80=98mkdir /usr/local/compat/linux=E2=80=99, and = linux installed ok. >> danny >>=20 >>=20 >>> On 6 Mar 2023, at 09:52, Baptiste Daroussin = wrote: >>>=20 >>> On Sun, Mar 05, 2023 at 09:37:32AM +0200, Daniel Braniss wrote: >>>> Hi, >>>> how can I tell pkg not to write to /? in my case sometimes / >>>> is mounted ro, and so for example pkg update failed, or >>>> / - which is usually- kept as small as possible gets filled up, eg=20= >>>> by /.pkgtemp.compat.xxxxx/linux >>>>=20 >>>> thanks, >>>> danny >>>>=20 >>>>=20 >>> This is because you don't have a /compat on your / but you are = trying to >>> install a package that installs files under /compat >>>=20 >>> Bapt >>=20 >=20