bug#73873: ntpd segfaults at boot (caused by use of IPv6?)

2024-10-19 Thread Maxim Cournoyer
Hello, Maxim Cournoyer writes: > Hi, > > After adjusting my system time in UEFI, I've had the ntpd daemon > terminate with exit status 11, with the following message in > /var/log/messages: > > Oct 19 08:44:17 localhost ntpd[1658]: Soliciting pool server 160.16.113.133 > Oct 19 08:44:17 localhos

bug#73879: [shepherd] 'herd start x' error should be clearer when its been disabled

2024-10-19 Thread Maxim Cournoyer
Hi, Currently, attempting to start service x when it was disable gives something like: --8<---cut here---start->8--- herd: error: impossible to start service x --8<---cut here---end--->8--- while the actual root cause is tha

bug#73869: Cannot start EXWM without a display manager

2024-10-19 Thread Rutherther via Bug reports for GNU Guix
> If I add the startx service, the window manager is initialized but it does > not react to any keyboard or touchpad input. > Double check the startx you are starting is coming from the service, and is not shadowed by another startx that would come from other package like xinit. You can check t

bug#73898: MPV should not propagate all inputs

2024-10-19 Thread Antero Mejr
Currently, MPV propagates most of its inputs, which is not correct. When MPV tries to propagate a different version of a dependency (like ffmpeg) that is a different version what is currently installed, Guix operations will fail. The source code in video.scm says that the inputs are propagated so

bug#73869: Cannot start EXWM without a display manager

2024-10-19 Thread Oleander via Bug reports for GNU Guix
If I add the startx service, the window manager is initialized but it does not react to any keyboard or touchpad input. I'm using this config for xorg: (service xorg-server-service-type) (set-xorg-configuration (xorg-configuration (keyboard-layout keyboard-layout) (extra-config '("Section \"Inpu

bug#73869: Cannot start EXWM without a display manager

2024-10-19 Thread Rutherther via Bug reports for GNU Guix
That should be the minimal config, yes. You can pass the configuration to configure your keyboard layout and such. The config is very similar to gdm-service-type, but instead of giving out a display manager it gives out startx command that should be used, because it has proper paths to xorg modul

bug#73187: libjami-20240424.0 build failure

2024-10-19 Thread Maxim Cournoyer
Hi, That's been kindly fixed by Tobias for a while already in commit 67a2073d279e064b6b065541be9502cd6ead80c8 ("gnu: libjami: Fix build.") Closing! -- Thanks, Maxim

bug#73508: Generic updaters should run last

2024-10-19 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hello, > > Maxim Cournoyer skribis: > >> * guix/upstream.scm (%updaters): Ensure the updaters with a name starting by >> 'generic' appear last in the list. >> >> Fixes: https://issues.guix.gnu.org/ > > This should be . > >> Change

bug#73873: ntpd segfaults at boot (caused by use of IPv6?)

2024-10-19 Thread Maxim Cournoyer
Hi, Maxim Cournoyer writes: > Hi, > > After adjusting my system time in UEFI, I've had the ntpd daemon > terminate with exit status 11, with the following message in > /var/log/messages: > > Oct 19 08:44:17 localhost ntpd[1658]: Soliciting pool server 160.16.113.133 > Oct 19 08:44:17 localhost n

bug#71462: Default ntp service configuration not working on IPv6 network

2024-10-19 Thread Maxim Cournoyer
Hi Guillaume, Guillaume Le Vaillant writes: > Leo Famulari skribis: > >> On Mon, Jun 10, 2024 at 08:30:32AM +, Guillaume Le Vaillant wrote: >>> On an IPv6-only network, the default configuration for ntp-service-type >>> doesn't work, because the default pool used (<0.guix.pool.ntp.org>) >>>