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?

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 --verbose update
cachedir: /var/cache/dnf
Loaded plugins: playground, debuginfo-install, system-upgrade, reposync, config-manager, noroot, zsync, protected_packages, needs-restarting, Query, generate_completion_cache, builddep, download, copr
DNF version: 1.1.10
Traceback (most recent call last):
  File "/usr/bin/dnf", line 58, in <module>
    main.user_main(sys.argv[1:], exit_code=True)
File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 174, in user_main
    errcode = main(args)
File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 60, in main
    return _main(base, args)
File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 93, in _main
    cli.configure(list(map(ucd, args)))
File "/usr/lib/python3.5/site-packages/dnf/cli/cli.py", line 1048, in configure
    self.base._plugins.run_config()
  File "/usr/lib/python3.5/site-packages/dnf/plugin.py", line 82, in fn
    dnf.util.mapall(operator.methodcaller(method), self.plugins)
  File "/usr/lib/python3.5/site-packages/dnf/util.py", line 186, in mapall
    return list(map(fn, *seq))
File "/usr/lib/python3.5/site-packages/dnf-plugins/dnf_zsync.py", line 207, in config
    self.impl.sync_metadata(self.base.repos['updates'].cachedir)
File "/usr/lib/python3.5/site-packages/dnf-plugins/dnf_zsync.py", line 120, in sync_metadata
    repomd = self.download_repomd()
File "/usr/lib/python3.5/site-packages/dnf-plugins/dnf_zsync.py", line 30, in download_repomd
    ], stderr=FNULL).decode('utf-8')
  File "/usr/lib64/python3.5/subprocess.py", line 316, in check_output
    **kwargs).stdout
  File "/usr/lib64/python3.5/subprocess.py", line 398, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['wget', 'http://209.132.178.35/25/repomd.xml', '-O-']' returned non-zero exit status 4
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to