LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices

Reply
 
LinkBack Search this Thread
Old 08-14-2011, 02:56 PM   #1
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,321

Rep: Reputation: 55
rpmfusion troubles


> Fedora 15 i686
>
> With rpmfusion in the /etc/yum.repos.d .
>
> when running Yumex I get error ;
>
> Cannot retrieve repository Metadata (repomd.xml) for repository:
> rpmfusion-free , Please verify it's path and try again.
>
> I can't even do the following command and get the two rpmfusion.rpm to install, like it can't find rpmfusion.org, I have to download the two rpm's and use yum localinstall --nogpgcheck to install the rpm's.
>
> su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/...ble.noarch.rpm http://download1.rpmfusion.org/nonfr...ora/rpmfusion-
> nonfree-release-stable.noarch.rpm'
>
> This is a New Fedora 15 install could there be a problem with my Network
> Setup, I can't even get PlayOnLinux to see the network connection, but
> everything else can connect to Internet, Yum, Firefox, etc.

I copied the eight rpmfusion files out of /etc/yum.repos.d of a working FC15 computer and put them back into /etc/yum.repos.d of this FC15 computer and run Yumex and I still get the same error message;

Cannot retrieve repository Metadata (repomd.xml) for repository:
> rpmfusion-free , Please verify it's path and try again.
 
Old 08-14-2011, 08:34 PM   #2
John VV
Guru
 
Registered: Aug 2005
Location: Ann Arbor Mi.
Distribution: OpenSUSE 11.4 & Scientfic Linux 6.1
Posts: 7,275

Rep: Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706Reputation: 706
try this
Code:
su -
/* your root password when asked for */
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

yum update
and say YES to importing the hash keys

from WHERE did you get the idea to try "localinstall" and DOWNLOADING from the web ( a NOT LOCALINSTALL ) at the same time
and
run " -nogpgcheck" in the mix ( very bad)
not a good idea !
 
Old 08-15-2011, 04:16 AM   #3
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 359

Rep: Reputation: 43
John, the instructions from rpmfusion use localinstall and nogpgcheck.

Quote:
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org ........... blah blah blah
mickeyboa, a DNS issue perhaps? Is /etc/resolv.conf populated with the correct servers?
 
1 members found this post helpful.
Old 08-15-2011, 05:58 PM   #4
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,321

Original Poster
Rep: Reputation: 55
This Box is connected to a 2WIRE783 AT&T router to the WAN internet ;

resolv.conf

domain gateway 2wire.net
search gateway 2Wire.net
nameserver 172.16.0.1


The 172.16.0.1 is gateway IP to router. Shouldn't that be
someting like 70.225.136.56 which is the IP address for the router on the internet.

And I don't understand 2wire.net.
Network Manager is generating the resolv.conf

Last edited by mickeyboa; 08-15-2011 at 06:02 PM.
 
Old 08-16-2011, 02:00 AM   #5
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 359

Rep: Reputation: 43
Backup the file and then try using Google's DNS servers ( http://code.google.com/speed/public-dns/ )
Code:
8.8.8.8
8.8.4.4
See if it makes a difference for you.

Wouldn't 2wire net be your ISP?
 
Old 08-16-2011, 05:44 AM   #6
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,321

Original Poster
Rep: Reputation: 55
2wire is the name of the router.
 
Old 08-16-2011, 05:47 AM   #7
blue_print
Member
 
Registered: May 2010
Location: In world
Distribution: RHEL, CentOS, Ubuntu
Posts: 258
Blog Entries: 3

Rep: Reputation: 45
See if you're able to ping download1.rpmfusion.org. If so, the issue solved.
 
Old 08-16-2011, 05:57 AM   #8
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,321

Original Poster
Rep: Reputation: 55
NO!! I take that back !!

2Wire.net is the website of the manufacture of the router.
Networkmanager got that from the Router, a bad setting. This probably is where my problem is. It is using that website as a DNS server and that is not right.

If I enter the correct DNS nameservers in resolv.conf NetworkManager is just going to change them.
 
Old 08-17-2011, 03:27 AM   #9
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 359

Rep: Reputation: 43
If you enter the correct DNS nameservers in resolv.conf do things begin working correctly?
 
Old 08-17-2011, 05:58 PM   #10
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,321

Original Poster
Rep: Reputation: 55
I put in the resolv.conf the google, both nameserver and deleted every thing else and the problem is SOLVED.

BUT!! What happens when I reboot the computer ? does NetworkManager change the settings in resolv.conf to the old settings ?

Last edited by mickeyboa; 08-17-2011 at 06:00 PM.
 
Old 08-17-2011, 06:30 PM   #11
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 359

Rep: Reputation: 43
Reboot and see what happens. If it does, you know what to do, although it's not something you want to be doing every time you boot the computer. That would be ridiculous. I wonder if it makes sense to change /etc/resolv.conf to immutable if NetworkManager insists on constantly changing the file on you. Opinions anyone? Would changing the DNS servers in the router make more sense?
 
Old 08-17-2011, 07:23 PM   #12
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,321

Original Poster
Rep: Reputation: 55
Could I disable NetworkManager and enable network by systemctl command ?

If so what systemctl command would I use ?

I only have eth0 for network in this computer.

Last edited by mickeyboa; 08-17-2011 at 07:25 PM.
 
Old 08-18-2011, 02:49 AM   #13
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 359

Rep: Reputation: 43
Quote:
Originally Posted by mickeyboa View Post
Could I disable NetworkManager and enable network by systemctl command ?
Yes. I do it all the time.

Quote:
Originally Posted by mickeyboa View Post
If so what systemctl command would I use ?
PHP Code:
systemctl stop NetworkManager.service
systemctl disable NetworkManager
.service 
Run system-config-network-tui to make changes to network parameters. You need to choose static ip and will need to add any information that is missing like gateway, netmask, etc. You'll also need to edit /etc/sysconfig/network-scripts/ifcfg-eth0 and make sure that NM_CONTROLLED=no and ONBOOT=yes. Lastly enable and start the network service.
PHP Code:
systemctl enable network.service
systemctl start network
.service 
Finally, run ifconfig and see if it shows you an ip address for eth0.
 
Old 08-18-2011, 09:07 AM   #14
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,321

Original Poster
Rep: Reputation: 55
Glennzo thanks very much for your help.

I will be going over to my friends house this saturday to fix this computer by changing the network settings if I have any more problems I get back to you.

Thanks again.
 
Old 08-19-2011, 11:41 AM   #15
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,321

Original Poster
Rep: Reputation: 55
Trying to setup a static ip on a F15 box. NetworkManager has been stop and disable

I have setup the /etc/sysconfig/network-scripts/ifcfg-eth0 and try to

systemctl enable network.service
systemctl start network.service

but it won't start, below is /var/log/messages ifcfg-eth0


# tail -f /var/log/messages
Aug 19 11:54:55 Bigone avahi-daemon[901]: Registering new address record for fe80::21d:72ff:fea5:ddb5 on eth0.*.
Aug 19 11:54:56 Bigone avahi-daemon[901]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.0.3.
Aug 19 11:54:56 Bigone avahi-daemon[901]: New relevant interface eth0.IPv4 for mDNS.
Aug 19 11:54:56 Bigone avahi-daemon[901]: Registering new address record for 192.168.0.3 on eth0.IPv4.
Aug 19 11:54:57 Bigone ntpd[905]: Listen normally on 6 eth0 192.168.0.3 UDP 123
Aug 19 11:54:57 Bigone ntpd[905]: Listen normally on 7 eth0 fe80::21d:72ff:fea5:ddb5 UDP 123
Aug 19 11:54:57 Bigone ntpd[905]: peers refreshed
Aug 19 11:54:58 Bigone ntpd[905]: 0.0.0.0 c628 08 no_sys_peer
Aug 19 11:55:46 Bigone dbus: [system] Activating service name='net.reactivated.Fprint' (using servicehelper)
Aug 19 11:55:46 Bigone dbus: [system] Successfully activated service 'net.reactivated.Fprint'
^[[3~^[[AAug 19 11:56:27 Bigone avahi-daemon[901]: Withdrawing address record for 192.168.0.3 on eth0.
Aug 19 11:56:27 Bigone avahi-daemon[901]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.0.3.
Aug 19 11:56:27 Bigone avahi-daemon[901]: Interface eth0.IPv4 no longer relevant for mDNS.
Aug 19 11:56:27 Bigone avahi-daemon[901]: Withdrawing address record for fe80::21d:72ff:fea5:ddb5 on eth0.
Aug 19 11:56:29 Bigone ntpd[905]: Deleting interface #7 eth0, fe80::21d:72ff:fea5:ddb5#123, interface stats: received=0, sent=0, dropped=0, active_time=92 secs
Aug 19 11:56:29 Bigone ntpd[905]: Deleting interface #6 eth0, 192.168.0.3#123, interface stats: received=5, sent=5, dropped=0, active_time=92 secs
Aug 19 11:56:29 Bigone ntpd[905]: 216.129.110.22 interface 192.168.0.3 -> (none)
Aug 19 11:56:29 Bigone ntpd[905]: 72.26.125.125 interface 192.168.0.3 -> (none)
Aug 19 11:56:29 Bigone ntpd[905]: 69.164.206.65 interface 192.168.0.3 -> (none)
Aug 19 11:56:29 Bigone ntpd[905]: 199.4.29.166 interface 192.168.0.3 -> (none)
Aug 19 11:56:29 Bigone ntpd[905]: peers refreshed
Aug 19 11:56:29 Bigone avahi-daemon[901]: Registering new address record for fe80::21d:72ff:fea5:ddb5 on eth0.*.
Aug 19 11:56:30 Bigone avahi-daemon[901]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.0.3.
Aug 19 11:56:30 Bigone avahi-daemon[901]: New relevant interface eth0.IPv4 for mDNS.
Aug 19 11:56:30 Bigone avahi-daemon[901]: Registering new address record for 192.168.0.3 on eth0.IPv4.
Aug 19 11:56:32 Bigone dbus: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Aug 19 11:56:32 Bigone ntpd[905]: Listen normally on 8 eth0 192.168.0.3 UDP 123
Aug 19 11:56:32 Bigone ntpd[905]: Listen normally on 9 eth0 fe80::21d:72ff:fea5:ddb5 UDP 123
Aug 19 11:56:32 Bigone ntpd[905]: peers refreshed
Aug 19 11:56:32 Bigone dbus: [system] Successfully activated service 'org.freedesktop.PackageKit'
Aug 19 11:56:34 Bigone kernel: [ 439.901897] TCP lp registered
Aug 19 11:59:54 Bigone dbus: [system] Activating service name='org.fedoraproject.Config.Services' (using servicehelper)


ifcfg-eth0

DEVICE=eth0
HWADDR=00:1D:72:A5D:B5
BOOTPROTO=static
TYPE=Ethernet
NM_CONTROLLED=no
ONBOOT=yes
USERCTL=no
IPV6INIT=no
NAME="System eth0"
UUID=
IPADDR=192.168.0.3
NETMASK=
DNS1=68.87.72.134
DNS2=68.87.77.134
GATEWAY=192.168.0.1
PREFIX=
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6_FAILURE_FATAL=
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FC14 and RPMFusion dmchess Linux - Desktop 12 01-29-2011 09:56 AM
how do I get the rpmfusion repos in F14? Pedroski Fedora 7 11-13-2010 06:40 PM
rpmfusion fedora 10 question HarryBoy Linux - Newbie 7 11-12-2010 06:16 PM
Errors while trying to install rpmfusion mickeyboa Fedora 5 12-04-2008 11:25 PM
What happened to rpmfusion? stormtracknole Fedora 4 05-02-2008 12:44 PM


All times are GMT -5. The time now is 03:28 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration