Fabian Vogt

Results 59 issues of Fabian Vogt

The kiwi build script does ```if ($package->{'onlyarch'} && $package->{'onlyarch'} eq "skipit") {``` which does not work anymore as packages now have an `arch` attribute and `onlyarch` is not allowed. Workaround:...

- The imgur API does not like empty paramters I really don't know why it is required, but without this imgur returns a 500 status and says it's under heavy...

bcc added two additional parameters to `bcc_func_load` which aren't passed here: ``` [ 141s] GO111MODULE=on go build -mod=vendor -mod=vendor -o bin/oci-seccomp-bpf-hook -ldflags "-X main.version=v1.2.6" github.com/containers/oci-seccomp-bpf-hook [ 141s] # github.com/iovisor/gobpf/bcc [...

On button doesn't generate a Keypad interrupt

FWICT, the code uses a daemon thread to implement a timeout, but since python 3.3, the Popen class supports passing timeouts to `wait` and `communicate`. Maybe you could use them...

This PR contains various changes to allow testing the new `Staging-MicroOS-Image-ContainerHost` and `Staging-JeOS-for-kvm-and-xen` flavors. Currently there are several failures, which will be fixed in the product soon: - [X] `docker`...

There's already a function specificially for the second passphrase, add the conditions for the workaround there instead of handling it in boot_encrypt only. - Related ticket: https://progress.opensuse.org/issues/117811#change-575406 - Verification runs:...

It's meant to cause agrep to return with exit code 2, but asserts that it's exit code 1 instead. It's meant to ensure that using ".*" as pattern results in...

With the x87 FPU available, GCC uses long double precision for some variables. Due to the function call passing a double, some comparisons break down. That resulted in "1.00 YB"...

It tried to be smart and actively switch to a display if a reuse happened. This is not necessary and implemented in a rather fragile way, resulting in errors in...