GNU bug report logs - #73539
A channel is impossible to remove if it becomes inaccessible

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix; Reported by: Nathan Dehnel <ncdehnel@HIDDEN>; dated Sat, 28 Sep 2024 23:33:01 UTC; Maintainer for guix is bug-guix@HIDDEN.

Message received at 73539 <at> debbugs.gnu.org:


Received: (at 73539) by debbugs.gnu.org; 28 Nov 2024 08:01:30 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Nov 28 03:01:30 2024
Received: from localhost ([127.0.0.1]:36455 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tGZSr-0001xP-UW
	for submit <at> debbugs.gnu.org; Thu, 28 Nov 2024 03:01:30 -0500
Received: from eggs.gnu.org ([209.51.188.92]:50366)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@HIDDEN>) id 1tGZSq-0001xB-Uq
 for 73539 <at> debbugs.gnu.org; Thu, 28 Nov 2024 03:01:29 -0500
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <ludo@HIDDEN>)
 id 1tGZSf-0004yD-CI; Thu, 28 Nov 2024 03:01:22 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To:
 From; bh=QX08Ca+GXMSx2i/adNsl99Elp45TBK2PL8fhUGS+90A=; b=H+VbjeM3IZQu2NJXT4K2
 ZE1dACTAqiqoyHOqjC7pTT8PAr80PZCGwEdCFmrPZdiwLM89NMHAaveQ1cJNRHOxLCVPTWEIvMcqu
 G/QjOtErCJZdquDvfN3mNqP795k/Db4Ixp5S8u9N31UspTw13Q/Gfx5gsglv3Z3F1MaibSQo93tJh
 cMMM9osfIK9WN5n1I9LZq4pa6A07S/LvMc2PGm0X5XCf5Cx+VcbqQczL4K9FVceyMpQQseZbLtc1r
 yMPNzx8ILpn95Gdh5BHVUen0y9LSDICjjVo2HDkRtiZWQdCG58TaEbb5F+s+4dQkktzWVd133s0Ii
 My4bBiR3+uvd+w==;
From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@HIDDEN>
To: Nathan Dehnel <ncdehnel@HIDDEN>
Subject: Re: bug#73539: A channel is impossible to remove if it becomes
 inaccessible
In-Reply-To: <CAEEhgEsE+b0wbV6pwGk=cWUaUKDDN6pxfupFZPZvY4oosazrhg@HIDDEN>
 (Nathan Dehnel's message of "Sat, 28 Sep 2024 18:31:26 -0500")
References: <CAEEhgEsE+b0wbV6pwGk=cWUaUKDDN6pxfupFZPZvY4oosazrhg@HIDDEN>
Date: Thu, 28 Nov 2024 09:01:06 +0100
Message-ID: <87y1137pod.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 73539
Cc: 73539 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

Hi,

Nathan Dehnel <ncdehnel@HIDDEN> skribis:

> A channel is inaccessible, so I have disabled it in my home config:
>
>         (simple-service 'channels-service
>                home-channels-service-type
> ;;                (list
> ;;                 (channel
> ;;                  (name 'gooby-channel)
> ;;                  (url
> "https://gentooserver.dehnel.info/gitea/nathan/gooby-channel.git"))
>
> I try to reconfigure the system to get rid of the channel so I can
> guix pull. The reconfigure tries to fetch the channel which fails
> because the server is down, which prevents me from removing the
> channel or updating my system

Sorry for replying this late.  I believe you can work around this by
running =E2=80=98guix pull -q=E2=80=99 (ignoring =E2=80=98channels.scm=E2=
=80=99 files) or by explicitly
passing the list of channels that you need with =E2=80=98guix pull -C
channels.scm=E2=80=99.

Thanks,
Ludo=E2=80=99.




Information forwarded to bug-guix@HIDDEN:
bug#73539; Package guix. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 28 Sep 2024 23:32:21 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Sep 28 19:32:21 2024
Received: from localhost ([127.0.0.1]:54319 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1sugvF-0002J3-0O
	for submit <at> debbugs.gnu.org; Sat, 28 Sep 2024 19:32:21 -0400
Received: from lists.gnu.org ([209.51.188.17]:58900)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ncdehnel@HIDDEN>) id 1sugvC-0002Im-GP
 for submit <at> debbugs.gnu.org; Sat, 28 Sep 2024 19:32:19 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <ncdehnel@HIDDEN>)
 id 1suguh-00071b-Kv
 for bug-guix@HIDDEN; Sat, 28 Sep 2024 19:31:47 -0400
Received: from mail-oi1-x22e.google.com ([2607:f8b0:4864:20::22e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.90_1) (envelope-from <ncdehnel@HIDDEN>)
 id 1suguf-000520-Pf
 for bug-guix@HIDDEN; Sat, 28 Sep 2024 19:31:47 -0400
Received: by mail-oi1-x22e.google.com with SMTP id
 5614622812f47-3e034fac53bso1577645b6e.3
 for <bug-guix@HIDDEN>; Sat, 28 Sep 2024 16:31:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20230601; t=1727566297; x=1728171097; darn=gnu.org;
 h=content-transfer-encoding:to:subject:message-id:date:from
 :mime-version:from:to:cc:subject:date:message-id:reply-to;
 bh=ZG+WK4ybOuYj4DuzGxd0B6bnnMt3xBOqMC0CftdeB4w=;
 b=ee61gCCT2Z9zzTz8ogrwGcWyeGw38TcFpQwLov1RHsWXyKwaYW4/ybBvFz23eKBVPn
 Qvse1w/sa7E5D5U6ub3DCA7magfdtFk04k/t6TLbACPFFi6AdXNvVaK5pYoH3kb1mJBx
 0PGMPmN0uVfRMo+yKhffMAxSa/zqmMtlxzceT1m5V8HZZRwLqU+pVoRx+egAR8+pUfCp
 hIVa+OaP8d9pILzHYQrQ7IrCnrKV4F/jFpDu6udKkatwJb9GqWtqdFMmP4dAaaKUnpgA
 QKrZDPDX5J3OaiTZWZQPt6t6CQHPwoP9R352sLVR/nSc2/li1XE4kLl6TWIe/FiAzlAa
 3ZOQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20230601; t=1727566297; x=1728171097;
 h=content-transfer-encoding:to:subject:message-id:date:from
 :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id
 :reply-to;
 bh=ZG+WK4ybOuYj4DuzGxd0B6bnnMt3xBOqMC0CftdeB4w=;
 b=KkwP3dMM/i3COElTYwHm1jj14fJ9zgJpu5+QwC0Mhq7oz1RDl/Qhwaoviw9lrJMyxn
 zRmyMDfiJk32ULQPjZWDXC4Jvon8ZMfMYscKk55W6Utz5fvpLf8wW3/avO4fwkTEDwmH
 prUDWG+0CLoNMNH3aTJB4ANHEPjhlrG/d9KsDCAOW5dYGJz7iKg65dmV3nnRfeEE8glI
 /wZ3P8rrCy325LHVdrfvgtjoBkKyRUIsyVfI6r4sp6B+L9/v55PSJ3h5/NRtUxEc9bLZ
 HJ6ZqisSjmJZpsnqhBQoKqJtRRWsHfm9ptx9Sq1GxGUc5+L6VqVC6T5zKxJJx8L/ONni
 WMjg==
X-Gm-Message-State: AOJu0YykZgJskyEd0J7uyWKxzmHZHBkXu/gHfVuVLnmnISbYvr+VPTiw
 H+Bt2Ikxkw46Mo1siAT58nED9xg0mCzWIJGDUoQfGZSzbOEjM6DrDLUgDN3CoCpxD7od1Kh3jjQ
 Pk2d0VBH4/nV18X/7UlIic4D50HkLHK25ULQ=
X-Google-Smtp-Source: AGHT+IEI3iPMH0U5vYBUtkP18fxxXSA/fhjntP0a7m8oaMb9ddsFxCLGPHHM+PdyJsW4BhKXM98P9s9ghb5PkdPE8OA=
X-Received: by 2002:a05:6871:5213:b0:277:a36f:fb4 with SMTP id
 586e51a60fabf-287109ff1femr4871748fac.10.1727566297359; Sat, 28 Sep 2024
 16:31:37 -0700 (PDT)
MIME-Version: 1.0
From: Nathan Dehnel <ncdehnel@HIDDEN>
Date: Sat, 28 Sep 2024 18:31:26 -0500
Message-ID: <CAEEhgEsE+b0wbV6pwGk=cWUaUKDDN6pxfupFZPZvY4oosazrhg@HIDDEN>
Subject: A channel is impossible to remove if it becomes inaccessible
To: bug-guix <bug-guix@HIDDEN>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Received-SPF: pass client-ip=2607:f8b0:4864:20::22e;
 envelope-from=ncdehnel@HIDDEN; helo=mail-oi1-x22e.google.com
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 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,
 SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.3 (-)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.3 (--)

A channel is inaccessible, so I have disabled it in my home config:

        (simple-service 'channels-service
               home-channels-service-type
;;                (list
;;                 (channel
;;                  (name 'gooby-channel)
;;                  (url
"https://gentooserver.dehnel.info/gitea/nathan/gooby-channel.git"))

I try to reconfigure the system to get rid of the channel so I can
guix pull. The reconfigure tries to fetch the channel which fails
because the server is down, which prevents me from removing the
channel or updating my system

Backtrace:
         19 (primitive-load "/home/nathan/.config/guix/current/bin/=E2=80=
=A6")
In guix/ui.scm:
  2326:7 18 (run-guix . _)
 2289:10 17 (run-guix-command _ . _)
In ice-9/boot-9.scm:
 1752:10 16 (with-exception-handler _ _ #:unwind? _ # _)
In guix/status.scm:
   859:3 15 (_)
   839:4 14 (call-with-status-report _ _)
In guix/scripts/system.scm:
  1311:4 13 (_)
In ice-9/boot-9.scm:
 1752:10 12 (with-exception-handler _ _ #:unwind? _ # _)
In guix/store.scm:
  689:37 11 (thunk)
  1330:8 10 (call-with-build-handler #<procedure 7f4c9da61e10 at g=E2=80=A6=
> =E2=80=A6)
 2210:25  9 (run-with-store #<store-connection 256.100 7f4c92faedc0> =E2=80=
=A6)
In guix/scripts/system.scm:
 1335:15  8 (_ _)
   838:5  7 (perform-action reconfigure #<<image> name: #f format:=E2=80=A6=
> =E2=80=A6)
In guix/scripts/system/reconfigure.scm:
   347:3  6 (check-forward-update _ #:current-channels _)
In srfi/srfi-1.scm:
  691:23  5 (filter-map #<procedure 7f4c9902fd40 at guix/scripts=E2=80=A6> =
. #)
In guix/scripts/system/reconfigure.scm:
  354:39  4 (_ #<<channel> name: gooby-channel url: "https://gentoo=E2=80=
=A6>)
In guix/git.scm:
  561:29  3 (update-cached-checkout "https://gentooserver.dehnel.i=E2=80=A6=
" =E2=80=A6)
  463:13  2 (_ git-error #<<git-error> code: -17 message: "the SSL =E2=80=
=A6>)
In ice-9/boot-9.scm:
 1685:16  1 (raise-exception _ #:continuable? _)
 1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
Git error: the SSL certificate is invalid




Acknowledgement sent to Nathan Dehnel <ncdehnel@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-guix@HIDDEN. Full text available.
Report forwarded to bug-guix@HIDDEN:
bug#73539; Package guix. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 12 Jan 2025 05:45:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.