Christophe de Dinechin

Results 242 issues of Christophe de Dinechin

DO NOT MERGE - FOR REFERENCE / CHERRY-PICKING ONLY Add the missing command-line options and subcommands in `liboci-cli`, as documented for `runc`, including: * Missing options for [checkpoint](https://github.com/opencontainers/runc/blob/main/man/runc-checkpoint.8.md) * Missing...

I wanted to check something from the recording we make of the architecture committee meetings, and accessed the [last recording](https://zoom.us/rec/play/qak2IXmQ8SRDsvTRnF4yyhh4-RoobQc8akIfdmNCvKbywRGpRqr1fo9DAvt6LDl_xjYudnviOmyDlm-V.7hWaXj8sO4Slt4nX?continueMode=true&_x_zm_rtaid=qL2Y-z64Qo65P_rFs73nQw.1674208631110.1a3fede93583c4bfb7826961ae50d555&_x_zm_rhtaid=414) as linked from the [meeting nodes](https://etherpad.opendev.org/p/Kata_Containers_2021_Architecture_Committee_Mtgs). The recording starts with...

bug
needs-review

On macOS Catalina, System Integrity Protection has the side effect that `DYLD_LIBRARY_PATH` no longer has any effect. This makes the default implementation of `make check` fail for any program that...

There are cases where krunvm fails to delete a VM, e.g. because the corresponding container no longer exists. Add a `--force` (or `-f`) option to the `delete` subcommand that forces...

Running `krunvm -v` and any command has not shown any usable output for me so far. What is the expected usage for that option? For example, is there a way...

This would vastly simplify the code in `main`.

On `macOS`, some of the VMs that are recorded in my configuration won't delete: ``` shell % krunvm start debian-microVM Error: error unmounting container debian-working-container: container not known buildah returned...

Follow these steps on macOS with M1: ``` % krunvm create ubuntu --name ubuntu-test % krunvm start ubuntu-test % apt update % apt install emacs % emacs ``` Then in...

When trying to build a project within krunvm, I noticed relatively low CPU utilization compared to a Linux build. Two screenshots attached to illustrate the effect, one building on Linux,...

I noticed that because of #20: ``` % krunvm start fedora-rawhide /bin/ls -- -l /bin/false -rwxr-xr-x 1 root root 69808 Aug 1 15:36 /bin/false % krunvm start fedora-rawhide /bin/false %...