mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #40] libvir: RPC error : authentication failed: authentication failed #33
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 @jlillis on GitHub (Mar 13, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/40
When trying to manage a new connection, I get an error at the top of the connection's overview page saying "authentication failed: authentication failed", while the dashboard says the connection was successful. Also, "libvir: RPC error : authentication failed: authentication failed" is output in the gunicorn console.
I tried to test it via virsh, but I am still unable to connect. Any ideas?
(venv)jlillis@odin:/opt/webvirtmgr$ virsh -c qemu+tcp://127.0.0.1/system nodeinfo
Please enter your authentication name: jlillis
Please enter your password:
error: authentication failed: authentication failed
error: failed to connect to the hypervisor
@retspen commented on GitHub (Mar 13, 2013):
$ sasldblistusers2 -f /etc/libvirt/passwd.db
and put username with domain:
Please enter your authentication name: jlillis@domain
@jlillis commented on GitHub (Mar 13, 2013):
I will test this later today (don't have access to the server at the moment).