David Heise

Results 32 comments of David Heise

It looks like the bind does work on 19.04.

It looks like there is till a bug in v11 that will crop up in an update: #112 It's been fixed on master, but not in a tagged release.

It looks like Ubuntu just pulls Clevis straight from Debian, so I've reported two issues to the Debian maintainer: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934923 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934923

Changing `/usr/lib/dracut/modules.d/60clevis/module-setup.sh` from ``` inst_multiple /etc/services \ clevis-decrypt-http \ clevis-decrypt-tang \ clevis-decrypt-sss \ /usr/lib/x86_64-linux-gnu/clevis-luks-askpass \ clevis-decrypt \ luksmeta \ clevis \ mktemp \ curl \ jose \ socat ``` to...

Ubuntu implements encryption on LVM volumes. I get prompted for a passphrase for `sda3_crypt`. When I try to bind clevis to that device, I get the following ``` sudo clevis...

Diff between Fedora 30 module-setup.sh and and the Ubuntu 19.04 module-setup.sh ``` --- module-setup.sh 2019-08-14 11:00:38.381192804 -0400 +++ /usr/lib/dracut/modules.d/60clevis/module-setup.sh 2018-10-30 17:55:28.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash # vim:...

Whether using the Ubuntu package, or building from source, during `dracut-initqueue` on boot I get an error in `clevis-luks-askpass` saying that `cryptsetup` cannot be found on lines 52 and 67....

[This change](https://github.com/latchset/clevis/commit/1e344dbf6a60fcd2c60a4b8512be455e112d8398) isn't reflected in a tagged release, which is at lease one reason Debian is having issues.

I have gotten the unlock tools to be recognized in the the initrd for Debian finally. I have not gotten the unlock to work yet. A summary of getting to...

A similar issue exists for managed vs. selected heading - [see also](https://github.com/daheise/msfs_utils/issues/2)