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

apt-proxy-import help



Hi everyone,

I am making some tests with apt-proxy.
apt-proxy is working perfectly. I have been purging gpm, removing the
gpm deb on the local caches, proxy on the proxy, on other machines and
all these work perfectly.
Let's call the apt-proxy server horus.
The 'source.list' file :
horus:/etc/apt# grep -v '#'  sources.list |sed -e '/^ *$/d'
deb http://horus:9999/debian/ etch main non-free contrib
deb-src http://horus:9999/debian/ etch main non-free contrib
deb http://horus:9999/marillat/ etch  main

Excerpt of /etc/apt-proxy/apt-proxy-v2.conf
horus:/etc/apt# grep -A14 '\[debian\]'  /etc/apt-proxy/apt-proxy-v2.conf
|grep -v ';'
[debian]
backends =
        http://ftp.kulnet.kuleuven.ac.be/debian
horus:/etc/apt# grep -A3 '\[marillat\]'
/etc/apt-proxy/apt-proxy-v2.conf |grep -v ';'
[marillat]
backends =
        ftp://ftp.nerim.net/debian-marillat/

The problem is that I cannot import the previous /var/cache/apt/archive
files:

All I get is:
2006/03/04 08:16 CET [-] Log opened.
2006/03/04 08:16 CET [-] [import] Importing packages from directory
tree: /var/cache/apt/archives/
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
debian backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
marillat backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
security backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
debian-non-US backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
debian backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
marillat backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
security backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
debian-non-US backend
2006/03/04 08:16 CET [-] [import] pciutils_1%3a2.1.11-15.3_i386.deb
skipped - no suitable backend found
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
debian backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
marillat backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
security backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
debian-non-US backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
debian backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
marillat backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
security backend
2006/03/04 08:16 CET [-] [apt_pkg] No Packages files available for
debian-non-US backend
2006/03/04 08:16 CET [-] [import] libconfigfile-perl_1.2.1_all.deb
skipped - no suitable backend found
</cut>
and so on...
Any clue to solve this problem?
Thanks in advance.

Johan



Reply to: