Valentin David

Results 87 issues of Valentin David

In our use case, we have a full environment defined for a container. We want to define only those and we do want to inherit any environment variable from host....

enhancement

Here is a dumb python program where the issue happens: ``` import signal import asyncio loop = asyncio.new_event_loop() asyncio.set_event_loop(loop) def interrupt(): s = input("test") print(s) loop.stop() loop.add_signal_handler(signal.SIGINT, interrupt) loop.run_forever() loop.remove_signal_handler(signal.SIGINT)...

This implements @AdrianVovk idea from https://github.com/ostreedev/ostree/issues/1719#issuecomment-449895351 to solve issue #1719. This uses `renameat2` to do atomic swap of the loader directory in the boot partition. It fallsback to non-atomic rename....

needs-ok-to-test

Here is an example of error message: ``` make[2]: *** No rule to make target 'jsoncpp_lib-NOTFOUND', needed by 'bin/osvr_json_to_c'. Stop. CMakeFiles/Makefile2:1451: recipe for target 'devtools/CMakeFiles/osvr_json_to_c.dir/all' failed ``` It failed for...

In order to run fwupd in Ubuntu Core, the snap has to use strict confinement. There is a snap called `uefi-fw-tools` which contained fwupd which could work with strict confinement....

`/mnt/run/base` contains the snap file that is mounted on `/`. For that reason it is not possible to unmount `/mnt/run/base` until we have switched root to the shutdown ramfs. At...

Completion for `snap` must be present in `/usr/share/bash-completion/completions/` and it must point to the file in the active Snapd. Other completion will be added in `/var/lib/snapd/share/bash-completion/completions/` by Snapd. To be...

* Update the command line * Update vendor key in shim * Update shim from non-sbat to sbat Also a previous commit fixes re-signing of boot files.

Run nested

This is what is needed to run `get-devices` fwupd on an Intel NUC. Note for review, this has been tested with fwupd/fwupd#5062