[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-proxy und Error 404



Hi Oliver,

Oliver Vecernik wrote:

Ich versuche auf meinem Debian Woody apt-proxy einzurichten, bisher aber ohne Erfolg. Ich habe folgende Einträge:

Kein Wunder!

/etc/apt-proxy/apt-proxy.conf:
.
add_backend /main/                    \
    $APT_PROXY_CACHE/debian/            \
    ftp.at.debian.org::debian/            \
    ftp.de.debian.org::debian/            \
    ftp2.de.debian.org::debian/            \
    ftp.uk.debian.org::debian/            \
    ftp.us.debian.org::debian/

Das ist rsync-Notation!

/etc/apt/sources.list:
.
deb http://p500:9999/main woody main contrib non-free

Und das ist http-Notation!

Ich bekomme folgende Meldungen:

p500:/home/ov# apt-get update
Err http://p500 woody/main Packages
  404 is not serviced by this server

Er sucht auf dem Server eine http-Quelle.

Kann mir jemand sagen, was ich falsch mache?

Trage folgendes in die apt-proxy ein:

add_backend /debian/                                    \
        $APT_PROXY_CACHE/debian/                        \
        http://ftp.de.debian.org/debian/                \
        http://ftp2.de.debian.org/debian/

dann klappt es!

Gruss Udo



Reply to: