On Sun, 9 Jul 2017 12:21:28 -0700 Richard England <pdx.limey@xxxxxxxxx> wrote: > Recently I've started seeing failure with dnf update. It appears > that I'm attempting to access a RedHat ipaddress presumably to update > the repomd.xml file but it is failing and seems to indicate that > there is a "network failure" (code 4) > > http://209.132.178.35/25/repomd.xml appears to be a dead link > > I have attempted to remove /var/dnf/cache completely thinking it was > storing the IPaddr there but to no avail. Where is this URL/IPaddr > coming from? Do you have other files in /etc/yum.repos.d that might be overriding the fedora updates repo? Try a dnf clean metadata in case you are trying to access a bad repo. If that doesn't work, look for non-regulation repo files in /etc/yum.repos.d and disable them. > Has anyone else encountered this or know where to start to debug? I > have found that all three of my Fedora 25 systems are exhibiting the > same symptom. dnf update is working fine here. Does your /etc/yum.repos.d/fedora-updates.repo file look like this? [updates] name=Fedora $releasever - $basearch - Updates failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch enabled=1 gpgcheck=1 metadata_expire=6h gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch skip_if_unavailable=False [updates-debuginfo] name=Fedora $releasever - $basearch - Updates - Debug failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/debug/ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch enabled=0 gpgcheck=1 metadata_expire=6h gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch skip_if_unavailable=False [updates-source] name=Fedora $releasever - Updates Source failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPMS/ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch enabled=0 gpgcheck=1 metadata_expire=6h gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch skip_if_unavailable=False _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx