question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No such file or directory when importing to Virt-Manager.

See original GitHub issue

I’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:closed
  • Created a year ago
  • Comments:15 (10 by maintainers)

github_iconTop GitHub Comments

5reactions
AbrarSLcommented, May 6, 2022

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).

0reactions
notAperson535commented, Sep 2, 2022

I’m assuming this is closed

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found