I am just about to set up my second debian box and am trying to get
apt-proxy working for the first time. I am unable to successfully
run `apt-get update` I am running woody.
I am using the default apt-proxy.conf which came with the package.
From the apt-proxy.conf man page "The supplied apt-proxy.conf will
work out of the box"
I am using the sources.list from the apt-proxy.conf man page for
testing.
deb http://localhost:9999/debian woody main non-free contrib
deb-src http://localhost:9999/debian woody main non-free contrib
netstat shows listening on 9999:
tcp 0 0 *:9999 *:* LISTEN
When I run apt-get update I get:
-------------------
Err http://localhost woody/main Packages
404 is not serviced by this server
Ign http://localhost woody/main Release
Err http://localhost woody/non-free Packages
404 is not serviced by this server
Ign http://localhost woody/non-free Release
Err http://localhost woody/contrib Packages
404 is not serviced by this server
Ign http://localhost woody/contrib Release
Err http://localhost woody/main Sources
404 is not serviced by this server
Ign http://localhost woody/main Release
Err http://localhost woody/non-free Sources
404 is not serviced by this server
Ign http://localhost woody/non-free Release
Err http://localhost woody/contrib Sources
404 is not serviced by this server
Ign http://localhost woody/contrib Release
led to fetch
http://localhost:9999/debian/dists/woody/main/binary-i386/Packages 404
is not serviced by this server
Failed to fetch
http://localhost:9999/debian/dists/woody/non-free/binary-i386/Packages
404 is not serviced by this server
Failed to fetch
http://localhost:9999/debian/dists/woody/contrib/binary-i386/Packages
404 is not serviced by this server
Failed to fetch
http://localhost:9999/debian/dists/woody/main/source/Sources 404 is not
serviced by this server
Failed to fetch
http://localhost:9999/debian/dists/woody/non-free/source/Sources 404 is
not serviced by this server
Failed to fetch
http://localhost:9999/debian/dists/woody/contrib/source/Sources 404 is
not serviced by this server
Reading Package Lists... Done
Building Dependency Tree... Done
W: Couldn't stat source package list http://localhost woody/main
Packages
(/var/lib/apt/lists/localhost:9999_debian_dists_woody_main_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://localhost woody/non-free
Packages
(/var/lib/apt/lists/localhost:9999_debian_dists_woody_non-free_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://localhost woody/contrib
Packages
(/var/lib/apt/lists/localhost:9999_debian_dists_woody_contrib_binary-i386_Packages)
- stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old
ones used instead.
-------------------
Any ideas on how to get started with apt-proxy for me?
~Michael
|