QEMU/KVM refuses to start virtual machine
i've got a petty urgent problem here. I created a virtual machine in Qemu/KVM about 4 weeks ago and installed Windows7 with a CAD software. It worked pretty well. Yesterday as i wanted to start the virtual machine on my laptop, i got an error message
"Cannot access storage file '/home/frank/CreoPC/CreoPC' (as uid:107, gid:107): no access".
The funny side is that on my PC with the same configuration and identical virtual machine it still works...
kernel 4.12.13-300.fc26
gnome-desktop3 3.24-2-1.fc26
quemu/kvm 2.9.1-1.fc26
i found out that the userid 107 and group 107 are the user qemu
[root@franks-imac frank]# id 107
uid=107(qemu) gid=107(qemu) Gruppen=107(qemu),36(kvm)
i compared the file acces for the vm-file "/home/frank/CreoPC/CreoPC" and on both computers it says:
[root@franks-imac frank]# ls -l/home/frank/CreoPC/CreoPC
-rwxr--r--. 1 root root 35246047232 19. Sep 07:16 /home/frank/CreoPC/CreoPC
when i launch the virtual machine on the PC the file access changes automatically to:
[root@franks-imac frank]# ls -l /home/frank/CreoPC/CreoPC
-rwxr--r--. 1 qemu qemu 35246047232 19. Sep 07:16 /home/frank/CreoPC/CreoPC
it seems, that this is the step where qemu/kvm fails on my laptop, because even creating a new virutal machine failes with the same error. Any idea?