unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* How to debug failing guix pull?
@ 2024-05-02  0:08 Tomas Volf
  2024-05-02  4:33 ` Felix Lechner via
  0 siblings, 1 reply; 3+ messages in thread
From: Tomas Volf @ 2024-05-02  0:08 UTC (permalink / raw)
  To: help-guix

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-02 14:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-02  0:08 How to debug failing guix pull? Tomas Volf
2024-05-02  4:33 ` Felix Lechner via
2024-05-02 14:10   ` Tomas Volf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).