[07:31] ghavil: there's https://wiki.ubuntu.com/Mirrors/Scripts as well [09:19] hi [09:22] I have setup a public mirror for ubuntu. I have set a cron to update the mirror regularly. Bu the log shows [09:22] Sun Mar 12 22:01:10 2023: Deleted MirrorDistroArchSeries of ubuntu lunar armhf main with url https://mirrors-ubuntu.behostings.com/ubuntu/dists/lunar/main/binary-armhf/Packages.gz because: Bad response code: 404. [09:22] Sun Mar 12 22:01:10 2023: Deleted MirrorDistroArchSeries of ubuntu lunar arm64 main with url https://mirrors-ubuntu.behostings.com/ubuntu/dists/lunar/main/binary-arm64/Packages.gz because: Bad response code: 404. [09:22] Sun Mar 12 22:01:10 2023: Ensuring MirrorDistroArchSeries of ubuntu lunar i386 main with url https://mirrors-ubuntu.behostings.com/ubuntu/dists/lunar/main/binary-i386/Packages.gz exists in the database. [09:22] Sun Mar 12 22:01:11 2023: Ensuring MirrorDistroArchSeries of ubuntu lunar amd64 main with url https://mirrors-ubuntu.behostings.com/ubuntu/dists/lunar/main/binary-amd64/Packages.gz exists in the database. [09:22] Why some files shows 404 ? [09:22] I have setup the cron with script as below: [09:22] ***************** [09:22] #/bin/dash [09:22] fatal() { [09:22]   echo "$1" [09:22]   exit 1 [09:22] } [09:22] warn() { [09:22]   echo "$1" [09:22] } [09:22] # Find a source mirror near you which supports rsync on [09:22] # https://launchpad.net/ubuntu/+archivemirrors [09:23] @all anyone ?