LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-28-2004, 04:37 AM   #1
TheOneKEA
Member
 
Registered: Oct 2003
Distribution: Debian GNU/Linux 11 (amd64) w/kernel 6.0.15
Posts: 299

Rep: Reputation: 30
Difficulties configuring an MSN account with gAIM 0.75


I'm currently having problems configuring my MSN settings with gAIM 0.75. I compiled this version of gAIM from the commandline with GNU TLS support instead of Mozilla NSS support (I use Firefox and don't have Mozilla NSS libraries installed). When I try to connect to MSN, it connects, syncrhonizes, sends my password and then disconnects with the message "Unable to connect to server."

gaim -d has this to say:

account: Connecting to account 0x812e840. gc = 0x820d3a0
connection: Connecting. gc = 0x820d3a0
connection: Calling serv_login
server: gaim 0.75 logging in theonekea@hotmail.com using MSN
dns: Created new DNS child 2722, there are now 1 children.
dns: Host 'messenger.hotmail.com' resolved
proxy: Connecting to messenger.hotmail.com:1863 with no proxy
proxy: Connect would have blocked.
proxy: Connected.
msn: In servconn's connect_cb
msn: C: VER 0 MSNP9 MSNP8 MSNP7 CVR0
msn: S: VER 0 MSNP9 MSNP8 CVR0
msn: C: CVR 1 0x0409 winnt 5.1 i386 MSNMSGR 6.0.0602 MSMSGS theonekea@hotmail.com
msn: S: CVR 1 6.0.0602 6.0.0602 6.0.0268 http://download.microsoft.com/downlo...9e/SetupDl.exe http://messenger.msn.com
msn: C: USR 2 TWN I theonekea@hotmail.com
msn: S: XFR 2 NS 207.46.107.46:1863 0 207.46.104.20:1863
dns: Successfully sent DNS request to child 2722
dns: Host '207.46.107.46' resolved
proxy: Connecting to 207.46.107.46:1863 with no proxy
proxy: Connect would have blocked.
proxy: Connected.
msn: In servconn's connect_cb
msn: C: VER 0 MSNP9 MSNP8 MSNP7 CVR0
msn: S: VER 0 MSNP9 MSNP8 CVR0
msn: C: CVR 1 0x0409 winnt 5.1 i386 MSNMSGR 6.0.0602 MSMSGS theonekea@hotmail.com
msn: S: CVR 1 6.0.0602 6.0.0602 6.0.0268 http://download.microsoft.com/downlo...9e/SetupDl.exe http://messenger.msn.com
msn: C: USR 2 TWN I theonekea@hotmail.com
msn: S: USR 2 TWN S lc=1033,id=507,tw=40,fs=1,ru=http%3A%2F%2Fmessenger%2Emsn%2Ecom,ct=1077964503,kpp=1,kv=5,ver=2.1.017 3.1,tpf=dbd4f6d0cf547a1bd4b4a37ab6d0c76c
dns: Successfully sent DNS request to child 2722
dns: Host 'nexus.passport.com' resolved
proxy: Connecting to nexus.passport.com:443 with no proxy
proxy: Connect would have blocked.
proxy: Connected.
gnutls: Handshaking
gnutls: Handshake complete
gnutls: Handshake failed. Error -9
account: Disconnecting account 0x812e840
connection: Disconnecting connection 0x820d3a0
connection: Destroying connection 0x820d3a0

What does error -9 mean from the GNU TLS libraries? The network I am currently connected to does have an HTTP proxy, but I have been informed that several of the IM protocols are allowed through unproxied via the firewall, which is borne out by the fact that both Oscar protocols work fine.

Does anyone have any ideas?

EDIT: According to /usr/include/gnutls/gnutls.h, -9 is GNUTLS_E_UNEXPECTED_PACKET_LENGTH.

Last edited by TheOneKEA; 02-28-2004 at 04:40 AM.
 
Old 02-28-2004, 11:20 AM   #2
TheOneKEA
Member
 
Registered: Oct 2003
Distribution: Debian GNU/Linux 11 (amd64) w/kernel 6.0.15
Posts: 299

Original Poster
Rep: Reputation: 30
I apologize for the double post, but upgrading to libgcrypt 1.1.91, opencdk 0.5.4 and gnutls 1.0.8 does not fix the problem - MSN still refuses to log in and fails with a GNUTLS_E_UNEXPECTED_PACKET_LENGTH.
 
Old 02-28-2004, 11:49 AM   #3
dave bean
Member
 
Registered: Jun 2003
Location: UK
Distribution: Slackware 9.1
Posts: 136

Rep: Reputation: 15
http://www.linuxquestions.org/questi...hreadid=151229

use amsn . . .it works
 
Old 02-28-2004, 11:54 AM   #4
TheOneKEA
Member
 
Registered: Oct 2003
Distribution: Debian GNU/Linux 11 (amd64) w/kernel 6.0.15
Posts: 299

Original Poster
Rep: Reputation: 30
Thanks for the post, but one of gAIM's strengths is its support of multiple protocols - I want to use gAIM for AIM, ICQ, MSN and Yahoo all at the same time.
 
Old 02-28-2004, 01:07 PM   #5
Unix4Ever
LQ Newbie
 
Registered: Feb 2004
Location: London, United Kingdom
Distribution: Fedora Core 1, Debian (Soon), Mandrake (Soon)
Posts: 5

Rep: Reputation: 0
Well, what is the problem with using an older version, I use Gaim 0.75 and have no problems, maybe it has incompatibilities with your distro (as you can see I use Fedora Core 1).

I may be wrong, but that's what I think.
 
Old 02-28-2004, 01:30 PM   #6
TheOneKEA
Member
 
Registered: Oct 2003
Distribution: Debian GNU/Linux 11 (amd64) w/kernel 6.0.15
Posts: 299

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Unix4Ever
Well, what is the problem with using an older version, I use Gaim 0.75 and have no problems, maybe it has incompatibilities with your distro (as you can see I use Fedora Core 1).

I may be wrong, but that's what I think.
I'm using gAIM 0.75 as well - did you compile it yourself?
 
Old 03-10-2004, 04:23 AM   #7
ARehNiuS
LQ Newbie
 
Registered: Mar 2004
Distribution: Freebsd 5.x
Posts: 1

Rep: Reputation: 0
Well, I use Freebsd, and msn worked well until 1st nov, and now, I cannot use it with any unix. But it works perfectly with windows ...
Are you behind a firewall ?
I thought at the beginning it was due to my firewall, but now I don't think so.
Of course, I have the last version of openssl.
And amsn (last version) doesn't work : it seems to freeze when waiting for the reply to password (I used ethereal to look at packets)
(correction : it works when using a proxy http. But the same configuration with gaim doesn't work : the proxy forbids port 80 tunelling, which is perfectly authorized when using amsn ... But I will understand it some day)

Last edited by ARehNiuS; 03-10-2004 at 04:41 AM.
 
Old 03-10-2004, 04:42 AM   #8
Chu
Member
 
Registered: Nov 2003
Location: Australia
Distribution: Slackware 9.1
Posts: 166

Rep: Reputation: 30
There's a tcl problem with amsn and the 2.6 Linux kernel..
I have no idea what the BSD kernel is as compared.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems connecting to my msn account with gaim and amsn! please help Lyran Linux - Software 0 04-20-2005 02:22 PM
By Your God Tell Me How To Setup My Msn Account In Gaim jalalmn Linux - Software 2 12-17-2004 12:24 AM
Gaim/MSN protocols and problems upgrading Gaim and Kopete. sergeantroach Linux - Software 5 11-01-2003 08:27 PM
signing into msn account using gaim reetep Linux - Newbie 10 10-16-2003 11:11 AM
MSN account on gaim? saajii Linux - Software 22 10-12-2003 02:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration