You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ujust setup-virtualization
-> Enable Virtualization
-> Add $USER to libvirt group
Did a reboot, then downloaded an ISO I want to install in a VM:
roworu@bazzite ~/Downloads> ls -lh
total 3.5G
-rw-r--r--. 1 roworu roworu 3.5G Jan 10 13:33 Fedora-Kinoite-ostree-x86_64-41-1.4.iso
Open a virt-manager, pick QEMU/KVM conneection and click new
Pick an ISO from above
Leave all other options by default and click "Finish" on last step
Got this error:
Full text:
Unable to complete install: 'internal error: process exited while connecting to monitor: 2025-01-10T11:40:45.447613Z qemu-system-x86_64: -blockdev {"driver":"file","filename":"/home/roworu/Downloads/Fedora-Kinoite-ostree-x86_64-41-1.4.iso","node-name":"libvirt-1-storage","read-only":true}: Could not open '/home/roworu/Downloads/Fedora-Kinoite-ostree-x86_64-41-1.4.iso': Permission denied'
Traceback (most recent call last):
File "/app/share/virt-manager/virtManager/asyncjob.py", line 71, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/app/share/virt-manager/virtManager/createvm.py", line 2008, in _do_async_install
installer.start_install(guest, meter=meter)
File "/app/share/virt-manager/virtinst/install/installer.py", line 726, in start_install
domain = self._create_guest(
^^^^^^^^^^^^^^^^^^^
File "/app/share/virt-manager/virtinst/install/installer.py", line 667, in _create_guest
domain = self.conn.createXML(initial_xml or final_xml, 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.12/site-packages/libvirt.py", line 4545, in createXML
raise libvirtError('virDomainCreateXML() failed')
libvirt.libvirtError: internal error: process exited while connecting to monitor: 2025-01-10T11:40:45.447613Z qemu-system-x86_64: -blockdev {"driver":"file","filename":"/home/roworu/Downloads/Fedora-Kinoite-ostree-x86_64-41-1.4.iso","node-name":"libvirt-1-storage","read-only":true}: Could not open '/home/roworu/Downloads/Fedora-Kinoite-ostree-x86_64-41-1.4.iso': Permission denied
Also, I can see, that after this error, permissions for ISO file changed to these:
roworu@bazzite ~/Downloads> ls -lh
total 3.5G
-rw-r--r--. 1 qemu qemu 3.5G Jan 10 13:33 Fedora-Kinoite-ostree-x86_64-41-1.4.iso
What did you expect to happen?
I expected, that virt-manager can pick up ISO images from home folder and create VMs based ont hem without any issues.
Describe the bug
Full text:
Also, I can see, that after this error, permissions for ISO file changed to these:
What did you expect to happen?
I expected, that virt-manager can pick up ISO images from
home
folder and create VMs based ont hem without any issues.Output of
rpm-ostree status
Hardware
Desktop PC with Nvidia GPU
Extra information or context
Please, tell if I could provide any additional information to help resolving the issue
The text was updated successfully, but these errors were encountered: