-
Notifications
You must be signed in to change notification settings - Fork 325
Closed
Description
Found this line in the logs:
INFO[0073] [hostagent] time="2021-10-11T16:13:13-07:00" level=fatal msg="failed to run [/usr/bin/qemu-system-x86_64 -M none -netdev help]: stdout=\"\", stderr=\"Possible accelerators: kvm, xen, hax, tcg\\nqemu-system-x86_64: -netdev help: Parameter 'id' is missing\\n\""
If I upgrade the system from Ubuntu 18.04 to 20.04 then rancher-desktop starts working. It would be nice for 18.04 to work since that version is still has supported until April 2023, and I have several teammates that use 18.04 who can not upgrade.
Ubuntu 18.04 has qemu 2.11.1, and Ubuntu 20.04 has qemu 4.2.1. Perhaps some command line flags changed between the versions?