Christian Kellner

Results 69 issues of Christian Kellner

``` Traceback (most recent call last): File "/workspaces/osbuild-composer/./tools/test-case-generators/generate-all-test-cases", line 1333, in get_default_ssh_id_file most_recent_file = id_files[0] IndexError: list index out of range The above exception was the direct cause of the...

bug

The artefacts that we brew via the koji API are compressed, a la `rhel-ec2-8.5-1014.x86_64.raw.xz`. Ensure that `osbuild-upload-aws` can handle such artefacts so that we can use it on images produced...

enhancement

I tired to build fedora with the new package set feature (#2265) but did not specify `build-packages` (because in RHEL, it is `build`) and this failed deep inside `dnf-json` with:...

Look here: ``` python import nix fd = nix.File.open('test.h5', nix.FileMode.Overwrite) b = fd.create_block('b', 'notype') d = b.create_data_array('da', 'stillnotype') d = b.create_data_array('da', 'stillnotype', nix.DataType.Double, (0,0)) d[:, :] = np.ones((23, 42)) d[...]...

bug

Manually compiling the binary with GNU Make works: ``` gmake echo amd64 amd64 cc -Ofast -c -Wall -static -fpic -o ./src/match.o ./src/match.c cc -shared -o ./static/libfzy-freebsd-amd64.so ./src/match.o ``` Which results...

To remove a file in the `/proc` the docu suggest to create a broken symlink: > Currently there is no way to "remove" files from the real directories or fully...

I would like to simulate the "safe mode" for thunderbolt devices in the [self test](https://github.com/hughsie/fwupd/blob/master/plugins/thunderbolt/fu-self-test.c) of fwupd's thunderbolt plugin. For this a read of the sysfs attribute `nvm_version` needs to...

enhancement

```python rx.outputs ERROR:rxv:Request GetParam failed with b'' --------------------------------------------------------------------------- ResponseException Traceback (most recent call last) in () ----> 1 rx.outputs ~/.local/lib/python3.6/site-packages/rxv/rxv.py in outputs(self) 271 port_number = m.group(1) 272 request = HdmiOut.format(port=port_number,...

bug

Recently we had a case where a configuration key was misspelled `language` vs `languages` which composer happily accept it but then ignored the submitted key and did of course not...