From: Tomas Volf <~@wolfsden.cz>
To: help-guix@gnu.org
Subject: How to debug failing guix pull?
Date: Thu, 2 May 2024 02:08:34 +0200 [thread overview]
Message-ID: <ZjLZgn9gpwrPTdO4@ws> (raw)
[-- Attachment #1: Type: text/plain, Size: 1318 bytes --]
Hello,
I am trying to install Guix on a new system from a Debian based installer. I
installed the guix package:
apt-get install guix -y
Created /etc/guix/channels.scm to indicate what channels to pull:
(list (channel
(name 'guix)
(url "https://git.wolfsden.cz/.git/guix")
(branch "master")
(commit
"83068bdf13ea8562e7c5ff94a194846a0127fa73")
(introduction
(make-channel-introduction
"028e445a2028068e3c83996daa281057f19141a0"
(openpgp-fingerprint
"B783 49B3 8C14 7D36 2988 68A4 2FBF EE7D B67F C1A9")))))
However when I try to actually pull, I get this error:
$ guix pull --verbosity=44 --debug=44
Updating channel 'guix' from Git repository at 'https://git.wolfsden.cz/.git/guix'...
guix pull: error: Git error: SSL error: 0xffff8880 - SSL - A fatal alert message was received from our peer
The interesting part it that just running `git clone' against the repository
does work fine, so the failure is Guix-specific.
Would anyone be so kind and advice me regarding how to debug this? I am not
really sure how to proceed...
Thank you and have a nice day,
Tomas Volf
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2024-05-02 0:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-02 0:08 Tomas Volf [this message]
2024-05-02 4:33 ` How to debug failing guix pull? Felix Lechner via
2024-05-02 14:10 ` Tomas Volf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZjLZgn9gpwrPTdO4@ws \
--to=~@wolfsden.cz \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.