In data giovedì 26 gennaio 2023 21:31:13 CET, Stakanov ha scritto:
In data giovedì 26 gennaio 2023 20:26:34 CET, Carlos E. R. ha scritto:
On 2023-01-26 20:14, Stakanov wrote:
As this is a fresh install, I am thinking that the permissions should be right, I am not really understanding the issue of the message.
All I know I cannot establish a working connection in virt manager, the images
are all there the files also.
The program does not seem to have a permission problem for the images.
Very wild guess. Do the images need to be "run"?
If so, maybe the partition must be mounted "exec".
mount | grep /var/lib
If it says "noexec", maybe you need to change that.
says:
entropy@linux:~> mount | grep /var/lib /dev/md0 on /var/lib/libvirt type ext4 (rw,relatime,data=ordered)
so, that cannot be it.
This is actually plain stupid. If you use the "convenience pack, or install by "hand" you always end with this because the systemd dipendent services are not active and they have to apparently at systemstartup. Once marked them active, after restarting the system, it is finally possible to create a working connection and recover the former images. I am hesitating if to call that a bug at least for the scripts in the "convenience packet". Because if you install all that, why would you not want to start up the demon to be able to use it?