Re: [codesprints] Problems updating from IETF 116

Lars Eggert <lars@eggert.org> Fri, 21 July 2023 18:14 UTC

Return-Path: <lars@eggert.org>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 28B9DC151549 for <codesprints@ietfa.amsl.com>; Fri, 21 Jul 2023 11:14:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.096
X-Spam-Level:
X-Spam-Status: No, score=-2.096 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=eggert.org
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0asOohiX2MmG for <codesprints@ietfa.amsl.com>; Fri, 21 Jul 2023 11:14:29 -0700 (PDT)
Received: from mail.eggert.org (mail.eggert.org [91.190.195.94]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B112C14CE45 for <codesprints@ietf.org>; Fri, 21 Jul 2023 11:14:29 -0700 (PDT)
Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 08A37835C3; Fri, 21 Jul 2023 21:14:23 +0300 (EEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eggert.org; s=dkim; t=1689963265; h=from:subject:date:message-id:to:cc:mime-version:content-type: in-reply-to:references; bh=GWxZnkBkwmwZ28Ilt2Df/PudT5VSPzJlNr0XN7f/M9k=; b=bxxfypo3pmQ35qkPICJVqV7E0zdhFutdTq+NWOSE34BfXrQN4ZqJng46ZXLA2lQyV7w8cX xaRyL/J6vQBvlTK1Oi4KIfvhYzrfBwoVEyIkhhs7Ps+3jpKbnnErL2sugCWHjm2iT0R2Zz +SVE3LSEeZpIP95+DvcJys6n+vFfr2q1TzfPEXsJP/gT4XWMYThmhYEC82/WVWSavPMZNp KFiX1YnhSeojW1IVqRdZpNPVJxQvEmMbOEU2uY2iyF6mblRfsSWMvlr2Vbe53efY2WMOSZ lsR+QErpZW+aaU3A4Tg1IKcgJMhBcDXX+0C8NJcvEGI2+oPCszJCWmC3JCC51A==
Content-Type: multipart/signed; boundary="Apple-Mail=_915B39CF-50F6-470D-B67C-D8EBB80158C1"; protocol="application/pgp-signature"; micalg="pgp-sha512"
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.600.7\))
From: Lars Eggert <lars@eggert.org>
In-Reply-To: <D6F8ED14-4E33-4F66-86A6-3DDDDA605E97@bluepopcorn.net>
Date: Fri, 21 Jul 2023 11:14:21 -0700
Cc: codesprints@ietf.org
Message-Id: <15C80D44-8809-4674-99AC-C54B48D3CE13@eggert.org>
References: <D6F8ED14-4E33-4F66-86A6-3DDDDA605E97@bluepopcorn.net>
To: Jim Fenton <fenton@bluepopcorn.net>
X-Last-TLS-Session-Version: TLSv1.2
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/-Bhr50UsJtDEz2t4B3ypcYbsFxo>
Subject: Re: [codesprints] Problems updating from IETF 116
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 21 Jul 2023 18:14:33 -0000

On Jul 21, 2023, at 10:16, Jim Fenton <fenton@bluepopcorn.net> wrote:
> I was alarmed about the ‘no space left on device’ error, but in fact I have 500 GB or so free.

What platform do you run docker on? At least on the Mac, docker runs in a Linux VM, and you may need to give that VM more space (through the docker settings.)

Lars