
Hello all, In my /etc/apt/sources.list I have been using the following mirror: deb http://ftp.au.debian.org/debian/ bullseye main non-free contrib The last few days it's returning error messages such as the following: E: Failed to fetch http://ftp.au.debian.org/debian/pool/main/t/tree/tree_1.8.0-1+b1_amd64.deb Unable to connect to ftp.au.debian.org:http: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Running the suggested apt-get update also fails, and with -f does too of course. If I look for a package from the packages.debian.org site, when trying to download from ftp.au.debian.org/, it won't connect. However, if I try and get the package from ftp.nz.debian.org/debian, the package downloads succesfully. If, in my sources.list I change from the Australian mirror ftp.au.debian.org/debian, to ftp.nz.debian.org/debian, I get an error message: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package inxi That is when changing: deb http://ftp.au.debian.org/debian/ bullseye main non-free contrib to deb http://ftp.nz.debian.org/debian/ bullseye main non-free contrib fails. I'm writing to ask if the problem I'm having is common and there's a problem like congestion with the au mirror, and also how to change mirrors in the sources.list so that I can install and update. ben