Morten Linderud

Results 465 comments of Morten Linderud

If we are happy to pull a dependency like [go-diskfs](https://github.com/diskfs/go-diskfs/) I could probably write up a draft for this.

For comparison, `debuginfod.archlinux.org` has gotten 55 requests for the same buildid since yesterday. ``` # journalctl --since yesterday -u debuginfod | grep "c393c1f2a760a00a" | wc -l 55 ``` 55 requests...

We've realized that the 55 requests Arch is getting is spill-over from the main `debuginfod.elfutils.org` proxy. So any negative cache hits are just forwarded to us (and probably other mirrors).

``` Something additional that we could do (but it would take a little bit of time), is we (as in Polar Signals) could host a debuginfod server that caches upstream...

You misunderstand what the `reset` commands does. It removes the PK to out you into setup mode. You can freely run `rotate-keys` or `enroll-keys`. You can't *only* enroll vendor provided...

Please test the proposed fix and give the complete, and unredacted output, of ` lsblk --tree --json --output PARTTYPE,MOUNTPOINT,PTTYPE,FSTYPE,MOUNTPOINTS` if it still fails. https://github.com/Foxboron/sbctl/pull/358

There is now a Debian package that needs to be maintained. As some movement has happened I'll just close this issue and this isn't actionable for me. https://salsa.debian.org/go-team/packages/sbctl

We could wrap this into a `ImportError` exception thing and stick the dependency as a "python2.7 only" thing?

Revised so we use the mock library on any python installations below version 3.3, which is when `unittest.mock` was introduced.