When I try to update from command-line (shown below) or Software, I get the same message.
$ rpm-ostree rebase fedora:fedora/41/x86_64/silverblue
2 metadata, 0 content objects fetched; 788 B transferred in 3 seconds; 0 bytes content written
Checking out tree d1914be... done
Inactive requests:
langpacks-en (already provided by langpacks-en-4.1-2.fc41.noarch)
Enabled rpm-md repositories: 1password Dropbox fedora-cisco-openh264 fedora updates rpmfusion-free-updates rpmfusion-free rpmfusion-nonfree-updates rpmfusion-nonfree updates-modular fedora-modular updates-archive
Updating metadata for 'fedora-modular'... done
error: Updating rpm-md repo 'fedora-modular': cannot update repo 'fedora-modular': Cannot prepare internal mirrorlist: Status code: 404 for https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-41&arch=x86_64 (IP: 1.2.3.4); Last error: Status code: 404 for https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-41&arch=x86_64 (IP: 5.6.8.8)
Before running this, I updated rpmfusion (as shown below) and rebooted.
$ rpm-ostree update --uninstall rpmfusion-free-release --uninstall rpmfusion-nonfree-release --install rpmfusion-free-release --install rpmfusion-nonfree-release
mjg
(Michael J Gruber)
2
Wow, fedora-modular
is old. I suggest you
dnf remove fedora-repos-modular
to remove those repos. They don’t exist in F41 and are not needed.
Oh, no wonder. I’m in silverblue, can’t do dnf remove.
EDIT: This is my repo list:
etc > yum.repos.d > ls -al
total 76
drwxr-xr-x. 1 root root 974 Oct 31 09:36 .
drwxr-xr-x. 1 root root 4790 Oct 31 09:29 ..
-rw-r--r--. 1 root root 215 Oct 31 09:26 1password.repo
-rw-r--r--. 1 root root 376 Oct 31 09:26 _copr:copr.fedorainfracloud.org:phracek:PyCharm.repo
-rw-r--r--. 1 root root 146 Oct 31 09:26 dropbox.repo
-rw-r--r--. 1 root root 1102 Oct 31 09:26 fedora-cisco-openh264.repo
-rw-r--r--. 1 root root 1302 Oct 31 09:36 fedora-modular.repo
-rw-r--r--. 1 root root 1272 Aug 26 2023 fedora.repo
-rw-r--r--. 1 root root 985 Nov 18 2023 fedora-updates-archive.repo
-rw-r--r--. 1 root root 1382 Aug 22 2023 fedora-updates-modular.repo
-rw-r--r--. 1 root root 1319 Aug 22 2023 fedora-updates.repo
-rw-r--r--. 1 root root 1344 Oct 31 09:26 fedora-updates-testing.repo
-rw-r--r--. 1 root root 199 Oct 31 09:26 google-chrome.repo
-rw-r--r--. 1 root root 1356 Feb 9 2024 rpmfusion-free.repo
-rw-r--r--. 1 root root 1297 Aug 22 2023 rpmfusion-free-updates.repo
-rw-r--r--. 1 root root 1324 Oct 31 09:26 rpmfusion-free-updates-testing.repo
-rw-r--r--. 1 root root 1487 Oct 31 09:26 rpmfusion-nonfree-nvidia-driver.repo
-rw-r--r--. 1 root root 1345 Feb 6 2024 rpmfusion-nonfree.repo
-rw-r--r--. 1 root root 1391 Oct 31 09:26 rpmfusion-nonfree-steam.repo
-rw-r--r--. 1 root root 1342 Feb 6 2024 rpmfusion-nonfree-updates.repo
-rw-r--r--. 1 root root 1369 Oct 31 09:26 rpmfusion-nonfree-updates-testing.repo
mjg
(Michael J Gruber)
4
Sorry, overlooked that. They did not come with silverblue F40, did they?
I’m not sure. I don’t have NVIDIA-related stuff. Just rpmfusion will be extra, I believe.
mjg
(Michael J Gruber)
6
fedora-modular.repo
can go away. I’m no rpm-ostree user, though, so I’ll leave the proper rpm-ostree command to those in the know.
1 Like
Thank you, for now, I’ve set enabled=0
in that file.
EDIT: Seems to be working
1 Like
boredsquirrel
(boredsquirrel)
Tags updated
8