From nobody Mon Mar 06 13:11:51 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 4PVf9x0ZPMz3wtHl for ; Mon, 6 Mar 2023 13:12:05 +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 4PVf9w6N3gz3LDf; Mon, 6 Mar 2023 13:12:04 +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=+ayONEurfabloBxHdA5H0/HYzW2rUnOMLCeRzg+MDdY=; b=BOG/Kh0EYqedWoB4LQn2CCx+YHqJ9w71TD8R8BcR6lMB7+XTy1O7mtrnDBBa6j1F6bJ3NdNcy4xIX9psCHwjbU36YRsT4LltsYHfgEK8AS2G3LbEStQjv/4EVqVSNU8aCPVHtlHAi6PEYTMB/fJuXawzXl2712fDebd/nm3BG3hhbpVPg8hWqmaowoXC0FX7uzL8Gy53aKbKiEpSglPxr4w+60x3m4StHYR24D/X7CK64QXT21TsUymCn6NaCnFSMlcslwMpNZtYzKdZWCcLKXyb/30IGrE8NrUv2FDmsfxfgQMnuhuwvpLTniGdjANFPBwi6X5qlHuu49CfNgX/fg==; Received: from imac.bk.cs.huji.ac.il ([132.65.179.42] helo=smtpclient.apple) by kabab.cs.huji.ac.il with esmtp id 1pZAdG-000Cns-1s; Mon, 06 Mar 2023 15:12:02 +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 \(3731.300.101.1.3\)) Subject: Re: pkg writing to / From: Daniel Braniss In-Reply-To: <66c70075-84da-2beb-3cd3-7a4c38b65f72@grosbein.net> Date: Mon, 6 Mar 2023 15:11:51 +0200 Cc: Baptiste Daroussin , freebsd-ports Content-Transfer-Encoding: quoted-printable Message-Id: <467F77AD-EB5F-490E-8B42-12DCFD2C6A73@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> <3EBE6923-91CB-4078-923C-3F3357E22FB8@cs.huji.ac.il> <66c70075-84da-2beb-3cd3-7a4c38b65f72@grosbein.net> To: Eugene Grosbein X-Mailer: Apple Mail (2.3731.300.101.1.3) X-Rspamd-Queue-Id: 4PVf9w6N3gz3LDf 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 > On 6 Mar 2023, at 13:30, Eugene Grosbein wrote: >=20 > 06.03.2023 18:15, Daniel Braniss wrote: >=20 >> so I=E2=80=99m trying again with a read-only root, /var is zfs and = writable >>=20 >> bhv-10# pkg update >> Updating FreeBSD repository catalogue... >> Fetching meta.conf: 100% 163 B 0.2kB/s 00:01 =20 >> Fetching packagesite.pkg: 100% 7 MiB 1.4MB/s 00:05 =20 >> pkg: Error extracting the archive: 'Write error' >> pkg: No signature found >> Unable to update repository FreeBSD >> Error updating repositories! >=20 > Make sure you either have /tmp mounted r/w as file system, or point = TMPDIR to /var/tmp or elsewhere mounted r/w. >=20 /var/tmp and /tmp are r/w