help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `dockerd` service not starting


From: tanguy
Subject: Re: `dockerd` service not starting
Date: Fri, 01 Apr 2022 06:50:41 +0000

Hi Pierre,

On 2022-03-31 19:30, Pierre Langlois wrote:
Tanguy LE CARROUR <tanguy@bioneland.org> writes:
My `dockerd` service has stopped working weeks (months!?) ago, but I've
had no use for it in the meantime, so it was no big deal, until today…
[…]

That's strange, I can also see this in my logs from back in April 2021,
but not since then.

As a shot in the dark, could you try the attached patch? It's something
I added while looking at updating docker (I need to rebase this series
and get it committed). It's a bugfix, the patch-paths phase does not run
withouth it so it could be related to your issues. But for some strange
reason it's been working for me.

https://issues.guix.gnu.org/52790#1

Thanks for the patch! I applied it and successfully built containerd and docker, but… I have no clue how to `guix system reconfigure` from my guix repo checkout!? ^_^'

Usually, as my regular user, I do `./pre-inst-env guix …`, but in order to run
`guix system reconfigure` I use sudo.
But `sudo ./pre-inst-env guix system reconfigure config.scm` fails with an ugly:

```console
Backtrace:
In ice-9/boot-9.scm:
  3253:13 19 (_)
In ice-9/threads.scm:
    390:8 18 (_ _)
In ice-9/boot-9.scm:
  3544:20 17 (_)
   2836:4 16 (save-module-excursion _)
  3564:26 15 (_)
In unknown file:
          14 (primitive-load-path "guix/store" #<procedure 7f3bd28bf…>)
In ice-9/boot-9.scm:
  3923:23 13 (_)
   3411:4 12 (define-module* _ #:filename _ #:pure _ #:version _ # _ …)
  3424:24 11 (_)
   222:29 10 (map1 (((guix utils)) ((guix config)) ((guix #)) ((…)) …))
   222:29  9 (map1 (((guix config)) ((guix deprecation)) ((guix …)) …))
   222:29  8 (map1 (((guix deprecation)) ((guix memoization)) ((…)) …))
   222:29  7 (map1 (((guix memoization)) ((guix serialization)) (#) …))
   222:29  6 (map1 (((guix serialization)) ((guix monads)) ((# #)) …))
   222:29  5 (map1 (((guix monads)) ((guix records)) ((guix #)) (#) …))
   222:29  4 (map1 (((guix records)) ((guix base16)) ((guix #)) (#) …))
   222:29  3 (map1 (((guix base16)) ((guix base32)) ((gcrypt #)) # …))
   222:29  2 (map1 (((guix base32)) ((gcrypt hash)) ((guix #)) (#) …))
   222:17  1 (map1 (((gcrypt hash)) ((guix profiling)) ((rnrs #)) # …))
   3330:6  0 (resolve-interface (gcrypt hash) #:select _ #:hide _ # _ …)

ice-9/boot-9.scm:3330:6: In procedure resolve-interface:
no code for module (gcrypt hash)
```

How am I supposed to do it?!

Best regards,

--
Tanguy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]