mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #196] sasl negotiation: user not found #153
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 @monishae on GitHub (Jan 20, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/196
I get this error on the server side..
sasl-sample-server -m otp
Forcing use of mechanism otp
Sending list of 1 mechanism(s)
S: b3Rw
Waiting for client mechanism...
C: T1RQAHJvb3QAcm9vdA==
got 'OTP'
sasl-sample-server: Starting SASL negotiation: user not found (user not found)
can someone pls help me on this .Have been stuck since a while
@retspen commented on GitHub (Jan 21, 2014):
Can you try this:
$ virsh -c qemu+tcp://x.x.x.x/system nodeinfo
do you have node information ?
@monishae commented on GitHub (Jan 21, 2014):
I tried it but it gives an connection refused error
@monishae commented on GitHub (Jan 21, 2014):
and i donothave the node information.How do i get it???
@monishae commented on GitHub (Jan 21, 2014):
Im using vmware.. so..the error goes like this.....
error: unable to connect to server at '192.168.145.129:16509': Connection refused
error: failed to connect to the hypervisor
@retspen commented on GitHub (Jan 21, 2014):
Have you read this instruction https://github.com/retspen/webvirtmgr/wiki/Setup-TCP-authorization
@retspen commented on GitHub (Jan 21, 2014):
This panel for the KVM only
@monishae commented on GitHub (Jan 21, 2014):
its still giving the same error...
@retspen commented on GitHub (Jan 21, 2014):
$ telnet 192.168.145.129 16509
connected?
@monishae commented on GitHub (Jan 31, 2014):
nope... it says
unable to connect to remote host:connection refused
@retspen commented on GitHub (Jan 31, 2014):
On server where installed libvirt run:
$ ps axf | grep libvirt
$ netstat -atn | grep 16509