Re: https://www.debian.org/mirror/list debian.inode.at 403 Forbidden
Calum McConnell <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2021-03-18 at 10:18 +0100, mx vx wrote:
> Hi
>
> I do not use mobile devices.
>
> I use the same DSL Line for years.
>
> In jul 2020 I set up a debian box with:
> deb http://debian.inode.at/debian/ bullseye main contrib
Having 'contrib' but not 'non-free' isn't an improvement: with only a few
exceptions, the 'contrib' section contains packages that depend on those
in 'non-free'. That is just a minor and irrelevant quibble: it isn't
causing your current problem.
> since about march I get this (I tried it today again)
>
> E: Failed to fetch
> http://debian.inode.at/debian/dists/bullseye/InRelease 403 Forbidden
> [IP: xx.xx.xx.xx 80]
I can confirm that debian.inode.at is giving me a 403 as well.
debian.inode.at is not a Debian project website: it appears to be a German
internet provider. We have no control over what they do or do not put on
their website.
If inode.at (or magenta.at) is not your internet service provider, and you
don't get discounts for updating from them, I would recommend switching
your sources.list to use deb.debian.org.
The new file would look like:
deb https://deb.debian.org/debian/ bullseye main
(I also made a few extra changes. One is using HTTPS, and the other is
removing 'contrib').
If you do use them as your service provider, or if you would gain
additional charges for potentially international connections, there are a
few steps you could take.
Firstly, try contacting them. They may have unintentionally stopped their
mirror, or have migrated it to somewhere else. If you are a customer of
theirs, then you have a decent chance at persuading them to start
providing it once more.
Second, try finding another German mirror. A list of all such mirrors
can be found here: https://www.debian.org/mirror/list
Third, you can use deb.debian.org, but minimize the bandwidth usage by
also making use of the debdelta package. Debdelta reduces the size of apt
updates by only downloading the changes made by an updating package.
Install it with
sudo apt install debdelta
Then use the following commands to upgrade your system:
sudo apt update
sudo debdelta-upgrade
sudo apt upgrade
(You would use those commands instead of any graphical software manager,
but some software managers may use debdelta if it is present)
> E: The repository 'http://debian.inode.at/debian bullseye InRelease' is
> not signed.
>
> I missed the second line: about an unsigned file I guess.
> I suppose that is a result of the line above.
It is, yes. That error is given whenever the server can be contacted, but
the package files in it are not usable.
Hope this helps,
Calum
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE/vC/PEGxsMPJ5u5w7/Xh1+DNmzIFAmBXuEgACgkQ7/Xh1+DN mzJYSxAAmnYf3dsqjkzhpM2nJJdOlOmfQcAq/QQI8nDt3V4H7GMcc8qE8aa+ghw4 jPiMEQt/2SDaSbkZrD3mDxW0YOqvr3G0Dw5WyXE7nDso449ijbUSh70H8a7Rv32D oLPH/4fAliU5GuykEyjG/u4QL4A+UsASo5M+w3quvWkEwE46BdoU05RADeIoFWwc MvqSMGL7ZmBHwL9VHgh+wYIJ6CYeklQXZJhTgPnXyQOyHCzBzKMoWTnAmciU7SOx lYHY3TjeazVlIKln0jmSNuF37Jc+YUnBf66DB+umz+etfTkAmEVqVLKDumriNDFi UH2unxoSHgdEAF+QAPnadeC4DE7RSeHWngwwWCNc1Zq/B2D54Mv9YLyl7Fq1RbMZ MP7cSnN7lgrSUIvhaetyN53d4rr/ZoPzqnb3v7UFy0KBUZrxHUXdV63PDYvkCX9u zBIps+eRJfuu64OynLB3G5qh0UoP4RmpUi9HXt1aook98f38c1dDNeRHz1FuOvGK eyY4J26LmQZg74IiUI3CIi48AzzMoH//tJsGvs+opzjltCZyOCnAw7uZV2y/os0P 9d1c0WPw9yvHStEQk9Va43cMwvT605OMiVEAND2faJufCUW9Kpa9GLa2yZnfmoRZ 5aOgKcCnjrXYgnE3v45mRlOfZVX+uZJhQISn5I5Pl8TAk5rKh8Y= =dhBb -----END PGP SIGNATURE-----