LinuxQuestions.org
Review your favorite Linux distribution.
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 06-24-2005, 03:25 PM   #1
ArchNGEL
Member
 
Registered: Apr 2003
Location: Hungary
Distribution: Fedora Core 6 (2.6.18)
Posts: 61

Rep: Reputation: 15
aMsn TSL


hi

amsn keeps bugging me about TLS and msnp 9.
i downloaded the precompiled plugin, and also complied
it from source. i also set the path in the
preferencies. doesn't matter, amsn always wanted to
download again.

do you have any idea or experience or solution?
 
Old 06-29-2005, 09:20 AM   #2
Doc Dish
LQ Newbie
 
Registered: Jun 2005
Location: Devon, UK
Distribution: Fedora Core 4
Posts: 6

Rep: Reputation: 0
I have this exact same problem. I last updated aMSN in November (to version 0.94) and have been using it happily until the 27th June, when I started getting the prompt to download TLS when I tried to login. I have downloaded the TLS plugin via the prompt and from http://tls.sourceforge.net/, neither of which has worked.

Have M$ updated the protocol again to lock out 3rd party products or something?
 
Old 06-29-2005, 09:22 AM   #3
K@rl`
Member
 
Registered: Feb 2004
Posts: 70

Rep: Reputation: 15
Dunno, I dangerously connect with no SSL. lol.

Doesn't worry me much, as no personal information is held within my hotmail account.
 
Old 06-29-2005, 11:45 AM   #4
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
i'm using amsn 0.94... no problems here...

the first time i started it up (after install a few weeks ago) it prompted me for the SSL thing and i let it download and install it... hasn't asked me for it ever since...
 
Old 06-29-2005, 02:05 PM   #5
Doc Dish
LQ Newbie
 
Registered: Jun 2005
Location: Devon, UK
Distribution: Fedora Core 4
Posts: 6

Rep: Reputation: 0
I had missed the option to disable SSL - so at least I can logon now!

I tried running as root and downloading the precompiled module - no joy.

I wonder if it's anything to do with using Fedora? Both me and the OP had the same trouble at around the same time on Fedora Distros... Maybe some other RPM has broken aMSN?

I may try downloading aMSN from Sourceforge, to see if the problem is in the Fedora RPM. I'll keep you posted (if you're interested )
 
Old 06-29-2005, 02:18 PM   #6
Doc Dish
LQ Newbie
 
Registered: Jun 2005
Location: Devon, UK
Distribution: Fedora Core 4
Posts: 6

Rep: Reputation: 0
No joy there, either...
 
Old 06-30-2005, 12:18 PM   #7
ArchNGEL
Member
 
Registered: Apr 2003
Location: Hungary
Distribution: Fedora Core 6 (2.6.18)
Posts: 61

Original Poster
Rep: Reputation: 15
thanks for the tip, tho i cannot find the option to disable SSL. i use some cvs version.
i also posted to aMSN bugsite a week ago, no solution yet.

sorry for the delay, but i had couple of exams to pass.
if anyone has any idea what to do, to make this thing work, please let me know. i don't want to use gaim longer than necessary.

best4u,

a.
 
Old 06-30-2005, 12:51 PM   #8
ArchNGEL
Member
 
Registered: Apr 2003
Location: Hungary
Distribution: Fedora Core 6 (2.6.18)
Posts: 61

Original Poster
Rep: Reputation: 15
solution

problem solved
and yes... and this was the problem a numerous times.

SELinux

the fine security system, which:
~ didn't let me install my graphics driver [solved by turning off, installing, turning on]
~ didn't let me use connect to internet at boot time [solved by modifing the network init script. same as above]
~ and finally didn't let me use TLS...

it was a big mistake to turn the SELinux option on. Heh... my bad... i didn't know what it does in the first place.

1st: tried to modify amsn start script, so it will think that TLS is available, anyway
2nd: wrote a script to start amsn script, with selinux disabling. hehe. just as i thought.
that's when i started to look for solutions


and here comes the solution for the problem:
1st: you can turn off selinux completely. /etc/sysconfig/selinux
"Once you have installed FC3, you can easily turn off SELinux by setting the SELINUX line in /etc/sysconfig/selinux to Disabled:
SELINUX=Disabled"

2nd: turn off selinux always at boot time. add selinux=0 to kernel config file
read the site, what has it to say about turning off selinux:
Fedora Core 3 SE Linux FAQ (turning off)

3rd: to most subtle. faqq says it is a mislabeling problem, and you can fix it.
usually the problem is that the program wants to access some files but has no permission or whateva.
long story short: run as root
Code:
[root@HAL-9000 tls1.4]# /sbin/restorecon -v /path/to/plugins/tls1.4/libtls1.4.so
Site to read about it: Fedora 3 FAQ blah blah

4th: if you have this problem, the site above mentions a
Code:
#[root]: fixfiles relabel
.
haven't tried.

Have a problem with anything, using FC4? Try disabling selinux fine grained security stuff.



so long and thanks for all the fish,

a.
 
Old 06-30-2005, 02:48 PM   #9
Doc Dish
LQ Newbie
 
Registered: Jun 2005
Location: Devon, UK
Distribution: Fedora Core 4
Posts: 6

Rep: Reputation: 0
Re: solution

Quote:
Originally posted by ArchNGEL

and here comes the solution for the problem:
1st: you can turn off selinux completely. /etc/sysconfig/selinux
"Once you have installed FC3, you can easily turn off SELinux by setting the SELINUX line in /etc/sysconfig/selinux to Disabled:
SELINUX=Disabled"
This didn't work for me

Quote:
Originally posted by ArchNGEL
4th: if you have this problem, the site above mentions a
Code:
#[root]: fixfiles relabel
This did, even though I'd disabled SELINUX

It's working now, thanks angel!
 
  


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
Trustix (TSL) crash test danglingpointer Linux - Distributions 2 07-05-2005 09:35 AM
Trustix (tsl) xof7 Linux - Newbie 23 05-23-2005 07:10 PM
page won't load (apache2+php on TSL 2.1) restless Linux - Software 1 08-13-2004 09:54 PM
TSL and SSL demmylls Linux - General 4 05-11-2004 09:11 PM
tawie (tsl, or trustix) help w/ftp,http davedoobie Linux - Newbie 1 11-19-2003 02:13 AM

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

All times are GMT -5. The time now is 12:51 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