![](https://seccdn.libravatar.org/avatar/a0e12fa926f8dcfec32dbc2490bdf31b.jpg?s=120&d=mm&r=g)
On Tue, 2022-07-12 at 01:37 +0000, Paul-Andre Panon wrote:
For the containerized proxy, I managed to get to the point where I could build a test VM to use with it. I bootstrapped the VM and it appears to be properly registered in Uyuni [...]. The system shows up in the system list and the high state seems to have succeeded and apt update shows the list of channels with URLs based on the proxy server. I was also able to change the channels to an LCM channel set properly.
Good!
However trying to actually apply/push updates from the Uyuni server is failing. The event history reports ... pkg_|-pkg_installed_|-pkg_installed_|-installed: name: pkg_installed result: false changes: { } comment: |- Problem encountered installing package(s). Additional info follows:
errors: - Running scope as unit: run-r61db306406824d96a102fa680f075ff1.scope E: Failed to fetch https://<proxy.fqdn>:443/rhn/manager/download/ubuntu20-devtest-ubuntu-2004-amd64-main-updates-uyuni/getPackage/linux-firmware_1.187.31-X.all-deb.deb Connection failed [IP: 10.xx.yy.xx 443] E: Failed to fetch https://<proxy.fqdn>:443/rhn/manager/download/ubuntu20-devtest-ubuntu-2004-amd64-main-updates-uyuni/getPackage/snapd_2.54.3+20.04.1ubuntu0.3-X.amd64-deb.deb Connection failed [IP: 10.xx.yy.zz 443] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing
Now going to the https://<prxy.fqdn>/pub folder works fine, so it's not a firewalling or name resolution. If I try to go to the URL in a browser I get a 403 error (but I also get an error about a missing token if try the same path on the Uyuni server proper). Trying to get an apt-get upgrade on the minion gives:
62 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. Need to get 125 MB/221 MB of archives. After this operation, 90.9 MB of additional disk space will be used. Do you want to continue? [Y/n] Err:1 https://<proxy.fqdn>:443/rhn/manager/download ubuntu20-devtest-ubuntu-2004-amd64-main-updates-uyuni/ linux-firmware 1.187.31 Could not wait for server fd - select (11: Resource temporarily unavailable) [IP: 10.40.11.185 443] E: Failed to fetch https://<proxy.fqdn>:443/rhn/manager/download/ubuntu20-devtest-ubuntu-2004-amd64-main-updates-uyuni/getPackage/linux-firmware_1.187.31-X.all-deb.deb Could not wait for server fd - select (11: Resource temporarily unavailable) [IP: 10.xx.yy.zz 443] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I didn't see anything in the troubleshooting clients which seems to apply.
Do you have a way for me to reliably reproduce this issue? -- Cédric