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

apt-proxy-import



... scheint mir genau das Programm zu sein, daß ich brauche, aber offensichtlich bin ich zu blöd es zu bedienen.

ich rufe es auf mit

apt-proxy-import /var/cache/apt/archives/


und dann erzählt er mir

'apt-proxy-import: No backend filelists found.'


Die Funktion, die das auswirft ist

add_backend()
{
    if [ -n "`ls $2.apt-proxy-filelists/* 2>/dev/null`" ] ;then
        BACKENDS="$BACKENDS $2.apt-proxy-filelists/*"
    else
        info "Backend $2 does not have filelists - skipped"
    fi
}

und gelesen wird offensichtlich '/etc/apt-proxy/apt-proxy.conf'
und darin steht

add_backend /debian/                                    \
        $APT_PROXY_CACHE/debian/                        \
        http://ftp.de.debian.org/debian/                \
        http://ftp.uk.debian.org/debian/                \
        http://ftp.us.debian.org/debian/                \
        +ftp.us.debian.org::debian/

wobei
APT_PROXY_CACHE=/var/cache/apt-proxy
gilt.


Bitte helft mir: Was mache ich falsch?


Gruß

Malte



Reply to: