 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

9th May 2012, 03:57 AM
|
|
Registered User
|
|
Join Date: Apr 2012
Location: The Atlantic
Posts: 16

|
|
|
Can't Install RPMFusion Repositories
Good day all:
After several weeks now, I've been trying to install RPMFusion-free and non-free repositories with no success at all.
I've read many of the forum threads and "googled" for a viable solution and still can't find a proper solution to this issue.
Without this repository, I can't install VLC and many other codecs and apps that I really need.
So far, this is the error I'm getting:
Quote:
[root@Y-PC Downloads]# sudo yum localinstall --nogpgcheck http//download1-rpmfusion-org/free/fedora/rpmfusion-free-release-stable-noarch.rpm http//download1-rpmfusion-org/nonfree/fedora/rpmfusion-nonfree-release-stable-noarch.rpm
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cannot open: http//download1-rpmfusion-org/free/fedora/rpmfusion-free-release-stable-noarch.rpm. Skipping.
Cannot open: http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm. Skipping.
Nothing to do
|
Even if I download the repository directly to my PC and run "yum localinstall", this is what I get:
Quote:
[root@Y-PC Downloads]# yum localinstall rpmfusion-free-release-stable.noarch.rpm
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Examining rpmfusion-free-release-stable.noarch.rpm: rpmfusion-free-release-15-5.noarch
Marking rpmfusion-free-release-stable.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package rpmfusion-free-release.noarch 0:15-5 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================== ==============================
Package Arch Version
Repository Size
================================================== ==============================
Installing:
rpmfusion-free-release noarch 15-5 /rpmfusion-free-release-stable.noarch 12 k
Transaction Summary
================================================== ==============================
Install 1 Package
Total size: 12 k
Installed size: 12 k
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : rpmfusion-free-release-15-5.noarch 1/1
Verifying : rpmfusion-free-release-15-5.noarch 1/1
Installed:
rpmfusion-free-release.noarch 0:15-5
Complete!
|
Everything seems to be nice and dandy from here, but...
Quote:
[root@Y-PC Downloads]# yum update
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http//mirrors-rpmfusion-org/mirrorlist?repo=free-fedora-16&arch=x86_64 error was
14: curl#6 - "Couldn't resolve host"
Error: Cannot find a valid baseurl for repo: rpmfusion-free
|
In order to get updates as I used before, I have to disable this repo.
I'm really clueless about this issue. I've even reported this incident 2 weeks on a different thread and didn't got a reply.
Hope someone can guide/help me with this particular problem.
Thanks in advance.
P.S: I had to edit the URLs due to some restrictions on the number of links allowed to post
|

9th May 2012, 05:05 AM
|
 |
Formerly known as"professorrmd"
|
|
Join Date: Mar 2011
Posts: 2,633

|
|
|
Re: Can't Install RPMFusion Repositories
Try this
Code:
yum clean all
yum update
could you post the contents of /etc/yum.repos.d/rpmfusion-free-updates.repo ?
|

9th May 2012, 06:19 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Can't Install RPMFusion Repositories
Fedora 15 and 16:
Code:
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
Fedora Branched and what will become Fedora 17
Code:
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm'
copy an paste it into your Terminal and hit your ENTER button
|

9th May 2012, 06:33 AM
|
|
Registered User
|
|
Join Date: Apr 2012
Location: The Atlantic
Posts: 16

|
|
|
Re: Can't Install RPMFusion Repositories
Quote:
Originally Posted by nonamedotc
Try this
Code:
yum clean all
yum update
could you post the contents of /etc/yum.repos.d/rpmfusion-free-updates.repo ?
|
Thanks for the quick reply.
This is what I got after I did what you've suggested:
Quote:
[Y-PC ~]$ sudo yum clean all
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cleaning repos: fedora updates
Cleaning up Everything
Cleaning up list of fastest mirrors
No delta-package files removed by presto
[Y-PC ~]$ cd Downloads
[Y-PC Downloads]$ dir
rpmfusion-free-release-stable.noarch.rpm unrar-4.0.7-1.fc16.x86_64.rpm
rpmfusion.txt
[Y-PC Downloads]$ sudo yum localinstall rpmfusion-free-release-stable.noarch.rpm
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Examining rpmfusion-free-release-stable.noarch.rpm: rpmfusion-free-release-15-5.noarch
Marking rpmfusion-free-release-stable.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package rpmfusion-free-release.noarch 0:15-5 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================== ==============================
Package Arch Version
Repository Size
================================================== ==============================
Installing:
rpmfusion-free-release noarch 15-5 /rpmfusion-free-release-stable.noarch 12 k
Transaction Summary
================================================== ==============================
Install 1 Package
Total size: 12 k
Installed size: 12 k
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : rpmfusion-free-release-15-5.noarch 1/1
Verifying : rpmfusion-free-release-15-5.noarch 1/1
Installed:
rpmfusion-free-release.noarch 0:15-5
Complete!
[Y-PC Downloads]$ sudo yum clean all
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cleaning repos: fedora rpmfusion-free rpmfusion-free-updates updates
Cleaning up Everything
No delta-package files removed by presto
[Y-PC Downloads]$ sudo yum update
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Determining fastest mirrors
fedora/metalink | 19 kB 00:00
Could not retrieve mirrorlist http://mirrors.rpmfusion.org/mirrorl...16&arch=x86_64 error was
14: curl#6 - "Couldn't resolve host"
Error: Cannot find a valid baseurl for repo: rpmfusion-free
|
...And if I remove the rpmfusion repo, this is what I get:
Quote:
[Y-PC Downloads]$ sudo yum erase rpmfusion-free-release.noarch
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package rpmfusion-free-release.noarch 0:15-5 will be erased
--> Finished Dependency Resolution
Dependencies Resolved
================================================== ==============================
Package Arch Version
Repository Size
================================================== ==============================
Removing:
rpmfusion-free-release
noarch 15-5 @/rpmfusion-free-release-stable.noarch 12 k
Transaction Summary
================================================== ==============================
Remove 1 Package
Installed size: 12 k
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Erasing : rpmfusion-free-release-15-5.noarch 1/1
Verifying : rpmfusion-free-release-15-5.noarch 1/1
Removed:
rpmfusion-free-release.noarch 0:15-5
Complete!
|
Quote:
[Y-PC Downloads]$ sudo yum clean all
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cleaning repos: fedora updates
Cleaning up Everything
Cleaning up list of fastest mirrors
No delta-package files removed by presto
[Y-PC Downloads]$ sudo yum update
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Determining fastest mirrors
fedora/metalink | 19 kB 00:00
updates/metalink | 14 kB 00:00
* fedora: mirror.cogentco.com
* updates: mirror.cogentco.com
http//mirror.cogentco.com/pub/linux/fedora/linux/releases/16/Everything/x86_64/os/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host"
Trying other mirror.
http//mirror.umd.edu/fedora/linux/releases/16/Everything/x86_64/os/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host"
Trying other mirror.
fedora | 4.2 kB 00:00
fedora/primary_db | 14 MB 00:41
fedora/group_gz | 431 kB 00:00
http//mirror.cogentco.com/pub/linux/fedora/linux/updates/16/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host"
Trying other mirror.
http//mirror.umd.edu/fedora/linux/updates/16/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host"
Trying other mirror.
http//mirror.seas.harvard.edu/fedora/linux/updates/16/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host"
Trying other mirror.
updates | 4.5 kB 00:00
updates/primary_db | 6.1 MB 00:16
updates/group_gz | 435 kB 00:01
No Packages marked for Update
|
This is how my repos look after installing the rpmfusion free and non-free:
Quote:
[Y-PC Downloads]# ls /etc/yum.repos.d
fedora.repo rpmfusion-free-updates.repo
fedora-updates.repo rpmfusion-free-updates-testing.repo
fedora-updates-testing.repo rpmfusion-nonfree-rawhide.repo
remi.repo.rpmsave rpmfusion-nonfree.repo
rpmfusion-free-rawhide.repo rpmfusion-nonfree-updates.repo
rpmfusion-free.repo rpmfusion-nonfree-updates-testing.repo
|
And this is how rpmfusion-free and non-free looks like:
Quote:
[rpmfusion-free-updates]
name=RPM Fusion for Fedora $releasever - Free - Updates
#baseurl=http//download1.rpmfusion.org/free/fedora/updates/$releasever/$basearch/
mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever-$basearch
[rpmfusion-free-updates-debuginfo]
name=RPM Fusion for Fedora $releasever - Free - Updates Debug
#baseurl=http//download1.rpmfusion.org/free/fedora/updates/$releasever/$basearch/debug/
mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-debug-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever-$basearch
[rpmfusion-free-updates-source]
name=RPM Fusion for Fedora $releasever - Free - Updates Source
#baseurl=http//download1.rpmfusion.org/free/fedora/updates/$releasever/SRPMS/
mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-source-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever-$basearch
|
Quote:
[rpmfusion-nonfree-updates]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates
#baseurl=http//download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/
mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
[rpmfusion-nonfree-updates-debuginfo]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates Debug
#baseurl=http//download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/debug/
mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-debug-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
[rpmfusion-nonfree-updates-source]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates Source
#baseurl=http//download1.rpmfusion.org/nonfree/fedora/updates/$releasever/SRPMS/
mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-source-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
|
|

9th May 2012, 06:37 AM
|
|
Registered User
|
|
Join Date: Apr 2012
Location: The Atlantic
Posts: 16

|
|
|
Re: Can't Install RPMFusion Repositories
Quote:
Originally Posted by tox
Fedora 15 and 16:
Code:
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
Fedora Branched and what will become Fedora 17
Code:
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm'
copy an paste it into your Terminal and hit your ENTER button
|
Didn't work either.
Quote:
[Y-PC Downloads]# yum localinstall --nogpgcheck http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cannot open: http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm. Skipping.
Cannot open: http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm. Skipping.
Nothing to do
[Y-PC Downloads]# yum localinstall --nogpgcheck http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cannot open: http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm. Skipping.
Cannot open: http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm. Skipping.
Nothing to do
|
|

9th May 2012, 07:02 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Can't Install RPMFusion Repositories
you failed to do something. COPY an PASTE the LOT. not just 2 3rds of it
i'll give you a hint it has a symbol in it. looks like this '
get out of your Downloads DIR an back to you Home ~
could someone ban me please?
Last edited by tox; 9th May 2012 at 07:05 AM.
|

9th May 2012, 07:09 AM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
Re: Can't Install RPMFusion Repositories
in his command, he forgot to put the : between http and the //
|

9th May 2012, 07:15 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Can't Install RPMFusion Repositories
yeah he did. you take over, im off to the pub for a couple
|

9th May 2012, 02:02 PM
|
|
Registered User
|
|
Join Date: Apr 2012
Location: The Atlantic
Posts: 16

|
|
|
Re: Can't Install RPMFusion Repositories
Quote:
Originally Posted by DBelton
in his command, he forgot to put the : between http and the //
|
I did that on purpose because in order to show you guys the errors I'm having.
If I post the full links, I can't post it on this thread due to some restrictions this board has with the number of allowed links that can be displayed.
---------- Post added at 08:02 AM ---------- Previous post was at 07:57 AM ----------
Quote:
Originally Posted by tox
you failed to do something. COPY an PASTE the LOT. not just 2 3rds of it
i'll give you a hint it has a symbol in it. looks like this '
get out of your Downloads DIR an back to you Home ~
could someone ban me please?
|
Didn't make any difference.
Quote:
[Y-PC ~]$ su -c 'yum localinstall --nogpgcheck http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
Password:
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cannot open: http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm. Skipping.
Cannot open: http://download1.rpmfusion.org/nonfr...ble.noarch.rpm. Skipping.
Nothing to do
[Y-PC ~]$ su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/...hed.noarch.rpm http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm'
Password:
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cannot open: http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm. Skipping.
Cannot open: http://download1.rpmfusion.org/nonfr...hed.noarch.rpm. Skipping.
Nothing to do
|
|

10th May 2012, 09:54 PM
|
|
Registered User
|
|
Join Date: Apr 2012
Location: The Atlantic
Posts: 16

|
|
|
Re: Can't Install RPMFusion Repositories
As an update, I'm not having the above issues with OpenSuSE 12.1.
I really don't know what else to do...
|

14th May 2012, 05:16 AM
|
|
Registered User
|
|
Join Date: May 2012
Location: Philippines
Posts: 7

|
|
|
Re: Can't Install RPMFusion Repositories
Hi all I am also having this issue.
|

14th May 2012, 06:27 AM
|
 |
Formerly known as"professorrmd"
|
|
Join Date: Mar 2011
Posts: 2,633

|
|
|
Re: Can't Install RPMFusion Repositories
Are you having the same problem as the OP? From his repo information (post #4), he has rpmfusion installed and then has some issues .... Is that your case too?
Did you try removing rpmfusion* using yum and reinstalling it? If necessary, manually delete the correspondin repo file from the /etc/yum.repos.d directory.
|

14th May 2012, 07:18 AM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,464

|
|
|
Re: Can't Install RPMFusion Repositories
Didn't some people have these "curl#6 - "Couldn't resolve host"" errors due to the ipv6 interface support in Fedora. Maybe you could try disabling ipv6. There are posts in the forum about doing that.
Just to quickly at least get the rpmfusion to work, maybe you could try commenting in the baseurl line and commenting out the mirrorlist variable, like this:
Quote:
[rpmfusion-free-updates]
name=RPM Fusion for Fedora $releasever - Free - Updates
baseurl=http//download1.rpmfusion.org/free/fedora/updates/$releasever/$basearch/
#mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever-$basearch
|
and do the same for the nonfree repo file too. Using the mirrorlist is a bit more complicated than just going straight to a base server. Later when it seems to be working, try to swap the comments back around to normal
|

14th May 2012, 08:32 AM
|
|
Registered User
|
|
Join Date: May 2012
Location: Philippines
Posts: 7

|
|
|
Re: Can't Install RPMFusion Repositories
Quote:
Originally Posted by nonamedotc
Are you having the same problem as the OP? From his repo information (post #4), he has rpmfusion installed and then has some issues .... Is that your case too?
Did you try removing rpmfusion* using yum and reinstalling it? If necessary, manually delete the correspondin repo file from the /etc/yum.repos.d directory.
|
Yes I tried removing rpmfusion* using yum and reinstalling did the same with post #4. I downloaded the rpmfusion-free-release-stable.noarch.rpm file using the browser I cannot download it using wget. I get this error when using wget to download that file
Quote:
|
wget: unable to resolve host address “download1.rpmfusion.org”
|
---------- Post added at 03:32 PM ---------- Previous post was at 02:52 PM ----------
Quote:
Originally Posted by marko
Didn't some people have these "curl#6 - "Couldn't resolve host"" errors due to the ipv6 interface support in Fedora. Maybe you could try disabling ipv6. There are posts in the forum about doing that.
Just to quickly at least get the rpmfusion to work, maybe you could try commenting in the baseurl line and commenting out the mirrorlist variable, like this:
and do the same for the nonfree repo file too. Using the mirrorlist is a bit more complicated than just going straight to a base server. Later when it seems to be working, try to swap the comments back around to normal
|
Tried uncommenting baseurl and commenting mirrorlist in the rpmfusion repo files but it still didn't work for me.
Diabled ipv6 by adding
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
in /etc/sysctl.conf file
also did not work.
|

16th May 2012, 08:10 AM
|
|
Registered User
|
|
Join Date: May 2012
Location: Philippines
Posts: 7

|
|
|
Re: Can't Install RPMFusion Repositories
I found a solution for my rpmfusion problem after searching and reading forums.
Here is the forum thread where I found the solution
http://www.fedoraforum.org/forum/sho....php?p=1540694
Based from the forum post I changed my ipv4 Settings to:
Method: Automatic (DHCP) addresses only
DNS Servers: 208.67.222.222, 208.67.220.220
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 09:34 (Sunday, 26-05-2013)
|
|
 |
 |
 |
 |
|
|