bug#56327: Regression: openssh service fails to start if system has no IPv6

2022-06-30 Thread André Batista
I've tested the following patch, which tests for IPv6 support, on both a system without IPv6 and another with it, but I have not tested on a system with shepherd < 0.9.1. Hopefuly it works as expected. Cheers! >From 30feda7b5ce8803b10e4bca8e86e1caaadc71596 Mon Sep 17 00:00:00 2001 In-Reply-To: R

bug#56327: Regression: openssh service fails to start if system has no IPv6

2022-06-30 Thread André Batista
Hi Guix! Since commit d2b3400f79ffaed3357650307376ab69a7ec3b1b, ssh-daemon fails to start when the system is using shepherd 0.9.1, but has no support to IPv6. This is a result of shepherd trying to listen on a IPv6 address without prior checking. See https://issues.guix.gnu.org/55335. PS: Yeah,

bug#56287: Downloading latest development snapshots not working

2022-06-30 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Update: the newest build *does* have a 'build output' so now the home page links work once more. Still, this happened, so there's clearly a bug. Leaving this open until it's closed to improve bug stats :) Kind regards, T G-R Sent on the go. Excuse or enjoy my brevity.

bug#56316: Problem installing on hardware

2022-06-30 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, Steve Greenburg writes: > I wasn't able to install guix on hardware on a GPT partitioned drive. First I > thought it was because I deleted sdc6 and remade it, but after rebooting got > the same error. I use dd to copy the iso image to a thumb drive and boot from > it in UEFI, then go thro

bug#56316: Problem installing on hardware

2022-06-30 Thread Steve Greenburg
I wasn't able to install guix on hardware on a GPT partitioned drive. First I thought it was because I deleted sdc6 and remade it, but after rebooting got the same error. I use dd to copy the iso image to a thumb drive and boot from it in UEFI, then go through the installer which fails at the pa

bug#56288: Pitivi can't be started

2022-06-30 Thread Liliana Marie Prikler
Am Donnerstag, dem 30.06.2022 um 14:08 +0200 schrieb Josselin Poiret: > Hello Lily and Christian, > > This is unfortunately the usual gdk-pixbuf SVG loader not being > found, > since it is part of librsvg.  Some details are described in [1] > already, > but to summarize:  we need to propagate gdk-

bug#56288: Pitivi can't be started

2022-06-30 Thread Josselin Poiret via Bug reports for GNU Guix
Hello Lily and Christian, This is unfortunately the usual gdk-pixbuf SVG loader not being found, since it is part of librsvg. Some details are described in [1] already, but to summarize: we need to propagate gdk-pixbuf so that the search-path GDK_PIXBUF_MODULE_FILE is properly set for the profil

bug#56005: during substitution: write_wait_fd: unimplemented

2022-06-30 Thread Maxime Devos
Maxime Devos schreef op do 30-06-2022 om 13:51 [+0200]: > > substitute:348:26 8 (process-query # _ #:cache > urls _ #:acl _) > > substitute: In guix/substitutes.scm: > > substitute:365:27 7 (lookup-narinfos/diverse _ _ # 7f22cf4534a0 …> …) > > substitute:322:31 6 (lookup-narinfos "ht

bug#56005: during substitution: write_wait_fd: unimplemented

2022-06-30 Thread Maxime Devos
> substitute:348:26 8 (process-query # _ #:cache urls _ #:acl _) > substitute: In guix/substitutes.scm: > substitute:365:27 7 (lookup-narinfos/diverse _ _ # …) > substitute:322:31 6 (lookup-narinfos "https://ci.guix.gnu.org"; _ # _ # _) > substitute:245:26 5 (fetch-narinfos _ _

bug#56005: In procedure write_wait_fd: unimplemented

2022-06-30 Thread Attila Lendvai
i'm also seeing this every once in a while. some speculation: my router has QoS set up that limits the upstream, so that i avoid triggering my ISP's rate limiter, because it sends ping into the ballpark of seconds. maybe because of this config i'm seeing this more regularly than others? - atti

bug#56005: during substitution: write_wait_fd: unimplemented

2022-06-30 Thread Maxime Devos
Maxime Devos schreef op do 30-06-2022 om 13:55 [+0200]: > > the backtrace was truncated, is that 'catch' was used instead of > 'with-exception-handler' + #:unwind? #true Correction: #:unwind? #false. signature.asc Description: This is a digitally signed message part

bug#56322: Ruby packaging issues

2022-06-30 Thread Maxime Devos
I noticed that: * Ruby has Autotools ./configure scripts that aren't regenerated. * Ruby bundles zlib. * Ruby contains some things generated by bison or such. Greetings, Maxime. signature.asc Description: This is a digitally signed message part

bug#56320: 'guix system' failure due to substitute being temporarily 404 -> Implement a retry attempts?

2022-06-30 Thread Liliana Marie Prikler
merge 56319 56320 thanks Am Donnerstag, dem 30.06.2022 um 08:19 + schrieb Jacob Hrbek: > Seems that the substitute server went down just as i was doing `guix > system reconfigure /path/to/config.scm` which produced a failure thus > proposing to implement a retry attempts to make this process