Re: issues.guix.gnu.org seems stop updating

2023-12-08 Thread Development of GNU Guix and the GNU System distribution.
Hi, On Fri, Dec 08 2023, Maxim Cournoyer wrote: > We still don't have a service for it (bug #59180). The sync is working now. Also, I have a service for my equipment. [1] Feel free to lift as needed. Please have a good weekend, Felix [1] https://codeberg.org/lechner/system-config/src/commit/b

Re: issues.guix.gnu.org seems stop updating

2023-12-08 Thread Maxim Cournoyer
Hello, Andy Tai writes: > https://issues.guix.gnu.org/recent, for example, only shows issues up to Dec > 6. > > Not sure if this is due to some data services stopping running or such... Perhaps the machine was restarted and the manual rsync job not restarted? We still don't have a service for

Re: issues.guix.gnu.org seems stop updating

2023-12-08 Thread Development of GNU Guix and the GNU System distribution.
Hi, On Fri, Dec 08 2023, Andy Tai wrote: > https://issues.guix.gnu.org/recent, for example, only shows issues up > to Dec 6. This is an rsync problem: 2023-12-08 09:46:00 14696 Rsync debbugs data: rsync: [Receiver] failed to connect to debbugs.gnu.org (209.51.188.43): Connection refused (111)

issues.guix.gnu.org seems stop updating

2023-12-08 Thread Andy Tai
https://issues.guix.gnu.org/recent, for example, only shows issues up to Dec 6. Not sure if this is due to some data services stopping running or such...

Re: problems installing on LUKS2 encrypted device

2023-12-08 Thread Kaelyn
Hi Gio, On Friday, December 8th, 2023 at 9:34 AM, Giovanni Biscuolo wrote: > > Hello, > > I've noticed that the last released system installer [1], when using the > guided install workflow, is using a LUKS1 encryption; since I would like > to install on a LUKS2 encrypted root filesystem I tri

Re: RFI: Guix XMPP service.

2023-12-08 Thread MSavoritias
On 12/8/23 20:43, Vivien Kraus wrote: Hello Guix! Le vendredi 08 décembre 2023 à 19:22 +0200, MSavoritias a écrit : I propose to host an xmpp instance with a room/or some rooms under the guix domain. Something like xmpp.guix.gnu.org Are there options for guests? I don’t know how XMPP or Pro

Re: RFI: Guix XMPP service.

2023-12-08 Thread Vivien Kraus
Hello Guix! Le vendredi 08 décembre 2023 à 19:22 +0200, MSavoritias a écrit : > I propose to host an xmpp instance with a room/or some rooms under > the > guix domain. Something like xmpp.guix.gnu.org Are there options for guests?  I don’t know how XMPP or Prosody or cheogram.com may handle thi

Re: Moment de convivialité Guix@Paris en nov… euh… décembre

2023-12-08 Thread Simon Tournier
salut, On Fri, 08 Dec 2023 at 08:45, Tanguy LE CARROUR wrote: > Rendez-vous début janvier (sûrement le 11, à confirmer) pour la > prochaine ! Avec des stickers si je ne les oublie pas à nouveau. ;-) Chouette soirée ! à tantôt, simon

Re: Doing away with CentOS 6 support (Linux faux-2.6)?

2023-12-08 Thread Simon Tournier
Hi, On Thu, 07 Dec 2023 at 23:46, Ludovic Courtès wrote: > Back in 2018, this was deemed important for HPC clusters, where CentOS 6 > was then relatively common, as Ricardo explained: Héhé! A colleague re-installed CentOS 6 this week; for testing purpose. Hum… :-) > Five years later, it seem

Re: Moment de convivialité Guix@Paris en nov… euh… décembre

2023-12-08 Thread Simon Tournier
salut Édouard, Chouette présentation ! Je pense que cela pourrait sympa de partager ton canal. :-) à tantôt, simon

Re: GNU Mes 0.26 released

2023-12-08 Thread Simon Tournier
Hi Janneke, On Sun, 03 Dec 2023 at 13:50, Janneke Nieuwenhuizen wrote: > We are happy to announce the release of GNU Mes 0.26. Cool! A naive question. :-) I was randomly roaming and I have seen, for example, in file module/mescc/x86_64/as.scm: --8<---cut here---start-

Re: What's the difference between a shell environment and a profile?

2023-12-08 Thread Simon Tournier
Hi Konrad, On Fri, 08 Dec 2023 at 17:24, Konrad Hinsen wrote: > First, I tested some Python 2 scripts in a shell environment: > > guix time-machine -C ./channels.scm \ > -- shell --container \ >python2 python2-mmtk python2-matplotlib \ >--with-input=python2-nu

problems installing on LUKS2 encrypted device

2023-12-08 Thread Giovanni Biscuolo
Hello, I've noticed that the last released system installer [1], when using the guided install workflow, is using a LUKS1 encryption; since I would like to install on a LUKS2 encrypted root filesystem I tried to "manually" install following the instructions in the manual [2]. When using a LUKS2 e

RFI: Guix XMPP service.

2023-12-08 Thread MSavoritias
Hello o/ I would like to do a formal proposal to make an official Guix XMPP instance. Background: I asked a couple of days ago if it would be possible to have an XMPP room listed on the Guix site next to the IRC. I also asked in IRC and shared it on ActivityPub. The response was very enth

Re: Should commits rather be buildable or small

2023-12-08 Thread Development of GNU Guix and the GNU System distribution.
Hi, On Fri, Dec 08 2023, Lars-Dominik Braun wrote: > I’ve been updating Haskell packages in bulk in a single commit. Making logically related commits was always my custom before arriving at Guix. I still do so in all of my own projects. The preference at Guix, however, is to split even mundane

What's the difference between a shell environment and a profile?

2023-12-08 Thread Konrad Hinsen
Hi Guix experts, While doing some software archeology, I ran into a behavior that I don't quit understand. First, I tested some Python 2 scripts in a shell environment: guix time-machine -C ./channels.scm \ -- shell --container \ python2 python2-mmtk python2-matplotlib \

Re: Should commits rather be buildable or small

2023-12-08 Thread Liliana Marie Prikler
Hi Saku, Am Freitag, dem 08.12.2023 um 10:42 +0200 schrieb Saku Laesvuori: > Hi, > > I'm planning on refreshing Guix's haskell packages as my fix for > https://issues.guix.gnu.org/66347 requires rebuilding all of them > anyway. Should I try to keep commits small with only one update per > commit

shepherd: hardening error handling

2023-12-08 Thread Attila Lendvai
dear Guix, i'm working on hardening shepherd's error handling and logging to debug an issue that i'm facing. these changes escalated quickly, so i'm writing to clarify a few things before i shape the codebase into a direction that the maintainers will not accept. the codebase seems to use catc

Re: Should commits rather be buildable or small

2023-12-08 Thread Lars-Dominik Braun
Hi, > I'm planning on refreshing Guix's haskell packages as my fix for > https://issues.guix.gnu.org/66347 requires rebuilding all of them > anyway. Should I try to keep commits small with only one update per > commit (which is more work but managable if I don't care about the > commits being buil

Re: Should commits rather be buildable or small

2023-12-08 Thread Tomas Volf
On 2023-12-08 10:42:07 +0200, Saku Laesvuori wrote: > Hi, > > I'm planning on refreshing Guix's haskell packages as my fix for > https://issues.guix.gnu.org/66347 requires rebuilding all of them > anyway. Should I try to keep commits small with only one update per > commit (which is more work but m

Re: Moment de convivialité Guix@Paris en nov… euh… décembre

2023-12-08 Thread Edouard Klein
Merci d'avoir organisé tout ça :) Tanguy LE CARROUR writes: > Bonjour Guix, > > Merci à ceux qui ont bravé les intempéries et les transports parisiens > pour venir hier soir ! Et, surtout merci à ceux qui, présents ou à > distance, on partagé leur travail, leurs découvertes ou leurs problèmes, >

Should commits rather be buildable or small

2023-12-08 Thread Saku Laesvuori
Hi, I'm planning on refreshing Guix's haskell packages as my fix for https://issues.guix.gnu.org/66347 requires rebuilding all of them anyway. Should I try to keep commits small with only one update per commit (which is more work but managable if I don't care about the commits being buildable) or