Author Topic: firefox works but system programs requiring network don't  (Read 725 times)

Offline bcbob

  • New Friend
  • *
  • Posts: 2
firefox works but system programs requiring network don't
« on: August 03, 2011, 10:11:43 PM »
I just installed PCLinuxOS 2011.6. It seemed to work OK but I am having trouble with the network. I connected the computer to my typical home network that has a DSL modem and a router.

I ran Firefox and am able to access the internet OK. But when I try to run a program such as the LibreOffice Manager that needs to access the internet, I get an error saying it cannot access the internet and suggesting I change to OpenDNS.

This does not make sense to me since Firefox works.

Any ideas on what is going on?

Bob
edit:
I tried again today. At first, libreOfficeManager worked OK. It did some downloading. I went away from the computer and when I returned it had quit. I tried to start it again and this time it said it could not find the network again. But clearly the network is OK since I am typing this entry from PCLinuxOS!

This is the start of the error dialog box:
----------------
Problem accessing the Internet! You have either:
 a) no Internet connection, too bad :-(, or
 b) you use a proxy sever, or
 c) you have a dns-lookup error.
---------------


I tried the ping as suggested with these results:

[bob@localhost ~]$ ping -c 1 google.com
PING google.com (74.125.224.81) 56(84) bytes of data.
64 bytes from 74.125.224.81: icmp_req=1 ttl=53 time=52.9 ms

--- google.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 52.980/52.980/52.980/0.000 ms
[bob@localhost ~]$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 192.168.0.1
[bob@localhost ~]$


« Last Edit: August 04, 2011, 10:17:41 PM by bcbob »

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11524
  • ----IOFLU----
Re: firefox works but system programs requiring network don't
« Reply #1 on: August 03, 2011, 10:19:00 PM »
I just installed PCLinuxOS 2011.6. It seemed to work OK but I am having trouble with the network. I connected the computer to my typical home network that has a DSL modem and a router.

I ran Firefox and am able to access the internet OK. But when I try to run a program such as the LibreOffice Manager that needs to access the internet, I get an error saying it cannot access the internet and suggesting I change to OpenDNS.

This does not make sense to me since Firefox works.

Any ideas on what is going on?

Bob

Linux error messages are usually pretty good at getting to the heart of the matter. Were I you, I'd try the OpenDNS servers.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5324
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: firefox works but system programs requiring network don't
« Reply #2 on: August 03, 2011, 10:44:02 PM »
What LibreOffice Manager now suggests which DNS one should use  ??? ??? ???




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11524
  • ----IOFLU----
Re: firefox works but system programs requiring network don't
« Reply #3 on: August 03, 2011, 10:55:08 PM »
What LibreOffice Manager now suggests which DNS one should use  ??? ??? ???

It must sense some problem with the one now being used, and offers a suggestion. I just ran it here and got the installation without any issues.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5324
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: firefox works but system programs requiring network don't
« Reply #4 on: August 03, 2011, 11:18:13 PM »
Now that is interesting!




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Online muungwana

  • Hero Member
  • *****
  • Posts: 6201
Re: firefox works but system programs requiring network don't
« Reply #5 on: August 03, 2011, 11:22:29 PM »

An idea of what you have on your system will be helpful.

can you open the terminal and then run these two commands and give their output

ping -c 1 google.com

cat /etc/resolv.conf
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline bcbob

  • New Friend
  • *
  • Posts: 2
Re: firefox works but system programs requiring network don't
« Reply #6 on: August 04, 2011, 10:20:10 PM »
Thanks for the suggestions. See my edit of the original post.

Bob

Online muungwana

  • Hero Member
  • *****
  • Posts: 6201
Re: firefox works but system programs requiring network don't
« Reply #7 on: August 04, 2011, 10:34:40 PM »

you should have posted the results on the above post because it will be easier for others to follow the tread. Going back to a post and edit it after replies are made to it breaks continuity and critical information added in the edit may be lost.

ping command works. That means your computer can access its DNS server and can successfully resolve addresses and can connect to google.com and send information and receive them. This suggests your internet is working fine and the problem could be with that particular program.

How many other programs have you tried to go online with and they have failed? Do you experience this problem with libre office alone or there are others too? what are they?

.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..