Closed juandpineiro closed 2 years ago
Looks like the usergroup issue to me, and i don't know much about how silverblue handles groups !
If you are not using using autosuspend you can leave VM name blank and save changes which will prevent cassowary from using libvirt. If is is issue with groups i will check if i can get it working and update readme but this may take some time !
By the way can you check if your user is in libvirt group even after reboot ?
Can you check if starting, stopping or pausing vm using virt-manager shows password prompt too ?
Ok this was dumb. I followed the same procedure as in #1 but I had a typo in my /etc/group
file. Now it's working fine and virt-manager
and when using cassowary
it won't ask for a password. Thanks! Closing.
EDIT: But yeah I would recommend advising that users include their username into the pertinent groups
Describe the bug When using the host client in full RDP mode or single app mode, the requests for sudo password are constant, sometimes even several requests at the same time.
To Reproduce Steps to reproduce the behavior:
cassowary -f
and use guest for a couple of minutes, or run in single-app mode and use for a couple of minutes. Password request reads "System policy prevents management of local virtualized systems" This is the same message displayed when openingvirt-manger
or runningcassowary -f
or single-app mode for the first time.Expected behavior Maybe only an initial request when going into full RDP mode or single-app mode?
System information:
EDIT: As mentioned in #1 I added my user to the
libvirt
kvm
andqemu
groups to see if the behavior improves.