Re: XMPP, Server does not use any supported authentication method

2011-09-12 Thread Paul Aurich
And Alexander Ustinov spoke on 09/11/2011 10:22 PM, saying: I have not mentioned before that this situation is on two computers, both running debian testing. One i386, one amd64. # echo /etc/hosts: cat /etc/hosts echo /etc/hostname: cat /etc/hostname /etc/hosts: 127.0.0.1 localhost

Re: XMPP, Server does not use any supported authentication method

2011-09-12 Thread Alexander Ustinov
It worked. Thank you very much. Try adding blower to the second line of /etc/hosts. E.g., from my desktop: paul@haley ~ % hostname; cat /etc/hosts haley 127.0.0.1 localhost 127.0.1.1 haley.internal.darkrain42.org haley # The following lines are desirable for IPv6 capable hosts

Re: XMPP, Server does not use any supported authentication method

2011-09-11 Thread Alexander Ustinov
Could you get a debug log of Pidgin starting up? Disable all accounts, and then quit Pidgin. From the command line, run: pidgin -d ~/pidgin.log After it starts up, go ahead and enable one of your XMPP accounts, and then quit Pidgin, and attach that debug log. ~Paul Here it

Re: XMPP, Server does not use any supported authentication method

2011-09-11 Thread Paul Aurich
And Alexander Ustinov spoke on 09/11/2011 01:14 PM, saying: Could you get a debug log of Pidgin starting up? Disable all accounts, and then quit Pidgin. From the command line, run: pidgin -d ~/pidgin.log After it starts up, go ahead and enable one of your XMPP accounts, and then

Re: XMPP, Server does not use any supported authentication method

2011-09-11 Thread Alexander Ustinov
In no particular order: * What are the contents of /etc/hosts and /etc/hostname? * Which exact version of Cyrus SASL is installed (`apt-cache policy libsasl2-modules`) * If you upgrade to the Cyrus SASL from Debian Unstable, does it work? 3. It doesn't. 2. Output is after i tried

Re: XMPP, Server does not use any supported authentication method

2011-09-02 Thread Paul Aurich
And Alexander Ustinov spoke on 09/01/2011 12:26 PM, saying: I'm not sure ... do you have a libplain.so.* file in libsasl2-modules? (dpkg -L libsasl2-modules | grep plain) If so, then I don't know why this is failing, someone who knows more about XMPP than I will have to look at it. We

XMPP, Server does not use any supported authentication method

2011-09-01 Thread Alexander Ustinov
Greetings. I am using Pidgin 2.10.0 under Debian Wheezy. Now Pidgin could not connect to both gmail.com and jabber.ru XMPP servers. Debug information is similar and both cases, find it attached below. Program used to connect fine, but after regular distribution update it broke. It happened

Re: XMPP, Server does not use any supported authentication method

2011-09-01 Thread Ethan Blanton
Alexander Ustinov spake unto us the following wisdom: I am using Pidgin 2.10.0 under Debian Wheezy. Now Pidgin could not connect to both gmail.com and jabber.ru XMPP servers. Debug information is similar and both cases, find it attached below. Program used to connect fine, but after regular

Re: XMPP, Server does not use any supported authentication method

2011-09-01 Thread Alexander Ustinov
The server is offering SASL PLAIN, which we should support. Make sure that the libsasl2-modules package is installed. Ethan It is installed... Possibly distribution-related issue? Alexander root@blaster:/home/ustinov# dpkg -l libsasl* ii libsasl2-2

Re: XMPP, Server does not use any supported authentication method

2011-09-01 Thread Ethan Blanton
Alexander Ustinov spake unto us the following wisdom: The server is offering SASL PLAIN, which we should support. Make sure that the libsasl2-modules package is installed. It is installed... Possibly distribution-related issue? I'm not sure ... do you have a libplain.so.* file in