You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a strange issue with apt-mirror (tried this version after the regular apt-mirror didnt work).
For my ubuntu 22.04 repo, some files are not downloaded when I run apt-mirror.
When I run "apt install mono-runtime-common" I'm greeted by: E: Failed to fetch http://<repo-url>/ubuntu/pool/universe/m/mono/mono-runtime-common_6.8.0.105%2bdfsg-3.2_amd64.deb (404)
It does however exist on http://se.archive.ubuntu.com (the repo I'm mirroring). It seems to be files with "-3.2" in them that are missing and fail when I try to install them (not confirmed). I dont see anything obvious in apt mirror logs. I have noticed that some urls get cut off when apt mirror tries to download the associated files, like:
http://se.archive.ubuntu.com/ubuntu/pool/main/s/ssl-cert/ssl-cert_ which results in a 404, since there is no file by that name.
So, I suspect something in the apt mirror-code is cutting off URLs, causing some packages to fail when called using apt install. They are simply never downloaded to the repo. Haven't been able to figure out what is wrong. Would love some help!
The text was updated successfully, but these errors were encountered:
Hi,
I am having a strange issue with apt-mirror (tried this version after the regular apt-mirror didnt work).
For my ubuntu 22.04 repo, some files are not downloaded when I run apt-mirror.
When I run "apt install mono-runtime-common" I'm greeted by:
E: Failed to fetch http://<repo-url>/ubuntu/pool/universe/m/mono/mono-runtime-common_6.8.0.105%2bdfsg-3.2_amd64.deb
(404)It does however exist on http://se.archive.ubuntu.com (the repo I'm mirroring). It seems to be files with "-3.2" in them that are missing and fail when I try to install them (not confirmed). I dont see anything obvious in apt mirror logs. I have noticed that some urls get cut off when apt mirror tries to download the associated files, like:
http://se.archive.ubuntu.com/ubuntu/pool/main/s/ssl-cert/ssl-cert_
which results in a 404, since there is no file by that name.So, I suspect something in the apt mirror-code is cutting off URLs, causing some packages to fail when called using apt install. They are simply never downloaded to the repo. Haven't been able to figure out what is wrong. Would love some help!
The text was updated successfully, but these errors were encountered: