From: David P. <mo...@ma...> - 2001-02-08 20:22:01
|
> Message: 1 > From: Thomas Trueten <th...@tr...> > To: apt...@li... > Date: Thu, 8 Feb 2001 10:04:53 +0000 > Subject: [Apt-proxy-users] apt-proxy / KDE2 > > Hello all, > I've problems to connect to any debian KDE2 Mirrors in > apt-proxy. > > Here is my logfile: > #----------- > Bad URL /KDE2 directory does not exist on any server > #----------- > > I want to use the (existing) mirror on: > > deb ftp://ftp.wh9.tu-dresden.de/pub/linux/debian-stuff/KDE2 potato main \ > crypto optional qt1apps > > # ----------- > add_backend /KDE2/ \ > /home/ftp/pub/mirrors/debian/KDE2/ \ > ftp.wh9.tu-dresden.de::linux/debian-stuff/KDE2/ \ > #----------- I think you only need to add the "pub" to the backend above i.e.: add_backend /KDE2/ \ /home/ftp/pub/mirrors/debian/KDE2/ \ ftp.wh9.tu-dresden.de::pub/linux/debian-stuff/KDE2/ Good luck, dave panofsky. |