bug#56209: Shepherd 0.9 not cleanly unmounting root

2022-07-01 Thread Ludovic Courtès
Hi, angry rectangle skribis: > I tried your patch on one of my computers and it works. Thanks for testing. Pushed as 0483c71cc5aeb3b69f6deb154fe12c0b2e6dc17f. The reason is took me more time is that I wanted to have a system test for that to make sure it doesn’t come back to haunt us in the f

bug#56209: Shepherd 0.9 not cleanly unmounting root

2022-06-28 Thread angry rectangle
I tried your patch on one of my computers and it works. Thank you.

bug#56209: Shepherd 0.9 not cleanly unmounting root

2022-06-28 Thread Ludovic Courtès
Hi, I believe the attached patch fixes the problem. I’ll do more testing on my side but I’d be grateful if someone would give it a try too. Ludo’. diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 17b7b38a15..dea58354d9 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/adm

bug#56209: Shepherd 0.9 not cleanly unmounting root

2022-06-27 Thread Ludovic Courtès
Hi, angry rectangle skribis: > Since the upgrade to shepherd 0.9, I get "recovering journal" every single > time I start my computer. > To be specific, "recovering journal" appears after I enter my encryption > password in the initrd. > I assume this means the filesystem wasn't cleanly unmount

bug#56209:

2022-06-25 Thread angry rectangle
forgot the attachment. (use-modules (gnu) (gnu system) (gnu bootloader grub) (gnu packages dns)) (use-package-modules linux certs) (use-service-modules networking) (operating-system (kernel linux-libre) (host-name "myhostname") (timezone "America/New_York") (locale "en_US.utf8") (bootloade

bug#56209: Shepherd 0.9 not cleanly unmounting root

2022-06-25 Thread angry rectangle
Since the upgrade to shepherd 0.9, I get "recovering journal" every single time I start my computer. To be specific, "recovering journal" appears after I enter my encryption password in the initrd. I assume this means the filesystem wasn't cleanly unmounted. I am doing a proper shutdown, using ei