Matus Sabo
Matus Sabo
I wanted to resize from 80GiB to 250GiB This is after running `sudo qemu-img resize MyDisk.qcow2 +170G` on host machine ``` /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0:...
Hi, I used evsieve in my KVM setup. I can switch keyboard & display between host and VMs using evsieve. I created my own system service to load different evsieve...
@brainchild0 @thenickdude Hi I was able to run nick OpenCore-v20.iso, on virtlib / QEMU. I am using Fedora 38 as host system with virt-manager GUI. There is my repo with...
Provide shims for well-known binaries, which can only run on the host, inside the toolbox containers
I did create following files: `~/.local/shims/flatpak-spawn-host` ```bash #!/bin/bash executable=$(basename $0) exec flatpak-spawn --host "${executable}" "$@" ``` `~/.local/shims/toolbox-run` ```bash #!/bin/bash executable=$(basename $0) exec toolbox run "${executable}" "$@" ``` Example for `podman`...
Some information and workaround (debian bookworm docker image) `sudo dockerd --debug` ```bash failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed...
@spietras Yes you are right load ip_tables kernel module resolve this issue 👍