LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   pidgin 2.6.6 Unable to connect to Yahoo on Fedora 13 (https://www.linuxquestions.org/questions/linux-newbie-8/pidgin-2-6-6-unable-to-connect-to-yahoo-on-fedora-13-a-815538/)

newcat 06-21-2010 07:02 PM

pidgin 2.6.6 Unable to connect to Yahoo on Fedora 13
 
I installed pidgin 2.6.6 on fedora 13 and setup as following:
protocol: yahoo
pager server : scsa.msg.yahoo.com
port: 5050
file transfer server: filetransfer.msg.yahoo.com
file transfer port: 80
proxy: Use GNOME Proxy Setting

But I received the error:
Unable to connect to Yahoo

I tried the previous post about connecting to 66.163.181.166 or changed port but still didn't work.

However I have another computer with linux FC4 and the pidgin 2.6.2 installed on FC 4 with same configuration works.

John VV 06-21-2010 07:26 PM

the full error in the fedora logs would help

besides the unsupported and very out of date fedora 4 what are the differences in hardware between 4 & 13 computers?

what SELinux settings and set in fedora 13 ?
is there a SELinux error also for this ?
is port 5050 open in fedora 13 ? ( iptables should have it closed by default)

newcat 06-23-2010 02:59 PM

I looked at debug window and found out on fc13 (it's a lenovo t400):
(11:36:49) proxy: Connecting to login.yahoo.com:443 with no proxy
(11:36:49) proxy: Connection in progress
(11:36:49) proxy: Connecting to login.yahoo.com:443.
(11:36:49) proxy: Error connecting to login.yahoo.com:443 (No route to host).
(11:36:49) proxy: Connection attempt failed: No route to host
(11:36:49) yahoo: Authentication: In yahoo_auth16_stage1_cb
(11:36:49) yahoo: Login Failed, unable to retrieve login url: Unable to connect to login.yahoo.com: SSL Connection Failed
(11:36:49) connection: Connection error on 0x8699798 (reason: 0 description: Unable to connect to login.yahoo.com: SSL Connection Failed)

however on fc4 (dell latitude d810):
(10:59:23) connection: Connecting. gc = 0x9d68058
(10:59:23) dns: DNS query for 'company-proxy-address' queued
(10:59:23) dns: Wait for DNS child 25817 failed: No child processes
(10:59:23) dns: Created new DNS child 25903, there are now 1 children.
(10:59:23) dns: Successfully sent DNS request to child 25903
(10:59:23) dns: Got response for 'company-proxy-address'
(10:59:23) dnsquery: IP resolved for 'company-proxy-address'
(10:59:23) proxy: Attempting connection to company-proxy-ip-address:80
(10:59:23) proxy: Connecting to scsa.msg.yahoo.com:5050 via company-proxy-address using HTTP
(10:59:23) proxy: Connection in progress
(10:59:23) proxy: Connected to scsa.msg.yahoo.com:5050.
(10:59:23) proxy: Using CONNECT tunneling for scsa.msg.yahoo.com:5050
(10:59:23) proxy: HTTP proxy connection established
(10:59:23) proxy: Connected to scsa.msg.yahoo.com:5050.

I set up company proxy address:port at proxy/automatic proxy configuration on both laptops. But don't know why the old computer pick up the proxy configuration

What is SELinux settings and set in fedora 13? Is it SELinux boolean?

John VV 06-23-2010 04:02 PM

SE is a kernel mod for security
in the 4 install i am betting it is not installed or set to the default( at the time ) permissive fedora 13's default is ENFORCING

SELinux
http://sradvan.fedorapeople.org/SELinux_FAQ/
http://en.wikipedia.org/wiki/Security-Enhanced_Linux
the orig creators page
http://www.nsa.gov/research/selinux/index.shtml

newcat 06-23-2010 05:39 PM

yes on fc4 se is not installed:
cat /selinux/enforce
cat /selinux/enforce: No such file or directory

on fc13:
[root@localhost]# cat /selinux/enforce
1
[root@localhost qiqili]# echo 0 > /selinux/enforce
[root@localhost qiqili]# cat /selinux/enforce
0

but after I changed it to permissive mode, and reconnect, it was able to connect to
scsa.msg.yahoo.com:5050 through company's proxy, but not connected to login.yahoo.com:

Pidgin Debug Log : Wed 23 Jun 2010 03:31:09 PM PDT
(15:30:06) connection: Connecting. gc = 0x859b3a8
(15:30:06) dns: DNS query for 'www-proxy.company.com' queued
(15:30:06) dns: Wait for DNS child 26439 failed: No child processes
(15:30:06) dns: Created new DNS child 26440, there are now 1 children.
(15:30:06) dns: Successfully sent DNS request to child 26440
(15:30:06) dns: Got response for 'www-proxy.company.com'
(15:30:06) dnsquery: IP resolved for www-proxy.company.com
(15:30:06) proxy: Attempting connection to proxy_ip_addr
(15:30:06) proxy: Connecting to scsa.msg.yahoo.com:5050 via www-proxy.company.com:80 using HTTP
(15:30:06) proxy: Connection in progress
(15:30:06) proxy: Connected to scsa.msg.yahoo.com:5050.
(15:30:06) proxy: Using CONNECT tunneling for scsa.msg.yahoo.com:5050
(15:30:06) proxy: HTTP proxy connection established
(15:30:06) proxy: Connected to scsa.msg.yahoo.com:5050.
(15:30:06) yahoo: 95 bytes to read, rxlen is 115
(15:30:06) yahoo: Yahoo Service: 0x57 Status: 1
(15:30:06) yahoo: Authentication: In yahoo_auth16_stage1
(15:30:06) util: requesting to fetch a URL
(15:30:06) dns: DNS query for 'login.yahoo.com' queued
(15:30:06) dns: Successfully sent DNS request to child 26440
(15:30:06) dns: Got response for 'login.yahoo.com'
(15:30:06) dnsquery: IP resolved for login.yahoo.com
(15:30:06) proxy: Connecting to login.yahoo.com:443 with no proxy
(15:30:06) proxy: Connection in progress
(15:30:06) proxy: Connecting to login.yahoo.com:443.
(15:30:06) proxy: Error connecting to login.yahoo.com:443 (No route to host).
(15:30:06) proxy: Connection attempt failed: No route to host
(15:30:06) yahoo: Authentication: In yahoo_auth16_stage1_cb
(15:30:06) yahoo: Login Failed, unable to retrieve login url: Unable to connect to login.yahoo.com: SSL Connection Failed
(15:30:06) connection: Connection error on 0x859b3a8 (reason: 0 description: Unable to connect to login.yahoo.com: SSL Connection Failed)
(15:30:06) connection: Disconnecting connection 0x859b3a8
(15:30:06) jabber: jabber_actions: have pep: NO
(15:30:06) connection: Destroying connection 0x859b3a8
....

(15:30:13) proxy: Connecting to scsa.msg.yahoo.com:5050.
(15:30:13) proxy: Error connecting to scsa.msg.yahoo.com:5050 (Connection timed out).
(15:30:13) proxy: Connection attempt failed: Connection timed out

John VV 06-23-2010 06:45 PM

at this point ?
one thing fedora did change the software for the network back in 7 ( i think )
it went from "network" to "network-manager "
see the fedora services for that . The old one might still be in there but turned off.
http://www.mjmwired.net/resources/mj...3.html#network
http://www.mjmwired.net/resources/mjm-services-f13.html

newcat 06-24-2010 02:58 PM

Network is online:

"Option 2: In Gnome, [Right-Click] on the Networking icon in the top left of the toolbar.
Select Edit Connections....
Select System eth0 and click Edit...
Check Connect automatically and click Apply.
Enter 'root' password when prompted. "

I checked the "option2" and "connect automatically" was checked.

Here is the copy from fc4 debug windows for connection on login.yahoo.com wich was failed on fc13:
(10:59:24) proxy: Connecting to login.yahoo.com:443 via www-proxy.company.com:80 using HTTP
(10:59:24) proxy: Connection in progress
(10:59:24) proxy: Connected to login.yahoo.com:443.
(10:59:24) proxy: Using CONNECT tunneling for login.yahoo.com:443
(10:59:24) proxy: HTTP proxy connection established
(10:59:24) proxy: Connected to login.yahoo.com:443.


All times are GMT -5. The time now is 06:16 AM.