RPM Fusion NonFree is not available/online

Hey there, I did a fresh Install of Fedora 42 Beta Workstation yesterday and Fedora 42 Beta KDE today. On Both Systems I noticed, that I couldn’t install the RPM Fusion NonFree Repos. Then, out of curiosity, I tried to download the GUI-Packages for Fedora 41, 40, 39 and the Download didn’t start at all of them. The normal RPM Fusion Repo downloads perfectly, but the NonFree doesn’t. Here’s the Terminal output:

marcus@Misery-Machine:~$ sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
[sudo] Passwort für marcus: 
Aktualisiere und lade Paketquellen:
 Fedora 42 - x86_64 - Test Updates                                                                                                                                100% |  13.1 MiB/s |   6.9 MiB |  00m01s
 Fedora 42 openh264 (From Cisco) - x86_64                                                                                                                         100% |  14.8 KiB/s |   6.0 KiB |  00m00s
 Fedora 42 - x86_64                                                                                                                                               100% |  19.8 MiB/s |  34.6 MiB |  00m02s
 Fedora 42 - x86_64 - Updates                                                                                                                                     100% | 129.5 KiB/s |  27.2 KiB |  00m00s
 RPM Fusion for Fedora 42 - Free - Test Updates                                                                                                                   100% |  96.7 KiB/s |  28.4 KiB |  00m00s
 RPM Fusion for Fedora 42 - Free                                                                                                                                  100% | 767.4 KiB/s | 162.7 KiB |  00m00s
Paketquellen geladen.
 https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-42.noarch.rpm                                                                                   100% |  62.4 KiB/s |  11.3 KiB |  00m00s
 https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-42.noarch.rpm                                                                             ???% |   0.0   B/s |   0.0   B |  02m00s
>>> Curl error (28): Timeout was reached for https://ipng.mm.fcix.net/rpmfusion/nonfree/fedora/rpmfusion-nonfree-release-42.noarch.rpm [Connection timed out after 30000 milliseconds] - https://ipng.mm.f
>>> Curl error (28): Timeout was reached for https://ipng.mm.fcix.net/rpmfusion/nonfree/fedora/rpmfusion-nonfree-release-42.noarch.rpm [Connection timed out after 30000 milliseconds] - https://ipng.mm.f
>>> Curl error (28): Timeout was reached for https://ipng.mm.fcix.net/rpmfusion/nonfree/fedora/rpmfusion-nonfree-release-42.noarch.rpm [Connection timed out after 30000 milliseconds] - https://ipng.mm.f
>>> Curl error (28): Timeout was reached for https://ipng.mm.fcix.net/rpmfusion/nonfree/fedora/rpmfusion-nonfree-release-42.noarch.rpm [Connection timed out after 30000 milliseconds] - https://ipng.mm.f
>>> Curl error (28): Timeout was reached for https://ipng.mm.fcix.net/rpmfusion/nonfree/fedora/rpmfusion-nonfree-release-42.noarch.rpm [Connection timed out after 30000 milliseconds]                    
Herunterladen der Dateien fehlgeschlagen
 Librepo-Fehler: Curl error (28): Timeout was reached for https://ipng.mm.fcix.net/rpmfusion/nonfree/fedora/rpmfusion-nonfree-release-42.noarch.rpm [Connection timed out after 30000 milliseconds]

I doubt that it’s a Problem on two different fresh Installs. I couldn’t find a Bug on this and I don’t know how to report it. Can someone look into this or if it’s a Problem on my systems, help me fixing it?

Thank you :slight_smile:

I installed nonfree yesterday on F42 beta Xfce with this:

sudo rpm --import 'https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020' && sync && sudo dnf install 'https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-'$(rpm -E %fedora)'.noarch.rpm' -y && sync

The server ipng.mm.fcix.net is dead at the moment, but that could be temporary.

You can fetch the rpm file from one of the other mirrors for example https://ftp.nluug.nl/os/Linux/distr/rpmfusion/nonfree/fedora/development/42/Everything/x86_64/os/Packages/r/ using your browser to download and then install it from the local downloaded file.

2 Likes

This is interesting. Thanks for the quick fix! Since this could be a temporary issue, I’ll mark your Answer as the Solution.