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

Problem apt-proxy



Hallo,

bei mir will apt-proxy nicht so recht, Fehlermeldung siehe unten. /var/cache/apt-proxy hat entsprechende Rechte:
ls -la | grep apr-proxy
1 drwxr-xr-x 5 	apr-proxy	root	apt-proxy

Was mache ich falsch?

stockholm:~# apt-get update
Err http://localhost stable/main Packages
  404 directory does not exist on any server
Ign http://localhost stable/main Release
Failed to fetch http://localhost:9999/debian/dists/stable/main/binary-i386/Packages 404 directory does not exist on any server
Reading Package Lists... Done
Building Dependency Tree... Done
W: Couldn't stat source package list http://localhost stable/main Packages (/var/lib/apt/lists/localhost:9999_debian_dists_stable_main_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.
stockholm:~#

Die Config Files:

### BEGIN /etc/apt/sources.list

deb http://localhost:9999/debian/   stable main

### END


### BEGIN /etc/apt-proxy/apt-proxy.conf

APT_PROXY_CACHE=/var/cache/apt-proxy

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


CLEANUP_DAYS=14
CLEAN_SWEEP=60
MAX_VERSIONS=2
BACKEND_FREQ=240
RSYNC_TIMEOUT=30
WGET_TIMEOUT=30
#WGET=wget
#RSYNC=rsync
#KEEP_STATS=1
DEBUG=true

### END



Reply to: