For a while I haven’t been able to run dnf update
anymore:
fedora@localhost:~$ sudo dnf -v update
[sudo] password for fedora:
Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
DNF version: 4.2.15
cachedir: /var/cache/dnf
Unknown configuration value: failovermethod=priority in /etc/yum.repos.d/fedora-updates-modular.repo; Configuration: OptionBinding with id "failovermethod" does not exist
Unknown configuration value: failovermethod=priority in /etc/yum.repos.d/fedora-updates-modular.repo; Configuration: OptionBinding with id "failovermethod" does not exist
Unknown configuration value: failovermethod=priority in /etc/yum.repos.d/fedora-updates-modular.repo; Configuration: OptionBinding with id "failovermethod" does not exist
repo: using cache for: chenxiaolong-bumblebee
chenxiaolong-bumblebee: using metadata from Mon 16 Dec 2019 05:39:14 PM CET.
repo: downloading from remote: bintray--resin-io-redhat
error: Status code: 404 for https://resin-io.bintray.com/redhat/repodata/repomd.xml (IP: 52.29.129.139) (https://resin-io.bintray.com/redhat/repodata/repomd.xml). [ === ] --- B/s | 0 B --:-- ETA
error: Status code: 404 for https://resin-io.bintray.com/redhat/repodata/repomd.xml (IP: 52.29.129.139) (https://resin-io.bintray.com/redhat/repodata/repomd.xml). [ === ] 134 B/s | 41 B --:-- ETA
error: Status code: 404 for https://resin-io.bintray.com/redhat/repodata/repomd.xml (IP: 52.29.129.139) (https://resin-io.bintray.com/redhat/repodata/repomd.xml).
error: Status code: 404 for https://resin-io.bintray.com/redhat/repodata/repomd.xml (IP: 52.29.129.139) (https://resin-io.bintray.com/redhat/repodata/repomd.xml).
bintray--resin-io-redhat 22 B/s | 41 B 00:01
Error: Failed to download metadata for repo 'bintray--resin-io-redhat': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
/etc/dnf/dnf.conf
:
fedora@localhost:~$ cat /etc/dnf/dnf.conf
[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
throttle=999500k
ip_resolve=4
I’ve tried:
- running
sudo dnf clean all
- setting
zchunk=False
in/etc/dnf/dnf.conf
- setting
max_parallel_downloads=2
in/etc/dnf/dnf.conf
- setting
fastestmirror=false
in/etc/dnf/dnf.conf
None of those changes fixed it for me.