Re: `dockerd` service not starting

2022-04-02 Thread Pierre Langlois
Hi, Tanguy LE CARROUR writes: > Hi Pierre, > > > Quoting Pierre Langlois (2022-04-01 21:05:08) >> tan...@bioneland.org writes: >> > On 2022-03-31 19:30, Pierre Langlois wrote: >> >> Tanguy LE CARROUR writes: >> >>> My `dockerd` serv

Re: `dockerd` service not starting

2022-04-01 Thread Pierre Langlois
Hi, tan...@bioneland.org writes: > Hi Pierre, > > On 2022-03-31 19:30, Pierre Langlois wrote: >> Tanguy LE CARROUR 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 bi

Re: `dockerd` service not starting

2022-03-31 Thread Pierre Langlois
not found in > $PATH > ``` 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 commi

Re: Cross-compiling libfido2

2022-03-26 Thread Pierre Langlois
Hi! Sébastien Lerique writes: > Hello Guix! > > I'm trying to build a raw image for a rock64 board, from my x86_64 > laptop (using Guix on PopOS), and bumping into some > packages seemingly not ready for cross-compilation. > > I am adding `(service openssh-service-type ...)` to the base > gnu/sy

Re: Wireguard configuration - PostUp and PostDown

2021-08-30 Thread Pierre Langlois
Hi there, crodges writes: > Hello everyone, > > I managed to configure wireguard on a vps running guix and created clients > for > my desktop and cellphone. What I want to do (and did already in a Debian vps) > is to make wireguard's lan accessible to anyone connected and also browse the > i

Re: Certbot with DNS Challenge

2021-04-17 Thread Pierre Langlois
Hi Vincent, Vincent Legoll writes: > Hello, > >> [SNIPPED NICE STUFF] > > I think that would make a nice addition to the cookbook > > Anyone want to try submitting a PR for that ? That's a good idea, I can give it a go. Before that it would be useful to merge support for the --dry-run option in

Re: Certbot with DNS Challenge

2021-04-17 Thread Pierre Langlois
Raghav Gururajan writes: > Hi Pierre! > >> --8<---cut here---start->8--- >> (define certbot-authentication-hook >>(program-file "certbot-authentication-hook" >> (with-imported-modules '((guix build utils)) >>#~(let ((gandi (string-append #$gand

Re: Certbot with DNS Challenge

2021-04-17 Thread Pierre Langlois
Hi Raghav, Raghav Gururajan writes: > Hello Guix! > > For certbot-service-type, the manual has an example for HTTP challenge. I was > wondering if anyone has an example for DNS challenge? It just happens I set it up on my LAN a month ago, it worked really well! I'm using gandi as the provider a

Re: Building installation image for ROCK64

2020-04-12 Thread Pierre Langlois
Hi Simon, Simon South writes: > Has anyone successfully built an installation image for a PINE64 ROCK64 > ARM SBC? I managed to setup a ROCKPRO64 a few months ago (rk3399 chipset instead of rk3328), maybe I can help :-). > > There's a definition for it in gnu/system/install.scm, but building th

Re: Building installation image for ROCK64

2020-04-12 Thread Pierre Langlois
Pierre Langlois writes: > Hi Simon, > > Simon South writes: > >> Has anyone successfully built an installation image for a PINE64 ROCK64 >> ARM SBC? > > I managed to setup a ROCKPRO64 a few months ago (rk3399 chipset instead > of rk3328), maybe I can help :-).