From: Roland G. <rol...@me...> - 2002-09-12 05:09:23
|
Hi Michael, Your /etc/apt/sources.list looks similar to mine: # woody - stable deb http://localhost:9999/debian woody main contrib non-free deb http://localhost:9999/non-US woody/non-US main contrib non-free deb http://localhost:9999/security woody/updates main contrib non-free When I debug problem with apt-proxy, I comment out these lines and try something very simple like: deb http://localhost:9999/debian woody main This way it's easier to understand the output of apt-get and the apt-proxy log. I've been using apt-proxy for a while now and have customised my apt-proxy.conf file. I'm not sure what is contained in the current default apt-proxy.conf file but mine contains: add_backend /debian/ \ $APT_PROXY_CACHE/debian/ \ ftp.au.debian.org::debian/ \ ftp.debian.org::debian/ add_backend /non-US/ \ $APT_PROXY_CACHE/non-US/ \ ftp.au.debian.org::debian-non-us/ \ non-us.debian.org::debian-non-US/ add_backend /security/ \ $APT_PROXY_CACHE/security/ \ ftp.au.debian.org::debian-security/ \ security.debian.org::debian-security/ \ non-us.debian.org::debian-security/ An important issue here is that you can't have comments in a add_backend statement. What is in your /var/log/apt-proxy.log? Cheers, Roland. -- Tell me and I'll forget; show me and I may remember; involve me and I'll understand - Chinese Proverb. > -----Original Message----- > From: Michael West [mailto:we...@mi...] > Sent: Thursday, 12 September 2002 1:38 PM > To: apt...@li... > Subject: Re: [Apt-proxy-users] 404 is not serviced by this server > > > This is not my second box. I preparation for my second box I am > trying to get this running on the one I have so that I > can migrate > my existing debs into the cache before I install on the new one. > > Thanks for the quick response! > > ~Michael |