Please be aware, not sure if relevant, that I applied a fix in attempt
to speedup the boot time.

As we discussed, this was mainly due to DHCPCD, but before we got to that 
conclusion I had attempted to apply the fix described here (a few days ago):
https://github.com/latchset/clevis/issues/289#issuecomment-1322633750

Specifically adding `--connect-timeout 15` to the `curl` command like this in 
`/usr/bin/clevis-decrypt-tang`:
`if ! rep="$(curl --connect-timeout 15 -sfg -X POST -H "$ct" --data-binary @- 
"$rec_url" <<< "$xfr")"; then
`

I also attempted to fix `/usr/bin/clevis-encrypt-tang`:
`elif ! jws="$(curl --connect-timeout 15 -sfg "$url/adv/$thp")"; then`


And `/usr/bin/clevis-luks-report`:
`if ! jws="$(curl --connect-timeout 15 -sfg "${url}/adv")"; then`

(I don't know if this is relevant for this issue, but I just post it in
case it might be, because it's best if you know all the Details rather
than losing time hunting ghosts)

** Bug watch added: github.com/latchset/clevis/issues #289
   https://github.com/latchset/clevis/issues/289

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

Title:
  initramfs-tools/scripts/local-bottom/clevis: ps: invalid option -- 'o'

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


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

Reply via email to