bug#56076: guix shell -P behavior is surprising with persistent home

2022-06-24 Thread Maxime Devos
Ludovic Courtès schreef op vr 24-06-2022 om 23:10 [+0200]: > That said, for this particular use case, you could do: > >   guix shell syncthing nss-certs openssl -- syncthing > > Adding ‘openssl’ to the mix is a trick to ensure that SSL_CERT_DIR is > defined, thanks to the search path mechanism: >

bug#56076: guix shell -P behavior is surprising with persistent home

2022-06-24 Thread Ludovic Courtès
Hi Ethan, Ethan Blanton skribis: > I am using guix shell to create an isolated container, but using a > persistent home directory to preserve configuration and state for the > program in the container. Specifically, I am using (lightly > simplified; note that the user is elb and the manifest co

bug#55898: jami service failing following reconfigure

2022-06-24 Thread Maxim Cournoyer
Hi again, Maxim Cournoyer writes: > Hello Maxime, > > Maxime Devos writes: > >> Maxim Cournoyer schreef op za 11-06-2022 om 01:53 [-0400]: >>> I don't get it; how can the service runs fine in the instrumented VMs >>> the system tests use, and fail in my updated machine?  Could it be a >>> fault

bug#55898: jami service failing following 'guix deploy' update

2022-06-24 Thread Maxim Cournoyer
retitle 55898 jami service fails to start following reconfigure thanks Hello, Maxim Cournoyer writes: > Hello Maxime, > > Maxime Devos writes: > >> Maxim Cournoyer schreef op za 11-06-2022 om 01:53 [-0400]: >>> I don't get it; how can the service runs fine in the instrumented VMs >>> the syste

bug#56137: OpenSSL 3.0.3/1.1.1n includes a time-dependent test

2022-06-24 Thread Maxime Devos
Ludovic Courtès schreef op vr 24-06-2022 om 16:47 [+0200]: > That’s an option, but it might be trickier than it seems?  Or is it > really just about running that script? I don't know, Someone(™) would need to try it out. Though to be 100% correct, it's not sufficient, IIRC there was something abo

bug#56137: OpenSSL 3.0.3/1.1.1n includes a time-dependent test

2022-06-24 Thread Ludovic Courtès
Maxime Devos skribis: > Ludovic Courtès schreef op wo 22-06-2022 om 12:39 [+0200]: >> That commit skips the test.  I tried another approach with ‘datefudge’, >> which has the advantage of being more explicit and future-proof (should >> there be similar issues lying around): >> >>   

bug#47630: Improve guix manual installation docs

2022-06-24 Thread bo0od
Feel free to do that 1.4 took more than it should and might never see the sun anytime soon. zimoun: Hi, On Tue, 04 Jan 2022 at 23:53, zimoun wrote: On Sun, 26 Sep 2021 at 08:17, bo0od wrote: I proposed you to write down these steps as a starting point for improving the manual to turn it

bug#55206: Intermittent ldap test failure

2022-06-24 Thread Mathieu Othacehe
Hey Timotej, > After increasing the memory limit for the test VM, I was able to run the > test successfully ten times on two different machines. The patch is > attached. Great, that wouldn't be the first time that the RAM limitation causes strange transient issues. I'm pushing the proposed pat