No such file or directory when importing to Virt-Manager.
See original GitHub issueI’m getting the following error when attempting to import into Virt Manager. I’m running Fedora 35 GNOME desktop.
./make.sh --add
template.xml has been generated in /home/aia832003/Documents/notAperson535-OneClick-macOS-Simple-KVM-61657ee
[sudo] password for aia832003:
error: Failed to define domain from template.xml
error: Cannot check QEMU binary /run/current-system/sw/bin/qemu-system-x86_64: No such file or directory
Issue Analytics
- State:
- Created a year ago
- Comments:15 (10 by maintainers)
Top Results From Across the Web
[SOLVED] QEMU/KVM - Virt-Manager: Unable to complete ...
I am currently trying to get a VM installed on QEMU/KVM using ... cannot open shared object file: No such file or directory'...
Read more >A.19. Common libvirt Errors and Troubleshooting
Installing KVM Packages with Kickstart Files ... Section A.19.8, “Migration Fails with Unable to allow access for disk path: No such file or...
Read more >Virt-Manager won't start due to problem with libxml2 not ...
1. Try strace on the python process where you import libxml2 to see what file it opens prior to marshal error. · OK...
Read more >virt-manager not working on ubuntu - Stack Overflow
filesystem corruption?). According to file list of Ubuntu Packages, the file is installed with the package. You can reinstall the package to get ......
Read more >virtualization - Issue with Virt-manager - Ask Ubuntu
libvirt URI is: qemu:///system. This is the error I get when trying to run virt-manager : Traceback (most recent call last): File " ......
Read more >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 FreeTop 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
Top GitHub Comments
I got this error as well. I fixed it by manually editing the template.xml file. I changed the line that referred to
run/current-system/sw/bin/qemu-system-x86_64
with/usr/bin/qemu-system-x86_64
which is where the binary is actually stored on my system (Arch Linux).I’m assuming this is closed