bug#71061: exception caught while starting device-mapping

2024-05-19 Thread Alex
Hi, My logs from shepherd and when I attempt to start the an lvm-service-type manually using herd report exceptions. Here is the relevant device mapping: (mapped-device (source "raid_vg0") (targets (list "raid_vg0-raid_lv0")) (type lvm-device-mapping)) >From /var/log/messages: she

bug#63680: long lines in cookbook in German language

2024-05-19 Thread pelzflorian (Florian Pelz)
Overlong lines past the page border should be fixed now with commit 9c3a8a380bcfebdb77af61532e7bfec523d7bde8. Thanks to Nigko Yerden for telling me ExecStart lines can be multi-line . Translations will be updated on Weblate soon.

bug#70897: Guix system hangs on boot with LUKS root partition

2024-05-19 Thread Ludovic Courtès
Hi, Kaelyn skribis: > I wanted to let you know that I have figured out what the failure is, > and it turned out to be a customization buried within some shared > operating-system configuration that I had forgotten about (and wasn't > finding because it was due to a missing import, and simply gre

bug#71065: Emacs packages that override built-in features ignored when compiled

2024-05-19 Thread Jelle Licht
Hi all, What I think happens is that Emacs code that is compiled against an (Emacs) feature that is available as both a built-in and provided (propagated) input seems to 'compile' Emacs code against the built-in version. Case in point: Built-in jsonrpc feature for Emacs 29.3 has the following slo