Bug 306

Summary: can't add the repo
Product: Fedora Reporter: ankit <ankitmodi2k4>
Component: rpmfusion-free-releaseAssignee: Thorsten Leemhuis <fedora>
Status: VERIFIED INVALID    
Severity: normal CC: lxtnow, s.adam
Priority: P5    
Version: 9   
Hardware: All   
OS: GNU/Linux   
namespace:

Description ankit 2009-01-08 07:52:18 CET
when i try to add the repo by typing this in the terminal

su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'

i get this

Retrieving http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
error: skipping http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm - transfer failed - Unknown or unexpected error
Retrieving http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
error: skipping http://download1.rpmfusion.org/free/fedora/rpmfusion-nonfree-release-stable.noarch.rpm - transfer failed - Unknown or unexpected error

get the same when i try livna repo...

the gui configuration method didnt work either

i am using fedora 9 2.6.25.14.fc9.i686
Comment 1 Thorsten Leemhuis 2009-01-08 08:05:09 CET
(In reply to comment #0)
> i get this
> 
> Retrieving
> http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
> error: skipping
> http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
> - transfer failed - Unknown or unexpected error
> Retrieving
> http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
> error: skipping
> http://download1.rpmfusion.org/free/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
> - transfer failed - Unknown or unexpected error
> get the same when i try livna repo...

Looks a lot like a problem on your side sommewhere. Maybe a network/proxy problem. 

Try to download the rpms with wget (install if missing) and install them with rpm afterwards. E.g. something like this:

$ wget http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
$ rpm -ivh pmfusion-free-release-stable.noarch.rpm rpmfusion-nonfree-release-stable.noarch.rpm

Looking at the wget output might also help to find the root of the problem
Comment 2 ankit 2009-01-08 09:20:09 CET
(In reply to comment #1)
> (In reply to comment #0)
> > i get this
> > 
> > Retrieving
> > http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
> > error: skipping
> > http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
> > - transfer failed - Unknown or unexpected error
> > Retrieving
> > http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
> > error: skipping
> > http://download1.rpmfusion.org/free/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
> > - transfer failed - Unknown or unexpected error
> > get the same when i try livna repo...
> 
> Looks a lot like a problem on your side sommewhere. Maybe a network/proxy
> problem. 
> 
> Try to download the rpms with wget (install if missing) and install them with
> rpm afterwards. E.g. something like this:
> 
> $ wget
> http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
> http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
> $ rpm -ivh pmfusion-free-release-stable.noarch.rpm
> rpmfusion-nonfree-release-stable.noarch.rpm
> 
> Looking at the wget output might also help to find the root of the problem
> 

done with wget...thanks a lot