I have a Debian STABLE machien that I need to isntall at work behind a very restricitive firewall. I have a Squid server runing thta can get through the firewall (HTTP only ftp does not work). I have set up /etc/apt/apt.conf like this:
// Pre-configure all packages before they are installed. // (Automatically added by debconf.) DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; // HTTP method configuration http { Proxy "http://squid.ourcompany.com:3128"; Timeout "120"; Pipeline-Depth "5"; // Cache Control. Note these do not work with Squid 2.0.2 No-Cache "false"; Max-Age "86400"; // 1 Day age on index files No-Store "false"; // Prevent the cache from storing archives }; But it does not work, and I don't see it trying to hit the proxy in the squid access logs, whne I do a "Update Available". What am I doing wrong? -- Stan Brown [EMAIL PROTECTED] 843-745-3154 Charleston SC. -- Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. - (c) 2000 Stan Brown. Redistribution via the Microsoft Network is prohibited.