> Hi,
Hi Jay!
> I"m feeling like a nob, but I can"t get this to work. In the
> past, I"ve had apt-proxy v1 working, but that machine is long
> gone so I can"t copy from it.
>
> I"m running apt-proxy on a debian Sarge machine, and I"m
> trying to access the proxy from a Sarge machine (fresh install
> last night)
>
> I"m getting the following error:
>
> laptop:~# apt-get update
> Err http://pt testing/main Packages
> 404 is not serviced by this server
> Ign http://pt testing/main Release
> Err http://pt testing/main Sources
> 404 is not serviced by this server
> Ign http://pt testing/main Release
[...]
> Below are my config files. Hoping for some help, because I"m stuck.
>
> Thanks
> Jay
>
> my client, sources.list:
>
> laptop:~# cat /etc/apt/sources.list
>
> deb http://pt:9999 testing main
> deb-src http://pt:9999 testing main
>
> #deb http://security.debian.org/ testing/updates main
Add the name of the backend to your servers in /etc/apt/sources.list:
deb http://pt:9999/main testing main
deb-src http://pt:9999/main testing main
should work.
Bye,
Matthias
|