[Bug 1931287] Re: mandos premount script needs setsid which is not in initrd

2021-06-12 Thread Christian Rusa
ubuntu 20.04 uses version 1.8.9.
Any plans to backport this fix?

Looks like it should be easy:

-setsid /lib/mandos/mandos-to-cryptroot-unlock &
+# Use setsid if available
+if command -v setsid >/dev/null 2>&1; then
+   setsid /lib/mandos/mandos-to-cryptroot-unlock &
+else
+   /lib/mandos/mandos-to-cryptroot-unlock &
+fi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931287

Title:
  mandos premount script needs setsid which is not in initrd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mandos/+bug/1931287/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931287] Re: mandos premount script needs setsid which is not in initrd

2021-06-11 Thread Mandos Maintainers
This was fixed in Mandos 1.8.12 (released eleven months ago).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931287

Title:
  mandos premount script needs setsid which is not in initrd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mandos/+bug/1931287/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs