Posts for: #Apt

squid and apt

In the past few months apt-get update started failing when using a squid3 web cache.

It woudl give errors like these…

  • 404 Not Found [IP: 149.20.20.135 80]
  • The HTTP server sent an invalid reply header [IP: 130.89.149.227 80]
  • Failed to fetch .../Packages 404 Not Found [IP: 149.20.20.135 80]
  • Failed to fetch .../Sources 404 Not Found [IP: 149.20.20.135 80]
  • etc
Read more →

secure apt-get

Debiean-heads might find it interesting that Joey Hess has produced a detailed SecureApt article on how to use security features of apt-get.

The particularly interesting bits are:

  • details about the security levels put into packages
  • examples of how apt-key aught to be used
  • timeline that the debian pgp keys will adhere to
  • problems to be avoided and symptoms you will see if you have ’em
  • links to relevant documentation
Read more →