Logan Garbarini

Results 11 comments of Logan Garbarini

@mikechristie sorry for the slow response. There is no `werkzeug` exception raised as it is likely obeying its spec. AFAIK, the root of the issue here is that: ``` context.load_cert_chain(cert_files[0],...

@neilmw1 I was running into a host of similar issues and found a bug, can you try my branch and see if it resolves your segfault?

@madscientist159 I was running into a host of similar issues and found a bug, can you try my branch and see if it resolves your segfault?

I know that kexec support doesn't get this issue to completion, but does the completion of `kexec` support (https://github.com/ostreedev/ostree/issues/435 solved by https://github.com/ostreedev/ostree/pull/3362) in `ostree` get bootc closer to at least...

@cgwalters if you're open to a contribution adding separate `kexec` logic directly into bootc I'll see if I can find time in the next couple weeks to give it a...

I literally just sat down to make this change 😂. Just tested with `bootc upgrade --kexec --apply` on my dev environment and it just works! Thank you!

@cgwalters this looks good to me! What else needs to be done to merge?

@pacexy are you open to this sort of contribution?

Not a maintainer, but curious if you've used a tool like [elf_diff](https://github.com/noseglasses/elf_diff) to see what types of differences exist.

> > Not a maintainer, but curious if you've used a tool like [elf_diff](https://github.com/noseglasses/elf_diff) to see what types of differences exist. > > I've been sorting, diffing, comparing the symbol...