LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Fedora 10 installation: network problem on software updates (https://www.linuxquestions.org/questions/fedora-35/fedora-10-installation-network-problem-on-software-updates-707502/)

pdown85 02-25-2009 02:20 PM

Fedora 10 installation: network problem on software updates
 
I have installed Fedora 10 to an Acer4000WLMi laptop (with both Ethernet and WiFi connectivity). The laptop is a dual-boot WinXp / Fedora 10 box; there are no issues with the WinXP installation and booting into either OS works fine.
Detailed system information:
Quote:

[user@host ~]$ uname -a
Linux host 2.6.27.15-170.2.24.fc10.i686 #1 SMP Wed Feb 11 23:58:12 EST
2009 i686 i686 i386 GNU/Linux
[user@host ~]$ yum list | grep NetworkManager
NetworkManager.i386 1:0.7.0-1.git20090102.fc10 installed
NetworkManager-glib.i386 1:0.7.0-1.git20090102.fc10 installed
NetworkManager-gnome.i386 1:0.7.0-1.git20090102.fc10 installed
NetworkManager-devel.i386 1:0.7.0-1.git20090102.fc10 updates
... plus others
[user@host ~]$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : Intel(R) Pentium(R) M processor 1.40GHz
...
[root@host ~]# chkconfig --list | grep network
network 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off
[root@host ~]# chkconfig --list | grep Network
NetworkManager 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off
[root@host ~]#
[root@99dpr-003 ~]# ifconfig -a
eth0 Link encap:Ethernet HWaddr nn:nn:nn:nn:nn:nn
...
eth1 Link encap:Ethernet HWaddr nn:nn:nn:nn:nn:nn
inet addr:192.168.0.103 Bcast:192.168.100.255 Mask:255.255.255.0
inet6 addr: fe80::2c0:9fff:fe59:3981/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4686 errors:0 dropped:0 overruns:0 frame:0
TX packets:3847 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1581290 (1.5 MiB) TX bytes:450929 (440.3 KiB)
...
In the main the installation was problemless (I am not previously familiar with Fedora but I am a long-time CentOS user and experienced in several flavours of UNIX.)

However ... when I try to install/update packages using:

System > Administration > Add/Remove Software

the app goes away and resolves dependencies as expected. But when I come to hit the Install button I get the message that installation cannot continue because the system is not online.
Specifically the message "No network connection available" and the More
Details tabs offers "Cannot install when offline".
This is a puzzle because in parallel to doing this I am actively looking at web-pages and sending/receiving email and other online activities.

My /etc/sysconfig/network-scripts/ifcfg-eth0and /etc/sysconfig/network-scripts/ifcfg-eth1 configuration files appear to be fine and are clearly working (at least the wired connection, I am not concerned with the wireless at the moment) otherwise how is web access and email etc working successfully?

I do notice the NetworkManager icon in the panel bar has a cross in a red background against it and that everything is greyed out, other than VPN Connections. Neither of Wired and Wireless Connections can be selected and the display says "device is unmanaged".
Yet I have installed and activated NetworkManager (as far as I can see).

Another idiosyncrasy I have noticed is that the when I start up Firefox it comes up in "Offline Mode" and obviously the homepage link is not reached and I am invited to "Try again". However as soon as I set Firefox to "Online" I immediately get the home page - i.e. so the internet access is established with no other action on my part, in other words network connectivity is already established.

Where do I start to look to resolve the problem? I've had a look on the forum and not been able to find anything similar.
It is severly limiting as I am unable to install new applications, or upgrade existing ones, by this means (Add/Remove software).

Many thanks in advance for any assistance/suggestions.

osdeals 02-26-2009 11:03 AM

Try updating / installing via command line.

use
Code:

yum update
or
Code:

yum install packagename
if this also results in connection failed errors, you may want to check that dns resolution is working fine. use dig / host to debug.

gergely89 02-26-2009 11:16 AM

Fedora 10 (the fresh install) is known to have problems with package updating, with yum and with the GUI network settings tool. This topic has actual been dealt with a couple of times in the last few days here on LQ:
http://www.linuxquestions.org/questi...ora-10-707553/
http://www.linuxquestions.org/questi...zzling-699213/

Have a look and see if it helps you.

linux

pdown85 02-27-2009 03:14 AM

Quote:

Originally Posted by osdeals (Post 3458314)
Try updating / installing via command line.
....

Many thanks for the reply.
Indeed I have used:
Code:

yum update
yum install packagename

and there are totally no problems with doing that - it works every time.
But if I want to use the GUI tool I cannot (and it is usually easier to use the GUI tool if I want to install multiple packages in a particular area).
It is the fact that the network connection is fine for one but not the other that I find puzzling (and would like to cure!)

pdown85 02-27-2009 03:16 AM

Quote:

Originally Posted by gergely89 (Post 3458326)
Fedora 10 (the fresh install) is known to have ...
Have a look and see if it helps you.

Many thanks. Shall check them out.

pdown85 03-09-2009 09:46 AM

Quote:

Originally Posted by gergely89 (Post 3458326)
Fedora 10 (the fresh install) is known to have problems with package updating, with yum and with the GUI network settings tool. This topic has actual been dealt with a couple of times in the last few days here on LQ:
http://www.linuxquestions.org/questi...ora-10-707553/
http://www.linuxquestions.org/questi...zzling-699213/
...

I checked them out and it made no difference. In fact in both links cited it did not appear to make much difference either (one stated that it did not work and the other didn't confirm either way).


All times are GMT -5. The time now is 09:11 AM.