Error populating transaction, anaconda is retrying

Hi,

I have the same problem.

CentOS 8, Foreman 2.4.1 and Katello 2.4.1 (trying installation through a proxy).
pulpcore-selinux-1.2.4-1.el8.x86_64
python3-pulp-certguard-1.1.0-1.el8.noarch
python3-pulp-container-2.2.2-1.el8.noarch
python3-pulpcore-3.9.1-2.el8.noarch
python3-pulp-deb-2.9.2-1.el8.noarch
python3-pulp-file-1.5.0-1.el8.noarch
python3-pulp-rpm-3.10.0-1.el8.noarch
rubygem-smart_proxy_pulp-2.1.0-3.fm2_2.el8.noarch

The logfile of the apache-server shows the file being fetched with code 200, but anaconda does not seem to accept it.

Strange enough, it’s also sg3_utils in my case.

Hi all,
I experienced a similar issue.
I was serving files using python http.server.
Found a solution here:

and more specifically:


Changed the file server to the one discussed here:
Issue 42643: http.server does not support HTTP range requests - Python trackerGitHub - danvk/RangeHTTPServer: SimpleHTTPServer with support for Range requests

This solved the issue for me.

1 Like