Empathy - "No reason specified"!!!

Hi,

just got to work a couple of hours ago and when i booted my portable, started the usual apps (empathy is one of the first), i could not connect to h0tm4il and the error is something iv never seen before:

"No reason specified"

OpenSuse 11.3_x64
Empathy 2.30.1
Yes, it is the correct password.

Any ideas?

If you’d see the loads of hacked hotmail accounts in my contact list, that’s the first thing you would think of. Can you still logon to it from the webinterface?

hey,

i thought about that to, this is an account i have now since 2002 if im not mistaken so, im not really a noob with msn jacking, but yes i can still login.
hmm…if it is a security issue…hmm…

it could be a closed door on the gateway right? what you think?

r2d2:~ # netstat --inet eth0 -nltup
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1795/rpcbind
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2174/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 2332/master
tcp 0 0 127.0.0.1:35324 0.0.0.0:* LISTEN 5900/GoogleTalkPlug
udp 0 0 0.0.0.0:5353 0.0.0.0:* 2124/avahi-daemon:
udp 0 0 0.0.0.0:40399 0.0.0.0:* 2124/avahi-daemon:
udp 0 0 0.0.0.0:68 0.0.0.0:* 6659/dhclient
udp 0 0 0.0.0.0:111 0.0.0.0:* 1795/rpcbind
udp 0 0 0.0.0.0:631 0.0.0.0:* 2174/cupsd
udp 0 0 0.0.0.0:683 0.0.0.0:* 1795/rpcbind

cat /etc/passwd doesn’t reveal a suspicious user…


firewall log is kinda hard to analyze…i do not know how to interpret the flags.
it could be a closed door on the gateway right? what you think? any ideas?

btw, i changed the m5n pass and everything seams to be ok so far…don’t know…

phantom74 wrote:
> “NO REASON SPECIFIED”
>
> Any ideas?

just one, it is an MS server system, so . . .


DenverD
When it comes to chocolate, resistance is futile.
CAVEAT: http://is.gd/bpoMD [posted via NNTP w/openSUSE 10.3]

I’m suddenly having this problem as well. I cannot login to MSN with empathy with “No reason specified.”

joonpy wrote:
> I’m suddenly having this problem as well. I cannot login to MSN with
> empathy with “No reason specified.”

lets see: hotmail and MSN what do those two have in common?

hmmmmmmm…


DenverD
When it comes to chocolate, resistance is futile.
CAVEAT: http://is.gd/bpoMD [posted via NNTP w/openSUSE 10.3]

Found the fix in the bug report:

https://bugs.launchpad.net/ubuntu/+source/papyon/+bug/663670/comments/15

After making the changes, I deleted the pyc file (sudo rm RequestMultipleSecurityTokens.pyc) and restarted empathy, and it now connects to MSN fine.

-Joon

The same thing, easier instructions: How To Fix The MSN Bug In Empathy [Ubuntu 10.10]

Oops. In openSUSE, RequestMultipleSecurityTokens.py is at /usr/lib/python2.6/site-packages/papyon/service/description/SingleSignOn/

Alright so which of the two files need removed or both. I removed them both because I interpreted that as the solution.

RequestMultipleSecurityTokens.py is the file you need to modify, and RequestMultipleSecurityTokens.pyc file is the file you can delete. .py is the python source file and .pyc is compiled file, so if you delete .pyc file, next time .py runs, .pyc will be automatically generated.

-Joon