andb
September 29th, 2007, 01:41 PM
I have one 6.06 server set up as an apt-proxy server. All of the desktop clients (edgy, feisty) work fine.
The other 6.06 servers were hanging when dloading headers. So I had to change /etc/apt/apt.conf, as per https://help.ubuntu.com/community/AptProxy
Acquire::http::Proxy "false";
change this to
Acquire::Proxy "false";
Problem is this: while the clients of apt-proxy (the 6.06 servers) are then able to read header files and download the appropriate .deb files, the files are ALWAYS downloaded form internet, even when they are already cached at the apt-proxy server.
The machines are all in my home, with a limited bandwidth connection, so maintaining a full mirror of the repositories is not appropriate, nor do I want each machine to be pulling down updates, as I do lots of testing using virtual machines.
Anyone know a fix for this behavior, to get the other client 6.06 servers to pull from the apt-proxy server's already cached .debs?
The other 6.06 servers were hanging when dloading headers. So I had to change /etc/apt/apt.conf, as per https://help.ubuntu.com/community/AptProxy
Acquire::http::Proxy "false";
change this to
Acquire::Proxy "false";
Problem is this: while the clients of apt-proxy (the 6.06 servers) are then able to read header files and download the appropriate .deb files, the files are ALWAYS downloaded form internet, even when they are already cached at the apt-proxy server.
The machines are all in my home, with a limited bandwidth connection, so maintaining a full mirror of the repositories is not appropriate, nor do I want each machine to be pulling down updates, as I do lots of testing using virtual machines.
Anyone know a fix for this behavior, to get the other client 6.06 servers to pull from the apt-proxy server's already cached .debs?