bug#54812: ‘guix system reconfigure’ closes SSH connections

2022-04-09 Thread Ludovic Courtès
With OpenSSH turned into inetd style in commit 808b9e850491c7b1d867a5f1f4d5ee6f61f345d4, the service upgrade code used by ‘guix system reconfigure’ and ‘guix deploy’ wrongfully decides that the ‘sshd-*’ transient services corresponding to individual SSH connections should be closed: --8<--

bug#54815: Unknown Horizons 2019.1 fails to start

2022-04-09 Thread Luis Felipe via Bug reports for GNU Guix
SYSTEM INFORMATION Generation 54 Mar 24 2022 11:42:45(current) guix ab98b51 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: ab98b51ef1304e975da127e3092d01dcc7f02657 unknown-horizons 2019.1 STEPS TO REPRODUCE 1. guix shell unknown-horizons --

bug#52808: Guix home should not assume that all targets are dot files

2022-04-09 Thread Andrew Tropin
On 2022-04-08 20:18, Ludovic Courtès wrote: > Hi Andrew, > > Andrew Tropin skribis: > >> Those patches introduce a breaking change, but the surface and number of >> people affected should be small if everyone migrated to >> xdg-configuration-files. It removes the special handling of dot files >>

bug#40116: GDM: Memory leak in .gnome-shell-real process

2022-04-09 Thread Luis Felipe via Bug reports for GNU Guix
Ok, the issue is gone :) --- Luis Felipe López Acevedo publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

bug#53147: Hunspell dictionaries unavailable in LibreOffice

2022-04-09 Thread Roman Riabenko
Hello У нд, 2022-01-09 у 21:29 +0100, Ludovic Courtès пише: > I think this is a relatively recent regression, but I’m not sure. Please note that there is a similar open issue from 2020: https://issues.guix.gnu.org/41390 Roman

bug#54820: build-systems: inconsistent use of standard-packages

2022-04-09 Thread Hartmut Goebel
Build-systems are adding „@(standard-packages)“ inconsistently to „host-packages“ or „build-packages”. For one developing a new build-system it is not clear which is the correct form. Some (e.g. texlive, ruby, python) add it to „host-inputs“) (host-inputs `(,@(if source   

bug#54820: build-systems: inconsistent use of standard-packages

2022-04-09 Thread Maxime Devos
Hartmut Goebel schreef op za 09-04-2022 om 18:24 [+0200]: > Build-systems are adding „@(standard-packages)“ inconsistently to > „host-packages“ or „build-packages”. For one developing a new > build-system it is not clear which is the correct form. > > Some (e.g. texlive, ruby, python) add it to

bug#54770: Non-root LUKS devices unusable after Shepherd upgrade

2022-04-09 Thread Christoph Weiss
I ran into the same issue (no prompt but instead about 32 times the message "Nothing to read on input.") I bisected this issue myself (starting before the fix was pushed) and arrived at 400c9ed3d779308e56038305d40cd93acb496180 as the culprit. However, even with the current master (aa5716703f

bug#54828: ssh disconnects when reconfiguring system

2022-04-09 Thread Vagrant Cascadian
Ever since switching to a system generation using the new shepherd 0.9.0, whenever I'm reconfiguring my system over an ssh connection, the ssh connection drops out during the switch... I hadn't noticed this happening before using the new shepherd. Thankfully I always use tmux or screen and can ju

bug#54812: ‘guix system reconfigure’ closes SSH connections

2022-04-09 Thread Ludovic Courtès
Ludovic Courtès skribis: > With OpenSSH turned into inetd style in commit > 808b9e850491c7b1d867a5f1f4d5ee6f61f345d4, the service upgrade code used > by ‘guix system reconfigure’ and ‘guix deploy’ wrongfully decides that > the ‘sshd-*’ transient services corresponding to individual SSH > connecti