Michael Vogt

Results 48 issues of Michael Vogt

This is a drive-by PR. I was investigating a corrupted vfat based system today and needed something to poke programmatically at the broken image. Your library was exactly the right...

When building software on top of libseccomp sometimes we are stuck with older version of libseccomp. When someone e.g. runs with RHEL or an ubuntu LTS the syscall table is...

enhancement
priority/low

spread is currently not build with snapcraft 5.0 (the default). This commit fixes this by moving to `base: core20`. Note that this also requires moving to `go.mod` hand hence it...

Ready

The qemu backend is currently only using a single CPU and there is no way to configure this. This commit adds support to have a new `cpu-count` opton in the...

As discussed in https://github.com/snapcore/spread/pull/96#pullrequestreview-367801844 the qemu backend should use virtio by default all the time. This will be useful for UC20 where the UEFI grub bootloader is very very slow...

Someones qemu crashes or dies while starting up. If that happens spread does not detected it and keeps trying to connect to the port until it times out. This leaves...

Blocked
Reviewed

This adds a small test around 2d0883b - its quite indirect, I wonder if instead I should just add an `export_test.go` and export evalstr() there. However it does test what...

This PR adds (magic) pagination support to google backend in the dofl() helper. This is done in the following way: The gogle GCE rest API has a lot of calls...

We saw some obscure MATCH failures when running spread tests against snapd. It turns out the spread test is failing because of SIGPIPE which is triggered by us using "-o...

I have a case where I get a spread test that relies on rebooting that cannot reconnect. The interessting question is now if it hangs before or after the reboot....