From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id AHd2KzqS4GHdxAAAgWs5BA (envelope-from ) for ; Thu, 13 Jan 2022 21:57:30 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 4FTUKDqS4GEiMAAA9RJhRA (envelope-from ) for ; Thu, 13 Jan 2022 21:57:30 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5510E21A5E for ; Thu, 13 Jan 2022 21:57:30 +0100 (CET) Received: from localhost ([::1]:55480 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n87A0-00081W-SF for larch@yhetil.org; Thu, 13 Jan 2022 15:57:28 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50946) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n871d-0005uF-6a for help-guix@gnu.org; Thu, 13 Jan 2022 15:48:49 -0500 Received: from [2607:f8b0:4864:20::d2b] (port=33534 helo=mail-io1-xd2b.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n871b-0008Bn-HU for help-guix@gnu.org; Thu, 13 Jan 2022 15:48:48 -0500 Received: by mail-io1-xd2b.google.com with SMTP id f24so4127523ioc.0 for ; Thu, 13 Jan 2022 12:48:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=VWQ+as4pY/ZPko00h5Mam+rkswsl9C2+kNHa0oAp3Jk=; b=MeKUlrXGv4xxAGmoSHgL1cMSGaM7qtByLD3x2QWBXNi8BWnGGtE6chfdd7kFGjpCSZ Y4j+Hq1xyc3cRgkSpHAa9Ort35GNrs6skS2OztkvjJH1I/+1b+ePTiDH6EqkviqLXgFk LMGXpHDcz5KpnltMaBApmBDjfKdhHBADxzK8xtwh1gx3dJ8OFy/C7q7VSfTKtqPUZG17 Bx99YxbBUGiZZcaG2INMxIsd/Cm9ty9yQHMgEjKw/HpviufLfEPQWR40F7NQq+ua8+kV 1xDqSa/xS5e8BPo9hbDlGgLbyxao+G6rJcP81cwGONRdk2i94Rz+cXny0ZZhTM+BAhoT 9hkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=VWQ+as4pY/ZPko00h5Mam+rkswsl9C2+kNHa0oAp3Jk=; b=uFJ8QRp3NRjDbp5WrY/moSzeIBDVczoSXoGScyGCad9lgKO5CmVAMLonhL3H0NSvi4 EEUUzFzRriTpzVp0L5fHOfma1ri7XG6NwX4ov5BBxjFi/9cOs3S4qaA8UxHS2NFgvnux mR5ueGHIUwiVPmnTrCUzkMgTsnM+TRyC0J6CKNFDiWPsmHlZe6//e71N36ks9JlnAydP cJ0gtqg5wfjzyXME0k1gDhHtsTZmPEDdpCh8Qcmuk5ZjaR75w+IBA6SM8zFNnnBm2h8c pbs/xWLHv2bdgpsrmGNKyBZuJEj+ERbFPfS2EBfeDs8ccs761s0ZV8p3rBqCrI4PfxN1 iDoQ== X-Gm-Message-State: AOAM533gFeKyBjXHp3uWn/hm6ucAX1Au2wxaTaPNo70bKZ6XfiPSs/LR gArpC3VkcIUgU6vHCgfXDSBF7NHv5k/S6g== X-Google-Smtp-Source: ABdhPJyk6qEol52t/vw8P8G89/WVWVfjii1RySFAfjqWE/+IRAIqh4ykthFiWGNA7iPuflD5KuHqng== X-Received: by 2002:a02:c943:: with SMTP id u3mr2915504jao.11.1642106924543; Thu, 13 Jan 2022 12:48:44 -0800 (PST) Received: from hurd (dsl-152-155.b2b2c.ca. [66.158.152.155]) by smtp.gmail.com with ESMTPSA id g6sm3944293iow.34.2022.01.13.12.48.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 13 Jan 2022 12:48:44 -0800 (PST) From: Maxim Cournoyer To: Youni Git Subject: Re: How to reliably update Guix References: <17e3e966233.11a729cff204091.4739559626013209753@youni.world> Date: Thu, 13 Jan 2022 15:48:43 -0500 In-Reply-To: <17e3e966233.11a729cff204091.4739559626013209753@youni.world> (Youni Git's message of "Sun, 09 Jan 2022 12:25:50 +0100") Message-ID: <877db3z7is.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::d2b (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::d2b; envelope-from=maxim.cournoyer@gmail.com; helo=mail-io1-xd2b.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1642107450; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=VWQ+as4pY/ZPko00h5Mam+rkswsl9C2+kNHa0oAp3Jk=; b=IcX5TcJx7oDWuDqlSkRrz1hyVm2R6AimCfD4U4fSsK0uO10Wz5QR/IKJcRkBivMMIvS3FW J2GiCRC4p+lJLfjelPz2EMw56rn5c5AQs+AfvjgJvThLgD9CLqc9B8B2fvKuJk9KLbVJXC rllyKaON3eCSkNSgQSwpxEWfRpAvmHcnEi8olJR0Fd3gzlvUO1UnQmIuv4TYQTJwe/6t5p vx4iW/0mY9Id8defw3ZwqenwFyLtGCXVHoS9y3wJx8aTvoqgNzaMv5YW4N30OMFKlVJMlS eSnYpkcriiLPsTOtlgd4eDQSybjk6KTs5svJ9tD9TZxzA2N4oXui4wfHn2UEKA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1642107450; a=rsa-sha256; cv=none; b=VwjxamJ+S1FGGgu+UYNZObdE0ZQ3fR7idUTRNx+mb7fKqTasDkZ4QunCMys539Sp7+H22W xxqwT4HEhrCH7T/ArrzgYjqW+h1wbwq+Mz0nxCDQyqGgjyY01Da9RDytVr9V4mpXWpKi6f ta0QsnFgVtDQ+aiMElSjxH7oCQYK8ioadm4e4cnXRgsaxYFDRiawmb/qYVZNXTu0nxptXT y7CBiJQiuyFPX4Ae51mv/crukQiPAqoyJuoquMidqe3tZOCi07q4NTF7V4P1ylwmeC+BwL k/pQkcBYBEGQaHkVcY931H8HmsI4K5HgPup4qIE5+9AUfZVZ3ucGW/Lj9B2ueg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=MeKUlrXG; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.62 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=MeKUlrXG; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 5510E21A5E X-Spam-Score: -3.62 X-Migadu-Scanner: scn0.migadu.com X-TUID: Wm27pqFgUyaS Hi Youni, Youni Git writes: > Hello, Guix Help! > > Much time long I run 'guix pull' and 'guix package -u' and get errors due= to bad connection or so. > > Usual user gets TLS error, root user gets repeating 0% of downloading. > > Could you please, advise what to type to my config for get pull and upgra= de work better? > > Here it is my config: > https://gitgud.io/youni/guix-configs/-/blob/master/config-wpa2-wlp5-wf-bl= acklist--my-desktop-services--isp.conf > > > > $ guix pull > > Computing Guix derivation for 'x86_64-linux'... \ > substitute: updating substitutes from 'https://ci.guix.gnu.org'...=C2=A0= =C2=A0 0.0% > substitute: updating substitutes from > 'https://bordeaux.guix.gnu.org'...=C2=A0=C2=A0 0.0%guix substitute: error= : TLS > error in procedure 'read_from_session_record_port': Error in the pull > function. > guix pull: error: > `/gnu/store/x67pnr0phafsbmd09vj6iybh4yls28rm-guix-1.3.0-5.6243ad3/bin/guix > substitute' died unexpectedly There were network issues at the data center where the build farm is hosted; I understand they have since been resolved. Do you still experience problems? Thanks, Maxim