klaases
klaases
For Mac M1, I found the following accelerators: ``` qemu-system-aarch64 -accel help Accelerators supported in QEMU binary: hvf tcg ``` When running with `tcg` I get the following: ``` 😄...
@medyagh suggested to use the `which` command, however this did not have any effect. --- Trying to remove and reinstall brew again, but this time using `which` command to confirm....
Update: am testing with VDE, with default IP `192.168.105.1` and port `8443`. Hopefully the VM will be able to see this URL... `./out/minikube delete --all; make clean; make; ./out/minikube start...
Working with socket_vmnet, however temporarily blocked by: ``` $ sudo make PREFIX=/opt/socket_vmnet install Password: mkdir -p "//opt/socket_vmnet/bin" install socket_vmnet "//opt/socket_vmnet/bin/socket_vmnet" install socket_vmnet_client "//opt/socket_vmnet/bin/socket_vmnet_client" sed -e "s@/opt/socket_vmnet@/opt/socket_vmnet@g" launchd/io.github.lima-vm.socket_vmnet.plist > "/Library/LaunchDaemons/io.github.lima-vm.socket_vmnet.plist" launchctl...
Same error `Load failed: 37: Operation already in progress` after restart.
The `Load failed: 37: Operation already in progress` error was solved with: 1 - first tried stopping the processes, to no avail: `% ps aux | grep vm` ``` root...
Start socket_vmnet: ``` /opt/socket_vmnet/bin/socket_vmnet_client /var/run/socket_vmnet qemu-system-aarch64 -M virt -device virtio-net-pci,netdev=net0 -netdev socket,id=net0,fd=3 -m 1024 -accel hvf -cdrom ~/boot2docker.iso ``` Start Qemu: ``` qemu-system-aarch64 -M virt -cpu host -drive file=/opt/homebrew/Cellar/qemu/7.0.0_2/share/qemu/edk2-aarch64-code.fd,readonly=on,format=raw,if=pflash -display...
Hi @adesso-os, did you want to create a PR to update the doc? Else, I could create a PR if you don't mind, could you let me know the specific...
Hi @nmldiegues, have you tried setting up a local alias to point `host.minikube.internal` to `host.docker.internal`?
Hi @nmldiegues, this would be a setting on your local machine, without changing container logic or k8s deployments. Would something like the following help? https://linux.die.net/man/8/iptables