On Sun, 9 Jul 2017 15:19:42 -0700 Richard England <pdx.limey@xxxxxxxxx> wrote: > On 07/09/2017 02:48 PM, stan wrote: > > Do you have other files in /etc/yum.repos.d that might be overriding > > the fedora updates repo? > I've removed all but the fedora related files in yum.repos.d and it > had no effect. > > > > Try a > > dnf clean metadata > > in case you are trying to access a bad repo. > The error/traceback occurs with any dnf command I try, including the > clean commands That's bizarre. Is there anything strange in /etc/dnf/dnf.conf? Do you have repo overrides in there? Tell dnf to use only local data by putting the -C option dnf -C clean metadata It should ignore the fact that it can't connect. If it still doesn't, try disabling the network connection, and running it again. I wonder if this has something to do with deleting /var/cache/dnf? Do you have access to the web? Try going to koji and downloading all the latest f25 dnf update rpms, and updating dnf (or reinstalling if the latest are already installed). https://koji.fedoraproject.org/koji/buildinfo?buildID=869108 Use dnf -C reinstall [downloaded rpm names] from the directory where the downloaded files are. rpm -qa | grep -i dnf should get you a list of what you have installed; I think it is usually dnf, dnf-conf, dnf-yum, python2-dnf and python3-dnf. I'm stumped. Maybe someone else will be able to point you in the right direction. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx