version `SPICE_SERVER_0.14.2' not found (required by /usr/local/bin/qemu-system-x86_64)
See original GitHub issueI get this error when trying to start a vm
~ $ virsh start macOS
error: Failed to start domain macOS
error: internal error: process exited while connecting to monitor: /usr/local/bin/qemu-system-x86_64: /usr/lib/x86_64-linux-gnu/libspice-server.so.1: version `SPICE_SERVER_0.14.2' not found (required by /usr/local/bin/qemu-system-x86_64)
Also, I cannot edit (GUI edit - not via virsh) any vm because the edit window does not open. I can see the vm’s but can;t edit them.
Any ideas?
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
well is just a pain to add more and more stuff to maintain, is why i only support original ubuntu 18.04, and now is 20.04, not any other “fork/flavour”
you can try to compile that by yourself
wget https://www.spice-space.org/download/releases/spice-server/spice-0.14.3.tar.bz2 && tar xf spice-0.14.3.tar.bz2
and then start investigate which options you need to set for that good luckI think spice install should be part of this script. My distro does not provide 0.14.2. I tried compiling everything manually and this is how I ended up on your project in the first place.
Seems I’m going in circles here 😃