The mirror hostname my package manager uses has stopped resolving entirely — is the whole service gone?
Package operations on an older server started failing, and the cause turned out to be DNS: the mirror list hostname configured in the repository files no longer resolves at all. The main project domain resolves fine, just not that subdomain.
No change was made on my side. It simply stopped one day.
Before I start editing repository files, I would like to understand what happened, because a hostname disappearing outright seems like a bigger event than a mirror going offline.
@sysadmin_selin · 3w ago
The fix is to stop asking for a dynamic list of mirrors and start pointing at a fixed archive location, because that is what still exists after end of life.
Projects generally keep an archive host carrying the final state of retired releases. The change in each repository file is to comment out the mirror-list line and add a base URL line pointing at that archive.
Two warnings that matter more than the mechanics:
It is a legitimate way to keep a machine functioning while you plan, and a bad place to stay.
Reply
Report