#include <i18n/hallo.h> * Raúl Sánchez Siles [Sat, May 23 2009, 12:21:32AM]:
> I place this line in sources.list which holds the mirror I regularly use: > deb http://localhost:3142/ftp.gul.uc3m.es/debian/ unstable main contrib > non-free > > After that: > aptitude update > aptitude -q -o Debug::Acquire::Http=true ... > HTTP/1.1 404 Not Found > Date: Fri May 22 21:53:47 2009 > Server: Debian Apt-Cacher NG/0.3.11 > Connection: keep-alive Ok, here is one little bug, some information is missing. Usually, X-Original-Source: should have appeared telling the original source where 404 came from. > 1243029227|M|Download of debrep/pool/main/d/dpkg/dpkg_1.15.1_amd64.deb > finished > 1243029227|I|468|127.0.0.1|debrep/pool/main/d/dpkg/dpkg_1.15.1_amd64.deb > 1243029227|O|119|127.0.0.1|debrep/pool/main/d/dpkg/dpkg_1.15.1_amd64.deb > > But if I do: > wget http://ftp.gul.uc3m.es/debian/pool/main/d/dpkg/dpkg_1.15.1_amd64.deb > I do get the file. > > Problem with this kind of issues is that mirrors are such a moving target > and > it's difficult to reproduce, so adding instructions on the acng would have Actually, they are not really moving that fast. According to the log, you got the file through some backend description. I.e. access to ftp.gul.uc3m.es was rerouted to some other one from your configuration, and I guess this mirror is broken. To get an idea, try: wget -S http://localhost:3142/ftp.gul.uc3m.es/debian/dists/unstable/Release and watch out for a header line like: X-Original-Source: http://debian.netcologne.de/debian/dists/unstable/Release Then edit the Remap-... directive or the file referenced there and remove/replace the faulty mirror. Regards, Eduard. -- <Salz> jjFux: Ted hieß ja früher auch Walther <Salz> winkiller: hm... es sind 8... die 7 kandidaten und NOTA <Madkiss> Ist der jetzt eigentlich eine gespaltene Persönlichkeit, bei der aber beide Teile bekloppt sind? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

