mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #250] Aftere Debian Upgrade: Error: authentication unavailable: no polkit agent available to authenticate action 'org.libvirt.unix.manage' #167
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @4920441 on GitHub (Aug 30, 2019).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/250
Hi,
after upgrading from debian 9 to debian 10 I get the following error after logging in to webvirtcloud
Error: authentication unavailable: no polkit agent available to authenticate action 'org.libvirt.unix.manage'
The funny thing is, the polkit daemon is running fine elsewhere, it seesm.
18585 ? Ssl 0:00 /usr/lib/policykit-1/polkitd --no-debug
my virsh commands work also fine... (executed as root)
What could have happend, so webvirtcloud does not see a polkit agent?
Thanks for your help!
Cheers,
@4920441 commented on GitHub (Aug 30, 2019):
https://github.com/retspen/webvirtcloud/issues/210
Don't know why that happened after upgrade but the Posting above temporarily fixes it... so I can search for the cause without not having webvirt running...:-)
@ycsos commented on GitHub (Nov 22, 2023):
you should add your user into group libvirt, like: sudo usermod -a -G libvirt www-data