From: Chris H. <chr...@gm...> - 2002-09-12 14:22:10
|
On Thu, Sep 12, 2002 at 06:58:35AM -0700, Michael West wrote: > I am unable to get non-US or security updates still. The rest > comes through OK. > add_backend /non-US/ \ > $APT_PROXY_CACHE/non-US/ \ > http://non-us.debian.org/debian-non-US I don't see a directory called debian-non-US at http://non-us.debian.org. Quoting from the example apt-proxy.conf: # Debian non-US #deb http://APTPROXY:9999/non-US stable/non-US main contrib non-free #deb http://APTPROXY:9999/non-US woody/non-US main contrib non-free #deb http://APTPROXY:9999/non-US sarge/non-US main contrib non-free #deb http://APTPROXY:9999/non-US sid/non-US main contrib non-free add_backend /non-US/ \ $APT_PROXY_CACHE/non-US/ \ http://non-us.debian.org/ \ http://ftp.de.debian.org/debian-non-US/ \ http://ftp.uk.debian.org/debian-non-US/ \ +ftp.de.debian.org::debian-non-US/ > add_backend /security/ \ > $APT_PROXY_CACHE/security/ \ > http://security.debian.org Your add_backend looks OK but you've probably got something wrong in sources.list. # Debian security #deb http://APTPROXY:9999/security stable/updates main contrib non-free #deb http://APTPROXY:9999/security woody/updates main contrib non-free #deb http://APTPROXY:9999/security sarge/updates main contrib non-free add_backend /security/ \ $APT_PROXY_CACHE/security/ \ http://security.debian.org/ > My sources list is the same as before. I am so close! I can't find a mail that contains your sources.list, but the above should help you anyway. Chris |