mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #97] authentication failed: authentication failed Under "Overview" of host #81
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 @lfreijo on GitHub (Aug 5, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/97
I get the following error in a red (pink) box when I click on my host:
authentication failed: authentication failed
I get the following errors in /var/log/libvirt/libvirtd.log
2013-08-05 04:25:16.308+0000: 1550: error : virNetSASLSessionServerStep:578 : authentication failed: Failed to start SASL negotiation: -20 (SASL(-13): user not found: unable to canonify user and get auxprops) 2013-08-05 04:25:16.308+0000: 1550: error : remoteDispatchAuthSaslStep:2749 : authentication failed: authentication failed 2013-08-05 04:25:16.309+0000: 1546: error : virNetSocketReadWire:1323 : End of file while reading data: Input/output errorAny idea what I can do to fix this?
@retspen commented on GitHub (Aug 5, 2013):
What linux distro?
@baggar11 commented on GitHub (Aug 5, 2013):
Sounds like you didn't create your user from this command --> "sudo saslpasswd2 -a libvirt username"
@lfreijo commented on GitHub (Aug 5, 2013):
@retspen Ubuntu Server 13.04 amd64
@baggar11 I agree, however I did:
freijo@home-server:~$ sudo sasldblistusers2 -f /etc/libvirt/passwd.db
freijo@home-server: userPassword
@retspen commented on GitHub (Aug 6, 2013):
Try input user with domain
freijo@home-server@lfreijo commented on GitHub (Aug 6, 2013):
This works! Thank you.