bug#59971: iwd is packaged but there is no iwd shepherd service

2022-12-22 Thread Hilton Chain via Bug reports for GNU Guix
Hi Jeremiah, > without a proper shepherd service, users are forced to manually start > the iwd service as root and background the process. > > Nor is there any documentation provided to work around this defect. AFAIK, Nikita Domnitskii has defined an iwd-service-type in their dotfiles:

bug#59855: Guix Shell with FHS Feedback: lib/tls/x86_64/x86_64?

2022-12-22 Thread John Kehayias via Bug reports for GNU Guix
On Tue, Dec 06, 2022 at 09:07 AM, Marek Paśnikowski wrote: Hello! (resending as it seems debbugs in Emacs doesn't automatically add the bug number email in the To/CC list.) > I recently started attempting to execute an AppImage with > guix shell --container --emulate-fhs . Great! You may want

bug#56709: (No Subject)

2022-12-22 Thread Attila Lendvai
> i'm also seeing this, and the solution was to comment > out the (identity ...) field of my machine-ssh-configuration. i spoke too soon. today it's again broken for me the same way, even though identity is commented out. lechner on IRC also reported that it's broken for him. random hint,

bug#37513: Subject: Installer finish backtrace, umount dispatch exception /mnt device busy

2022-12-22 Thread free bird
On 2022-11-12 16:40, Mathieu Othacehe wrote: > Hello, > > Sorry for the very late reply. We recently added a bunch of error > reporting features to the installer. Any chance you still have the > hardware around and would be able to test again using the latest > installation image available here:

bug#60106: [Shepherd 0.9.3] ‘system*’ replacement cannot be passed environment variables

2022-12-22 Thread Adam Faiz via Bug reports for GNU Guix
I think we’ll have to add a parameter to ‘spawn-command’ to specify environment variables. Ludo’. If you do this, can you add an #:append? flag which adds environment variables to the inherited environment instead of specifying the variables declaratively? It can be #f by default. It would

bug#60106: [Shepherd 0.9.3] ‘system*’ replacement cannot be passed environment variables

2022-12-22 Thread Ludovic Courtès
Adam Faiz skribis: >> I think we’ll have to add a parameter to ‘spawn-command’ to specify >> environment variables. >> Ludo’. > If you do this, can you add an #:append? flag which adds environment > variables to the inherited environment instead of specifying the > variables declaratively? It