phibid
phibid
In fact, the static guide is wrong too: http://static.open-scap.org/ssg-guides/ssg-sle15-guide-standard.html
Opening this new case following https://github.com/ansible/ansible/issues/78560 which was wrongly closed (my bad ...)
We have this exact same issue on some registered Ubuntu 18.04 servers going through a proxy, for the `linux-firmware` package (71MB big). We suspect this issue because of some network...
New issue created for the squid misbehaviour https://github.com/uyuni-project/uyuni/issues/5241
Ah ok, thanks for this. Ideally the *.deb should be cached in Squid. Let's see if this can be improved/corrected.
In fact, the only logs I can see are located in `rhn_web_ui.log`: ``` 2022-07-25 11:09:07,905 [ajp-nio-0:0:0:0:0:0:0:1-8009-exec-10] INFO com.suse.manager.webui.controllers.DownloadController - 404 - File not found: /var/cache/rhn/repodata/ubuntu-2004-amd64-uyuni-client/Packages.zst 2022-07-25 11:09:08,432 [ajp-nio-0:0:0:0:0:0:0:1-8009-exec-3] INFO com.suse.manager.webui.controllers.DownloadController...
A simple wget just does not work: ``` root@uyuni01v : ~ # wget https://uyuni_proxy/download/package/46576c3e97f81e70cb822174e784dfb50f76bdc1/1658784357555/2/708676/venv-salt-minion-3004-2.4.uyuni.amd64-deb.deb --2022-07-25 12:27:43-- https://uyuni_proxy/download/package/46576c3e97f81e70cb822174e784dfb50f76bdc1/1658784357555/2/708676/venv-salt-minion-3004-2.4.uyuni.amd64-deb.deb Resolving uyuni_proxy (uyuni_proxy)... 10.10.10.10 Connecting to uyuni_proxy (uyuni_proxy)|10.10.10.10|:443... connected. HTTP request sent, awaiting...
Ah, finally found the error in the `error.log` of the Apache of the Uyuni proxy: ``` [Mon Jul 25 11:44:13.961929 2022] [wsgi:error] [pid 5484] [client 10.10.10.10:46906] Extra information about this...
Ok, noticed that this symlink was missing: ``` lrwxrwxrwx 1 root root 47 May 20 18:29 /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT -> /etc/pki/trust/anchors/RHN-ORG-TRUSTED-SSL-CERT ``` Created it again, and all working now. Not sure why...
Ah, to be honest, I was totally unaware about this 'Task Engine Status' web page, haha. Thanks for the tip. I will check it to see if indeed some tasks...