From nobody Mon Mar 06 14:33:32 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 4PVh0Q1NzGz3wxbq for ; Mon, 6 Mar 2023 14:33:58 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from hz.grosbein.net (hz.grosbein.net [IPv6:2a01:4f8:c2c:26d8::2]) (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 (2048 bits) client-digest SHA256) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PVh0P4L7hz3jnC; Mon, 6 Mar 2023 14:33:57 +0000 (UTC) (envelope-from eugen@grosbein.net) Authentication-Results: mx1.freebsd.org; none Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221] (may be forged)) by hz.grosbein.net (8.17.1/8.17.1) with ESMTPS id 326EXZCr086321 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 6 Mar 2023 14:33:36 GMT (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: danny@cs.huji.ac.il Received: from [10.58.0.11] (dadvw [10.58.0.11] (may be forged)) by eg.sd.rdtc.ru (8.16.1/8.16.1) with ESMTPS id 326EXYIf022146 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 6 Mar 2023 21:33:34 +0700 (+07) (envelope-from eugen@grosbein.net) Subject: Re: pkg writing to / To: Daniel Braniss 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> <467F77AD-EB5F-490E-8B42-12DCFD2C6A73@cs.huji.ac.il> Cc: Baptiste Daroussin , freebsd-ports From: Eugene Grosbein Message-ID: Date: Mon, 6 Mar 2023 21:33:32 +0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 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 In-Reply-To: <467F77AD-EB5F-490E-8B42-12DCFD2C6A73@cs.huji.ac.il> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT autolearn=disabled version=3.4.6 X-Spam-Report: * -0.0 SHORTCIRCUIT No description available. * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on hz.grosbein.net X-Rspamd-Queue-Id: 4PVh0P4L7hz3jnC X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N 06.03.2023 20:11, Daniel Braniss wrote: >>> bhv-10# pkg update >>> Updating FreeBSD repository catalogue... >>> Fetching meta.conf: 100% 163 B 0.2kB/s 00:01 >>> Fetching packagesite.pkg: 100% 7 MiB 1.4MB/s 00:05 >>> pkg: Error extracting the archive: 'Write error' >>> pkg: No signature found >>> Unable to update repository FreeBSD >>> Error updating repositories! >> >> Make sure you either have /tmp mounted r/w as file system, or point TMPDIR to /var/tmp or elsewhere mounted r/w. >> > > /var/tmp and /tmp are r/w nevertheless, try: env TMPDIR=/var/tmp pkg update