Krish Jain

Results 49 comments of Krish Jain

Try ``` lt --port 8080 --subdomain example-subdomain ``` Also make sure your firewall allows outgoing requests! @davidsanne

Also maybe you have a buggy background process running. Go to the task manager on windows or activity monitor (mac) or use the terminal equivalent on Linux and terminate all...

@tormath1 Trying to add Clevis takes me into dependency hell. I'm essentially doing https://www.flatcar.org/docs/latest/reference/developer-guides/sdk-modifying-flatcar/#add-or-update-a-package but with gentoo/guru instead of gentoo/gentoo

The preliminary support for clevis can be found at https://github.com/flatcar/scripts/pull/909. I will return to working on this shortly. I encountered some issues after working on it with an alpha tag...

@t-lo It appears that this was fixed in this commit https://github.com/flatcar/scripts/commit/faf115acdec955cc31d528ada266d9053c13bc71 and in flatcar release stable-3510.2.2.

@jepio Hey there! Is it possible for me to be assigned to this issue? I'd be happy to help out.

@pothos Once I iron things out on my end, we could ship the userspace tooling on the OS as a sysext? Could this work?

Some notes that will help setup a testing environment for this issue Emulate TPM2.0: ``` sudo swtpm socket --tpmstate dir=/tmp/emulated_tpm --ctrl type=unixio,path=/tmp/emulated_tpm/swtpm-sock --log level=20 --tpm2 ``` Add ``` -chardev socket,id=chrtpm,path=/tmp/emulated_tpm/swtpm-sock...

@ryanm101 Were you able to test that out?