You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
(5) |
Mar
|
Apr
(2) |
May
(3) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2002 |
Jan
(2) |
Feb
(5) |
Mar
(14) |
Apr
(1) |
May
(7) |
Jun
(2) |
Jul
(7) |
Aug
(13) |
Sep
(21) |
Oct
(3) |
Nov
|
Dec
|
2003 |
Jan
(6) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(5) |
Nov
|
Dec
(3) |
2004 |
Jan
(11) |
Feb
(2) |
Mar
(4) |
Apr
|
May
(9) |
Jun
|
Jul
(1) |
Aug
(12) |
Sep
(6) |
Oct
(7) |
Nov
(10) |
Dec
(3) |
2005 |
Jan
(22) |
Feb
(20) |
Mar
(5) |
Apr
(10) |
May
(15) |
Jun
(14) |
Jul
(9) |
Aug
(3) |
Sep
(7) |
Oct
(1) |
Nov
(3) |
Dec
(12) |
2006 |
Jan
(1) |
Feb
(1) |
Mar
(5) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(2) |
2007 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Debian U. <j_h...@tp...> - 2002-10-04 10:23:15
|
Hi I have been trying to install kde3 via apt-proxy but am having been unable to get it to connect to a server when using kde3. My entry in the source.list file is #To get kde3 deb http://localhost:9999/kde3/ ./ #deb http://localhost:9999/debian-people/~njordan kde3.0/ While my entry in apt-proxy.conf is # KDE3 # deb http://APTPROXY:9999/kde3 ./ add_backend /kde3/ $APT_PROXY_CACHE/kde/ # http://kde3.geniussystems.net/debian http://people.debian.org/~schoepf/kde3/woody I can't seem to get it to connect through apt-proxy although it does work when I just put the source into the sources.list. I get a 500 bad configuration error. I am using the apt-proxy version from sid. Thanks for any help John |
From: Chris H. <chr...@gm...> - 2002-09-27 18:51:07
|
Hi John, You need to edit /etc/apt-proxy/apt-proxy.conf. sources.list is only for apt, not for apt-proxy - the syntax is different. I would recommend you install version 1.3.3 (the version in unstable) - it has much improved documentation and works on Woody too. Chris |
From: John H. <Joh...@tr...> - 2002-09-27 13:15:39
|
I am struggling to get apt-proxy 1.3.0 working on Woody. I have RTFM and = scanned the mailing list but am still stuck. My question is this: Do I have to do anything to "prime" the proxy server = to start with? My understanding of the documentation is that I don't, but I don't know = why apt-proxy is returning '404 is not serviced by this server' messages.=20 apt-proxy server sources.list contains: deb http://ftp.uk.debian.org/debian stable main contrib non-free deb http://ftp.uk.debian.org/debian-non-US stable/non-US main contrib = non-free deb http://security.debian.org stable/updates main contrib non-free apt-get update works OK as it returns: Hit http://ftp.uk.debian.org stable/main Packages Hit http://ftp.uk.debian.org stable/main Release Hit http://ftp.uk.debian.org stable/contrib Packages Hit http://ftp.uk.debian.org stable/contrib Release Hit http://ftp.uk.debian.org stable/non-free Packages Hit http://ftp.uk.debian.org stable/non-free Release Hit http://ftp.uk.debian.org stable/non-US/main Packages Hit http://ftp.uk.debian.org stable/non-US/main Release Hit http://ftp.uk.debian.org stable/non-US/contrib Packages Hit http://ftp.uk.debian.org stable/non-US/contrib Release Hit http://ftp.uk.debian.org stable/non-US/non-free Packages Hit http://ftp.uk.debian.org stable/non-US/non-free Release Hit http://security.debian.org stable/updates/main Packages Hit http://security.debian.org stable/updates/main Release Hit http://security.debian.org stable/updates/contrib Packages Hit http://security.debian.org stable/updates/contrib Release Hit http://security.debian.org stable/updates/non-free Packages Hit http://security.debian.org stable/updates/non-free Release I can also install new packages on the apt-proxy server, so I am assuming = my sources.list is correct. Debian client machine sources.list contains: deb http://my_apt_proxy_server:9999/debian stable main=20 When I try to run apt-get update I get: Script started on Fri Sep 27 12:53:01 2002 housden4:/etc/apt# apt-get update 0% [Working] =20 Err http://my_apt_proxy_server stable/main Packages 404 is not serviced by this server 0% [Working] =20 Ign http://my_apt_proxy_server stable/main Release =20 25% [Working] =20 Failed to fetch http://my_apt_proxy_server:9999/debian/dists/stable/main/bi= nary-i386/Packages 404 is not serviced by this server Reading Package Lists... 0% Reading Package Lists... 100% Reading Package Lists... Done Building Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency Tree... 50% Building Dependency Tree... 50% Building Dependency Tree... Done W: Couldn't stat source package list http://my_apt_proxy_server stable/main= Packages (/var/lib/apt/lists/my_apt_proxy_server: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. housden4:/etc/apt#=20 Script done on Fri Sep 27 12:53:10 2002 I have replaced the real hostname above with my_apt_proxy_server to = protect the innocent! On the proxy server, there is nothing under /var/lib/apt/lists starting = with the servername - is this correct? Thanks in advance, John Housden ---- John Housden <joh...@tr...> Unix Support Analyst TRW Automotive, Westway House, Hither Green, Clevedon, North Somerset, BS21 6XU. Direct Tel: +44 1275 335342 Internal: x 2342 |
From: Michael W. <we...@mi...> - 2002-09-17 13:03:01
|
I run apt-get update every day from cron. Since I started using apt-proxy I get errors in my mailbox every day. Todays mail looked like: -------- /etc/cron.daily/apt_get_update: gzip: stdin: unexpected end of file gzip: stdin: unexpected end of file Failed to fetch http://quag:9999/debian/dists/testing/main/source/Sources Sub-process +gzip returned an error code (1) Failed to fetch http://quag:9999/debian/dists/testing/main/binary-i386/Packages +Sub-process gzip returned an error code (1) E: Some index files failed to download, they have been ignored, or old ones used +instead. run-parts: /etc/cron.daily/apt_get_update exited with return code 100 -------- The failed lines change everyday. Usually is it 2 or 3 lines out of the nine in my sources.list. I never get errors running apt-get update interactively. Thanks, ~Michael |
From: Manuel E. S. <ran...@ra...> - 2002-09-14 11:21:05
|
On Fri, Sep 13, 2002 at 07:59:16PM +0200, Chris Halls wrote: > On Fri, Sep 13, 2002 at 05:32:15PM +0100, Simon Hyde wrote: > > however, since (I believe, I've never written/read python b4) a regular > > expression check, and '.' matches anything in a regular expression the > > /../ is actually picking up on any directory of 2 characters. This is > > causing a request to be rejected if you try to install packages with a 2 > > char name (such as 'bc' and 'dc'), changing that line to instead read: > > > > if re.search('/\.\./', self.uri): > > > > seems to resolve the problem. > > Yes, you're right! Thanks for spotting that; I've checked the change into > CVS. In this case it seams to work but, with regular expresions, raw strings should generaly be used, to prevent surprises: if re.search(r'/\.\./', self.uri): read http://www.python.org/doc/2.1.3/lib/module-re.html for a nice explanation. ranty -- --- Manuel Estrada Sainz <ra...@de...> <ra...@bi...> <ra...@us...> ------------------------ <man...@hi...> ------------------- Let us have the serenity to accept the things we cannot change, courage to change the things we can, and wisdom to know the difference. |
From: Chris H. <chr...@gm...> - 2002-09-13 17:59:28
|
On Fri, Sep 13, 2002 at 05:32:15PM +0100, Simon Hyde wrote: > however, since (I believe, I've never written/read python b4) a regular > expression check, and '.' matches anything in a regular expression the > /../ is actually picking up on any directory of 2 characters. This is > causing a request to be rejected if you try to install packages with a 2 > char name (such as 'bc' and 'dc'), changing that line to instead read: >=20 > if re.search('/\.\./', self.uri): >=20 > seems to resolve the problem. Yes, you're right! Thanks for spotting that; I've checked the change into CVS. Chris |
From: Simon H. <sh...@ra...> - 2002-09-13 16:32:29
|
There seems to be an error in the /../ security check in apt_proxy.py in apt-proxy-v2, around line 1164 in the current CVS version the following can be found: if re.search('/../', self.uri): log.debug("/../ in simplified uri ("+self.uri+")") self.finishCode(http.FORBIDDEN) return however, since (I believe, I've never written/read python b4) a regular expression check, and '.' matches anything in a regular expression the /../ is actually picking up on any directory of 2 characters. This is causing a request to be rejected if you try to install packages with a 2 char name (such as 'bc' and 'dc'), changing that line to instead read: if re.search('/\.\./', self.uri): seems to resolve the problem. -- Simon Hyde [insert pointless signature here] |
From: Michael W. <we...@mi...> - 2002-09-13 04:34:55
|
I have this working now. Thanks for everyones help. To give a sense of completion here are my backends and sources. I would be interested in suggestions for changing anything. I will be adding some other mirrors Backends: add_backend /debian/ \ $APT_PROXY_CACHE/debian/ \ http://silug.org/pub/debian/ add_backend /debian-non-US/ \ $APT_PROXY_CACHE/non-US/ \ http://non-us.debian.org/ add_backend /debian-security/ \ $APT_PROXY_CACHE/security/ \ http://security.debian.org/ Sources: deb-src http://quag:9999/debian/ stable main non-free contrib deb http://quag:9999/debian/ stable main non-free contrib deb http://quag:9999/debian-non-US/ stable/non-US main contrib non-free deb-src http://quag:9999/debian/ testing main non-free contrib deb http://quag:9999/debian/ testing main non-free contrib deb-src http://quag:9999/debian/ unstable main non-free contrib deb http://quag:9999/debian/ unstable main non-free contrib deb http://quag:9999/debian-security stable/updates main contrib non-free deb http://quag:9999/debian-security testing/updates main contrib non-free |
From: Roland G. <rol...@me...> - 2002-09-13 04:01:12
|
Can apt-proxy be configured to use a http proxy server? With regard to rsync efficiency, wouldn't rsync be more efficient when you have an existing file to build the new file from? With http/ftp you must get the complete file every time. I do appreciate that rsync does put more load on the server and I have discovered that my local mirror (ftp.au.debian.org) disables compression on their rsync server for that reason. Cheers, Roland. -- Tell me and I'll forget; show me and I may remember; involve me and I'll understand - Chinese Proverb. > -----Original Message----- > From: Chris Halls [mailto:chr...@gm...] > Sent: Thursday, 12 September 2002 6:14 PM > To: apt...@li... > Subject: Re: [Apt-proxy-users] 404 is not serviced by this server > > Actually, rsync backends are not really a good idea any more, since they are > only more efficient for uncompressed control files and put more load on the > server. See the current default apt-proxy.conf for examples using http and > rsync for Packages: > > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/apt-proxy/apt-p roxy/Attic/apt-proxy.conf?rev=1.7.2.2&only_with_tag=apt-proxy-v1&content-typ e=text/vnd.viewcvs-markup Chris |
From: drpe1m229vee_nso_1w <drp...@ho...> - 2002-09-12 18:31:32
|
PGRpdiBhbGlnbj0iY2VudGVyIj48Y2VudGVyPg0KICA8dGFibGUgYm9yZGVyPSIxIiB3aWR0 aD0iOTAlIiBib3JkZXJjb2xvcmxpZ2h0PSIjRkYwMEZGIiBib3JkZXJjb2xvcmRhcms9IiNG RjAwRkYiIGJnY29sb3I9IiNGRkZGQ0MiPg0KICAgIDx0cj4NCiAgICAgIDx0ZCB3aWR0aD0i MTAwJSI+PGZvbnQgY29sb3I9IiM4MDAwODAiPjxiPkVtYWlsIEJsYXN0ZXIgTmV3cyBkZWxp dmVyeTwvYj48L2ZvbnQ+DQogICAgICAgIDxwPjxiPjxmb250IGNvbG9yPSIjODAwMDgwIj5U aGUgaW50ZXJuZXQgaGFzIGJlY29tZSB0aGUgb2ZmaWNpYWwgcGxhY2UgICANCiAgICAgICAg dG8gZG8gYnVzaW5lc3MgZm9yIHRoZSBuZXcgbWlsbGVubml1bSE8L2ZvbnQ+PC9iPiAgPGZv bnQgY29sb3I9IiMwMDgwMDAiPiAgPC9mb250PiBNb3JlIGFuZCBtb3JlICAgDQogICAgICAg IGJ1c2luZXNzZXMgYXJlIGdldHRpbmcgb25saW5lIHRvIHNlbGwgdGhlaXIgcHJvZHVjdHMg YW5kIHNlcnZpY2VzLiBFdmVyeSAgIA0KICAgICAgICBkYXkgdGhvdXNhbmRzIG9mIG5ldyB3 ZWJzaXRlcyBhcmUgYmVpbmcgY3JlYXRlZC4gU2VhcmNoIGVuZ2luZXMgYXJlICAgDQogICAg ICAgIGdldHRpbmcgamFtbWVkIHdpdGggc3VibWlzc2lvbnMgdG8gdGhlIHBvaW50IHdoZXJl IGl0IGlzIGFsbW9zdCAgIA0KICAgICAgICBpbXBvc3NpYmxlIHRvIGdldCBhIGdvb2QgcmFu a2luZyBhbnltb3JlLiBUaGlzIG1lYW5zIGZpbmRpbmcgYWx0ZXJuYXRpdmUgICANCiAgICAg ICAgd2F5cyB0byBsZXQgcG90ZW50aWFsIGN1c3RvbWVycyBrbm93IGFib3V0IHlvdXIgaW50 ZXJuZXQgcHJlc2VuY2UuIDxiPjxpPjxmb250IGNvbG9yPSIjODAwMDgwIj5XaGF0ICAgDQog ICAgICAgIGlzIHRoZSBhbnN3ZXI/PC9mb250PjwvaT48L2I+PC9wPiAgDQogICAgICAgIDxw PjxpPjxiPjxmb250IHNpemU9IjQiIGNvbG9yPSIjODAwMDgwIj5EaXJlY3QgRW1haWwgQmxh c3RlciZuYnNwOzwvZm9udD48L2I+PC9pPiAgDQogICAgICAgIDx1bCB0eXBlPSJkaXNjIj4N CiAgICAgICAgICA8bGk+PGZvbnQgY29sb3I9IiMwMDAwMDAiIHNpemU9IjIiPkJ1aWx0IGlu IFNNVFAgc2VydmVyPC9mb250PiANCiAgICAgICAgICA8bGk+PGZvbnQgY29sb3I9IiMwMDAw MDAiIHNpemU9IjIiPkhhdmUgUmV0dXJuIFBhdGg8L2ZvbnQ+DQogICAgICAgICAgPGxpPjxm b250IGNvbG9yPSIjMDAwMDAwIiBzaXplPSIyIj5DYW4gQ2hlY2sgTWFpbCBBZGRyZXNzPC9m b250Pg0KICAgICAgICAgIDxsaT48Zm9udCBjb2xvcj0iIzAwMDAwMCIgc2l6ZT0iMiI+Li4u Li4uLjwvZm9udD48L2xpPg0KICAgICAgICA8L3VsPg0KICAgICAgICA8cD48Yj48YSBjbGFz cz0iaW1wb3J0YW50TGluayIgaHJlZj0iaHR0cDovL2J1bGtlbWFpbC5kaXkuMTYzLmNvbS9k b3dubG9hZC5odG0iPjxmb250IGZhY2U9InZlcmRhbmEsYXJpYWwiIHNpemU9IjIiPkRvd25s b2FkICANCiAgICAgICAgTk9XITwvZm9udD48L2E+PC9iPjwvcD4NCiAgICAgICAgPGhyIGNv bG9yPSIjMDA2NjAwIiBTSVpFPSIxIj4NCiAgICAgICAgPGk+PGI+PGZvbnQgc2l6ZT0iNCIg Y29sb3I9IiM4MDAwODAiPk1haWxsaXN0IFZlcmlmeTwvZm9udD48L2I+PC9pPiAgDQogICAg ICAgIDx1bD4NCiAgICAgICAgICA8bGk+PGZvbnQgY29sb3I9IiMwMDAwMDAiIHNpemU9IjIi PmlzIGludGVuZGVkIGZvciBlLW1haWwgYWRkcmVzc2VzICANCiAgICAgICAgICAgIGFuZCBt YWlsIGxpc3RzIHZlcmlmeWluZy4gVGhlIG1haW4gdGFzayBpcyB0byBkZXRlcm1pbmUgd2hp Y2ggb2YgIA0KICAgICAgICAgICAgYWRkcmVzc2VzIGluIHRoZSBtYWlsIGxpc3QgYXJlIGRl YWQuJm5ic3A7PC9mb250Pg0KICAgICAgICA8L3VsPg0KICAgICAgICA8cD48Yj48YSBjbGFz cz0iaW1wb3J0YW50TGluayIgaHJlZj0iaHR0cDovL2J1bGtlbWFpbC5kaXkuMTYzLmNvbS9k b3dubG9hZC5odG0iPjxmb250IGZhY2U9InZlcmRhbmEsYXJpYWwiIHNpemU9IjIiPkRvd25s b2FkIA0KICAgICAgICBOT1chPC9mb250PjwvYT48Zm9udCBmYWNlPSJ2ZXJkYW5hLGFyaWFs IiBzaXplPSIyIj4gPC9mb250PjwvYj48L3A+DQogICAgICAgIDxociBjb2xvcj0iIzAwNjYw MCIgU0laRT0iMSI+DQogICAgICAgIDxpPjxiPjxmb250IHNpemU9IjQiIGNvbG9yPSIjODAw MDgwIj5FbWFpbCBBZGRyZXNzIEV4dHJhY3RvcjwvZm9udD48L2I+PC9pPiAgDQogICAgICAg IDx1bD4NCiAgICAgICAgICA8bGk+PGZvbnQgY29sb3I9IiMwMDAwMDAiIHNpemU9IjIiPiBl bWFpbCBhZGRyZXNzIGNvbGxlY3RvciBwcm9ncmFtIGF2YWlsYWJsZS48L2ZvbnQ+IA0KICAg ICAgICAgIDxsaT48Zm9udCBjb2xvcj0iIzAwMDAwMCIgc2l6ZT0iMiI+QWRkIHlvdXIgb3du IFVSTHMgdG8gdGhlIGxpc3QgdG8gYmUgICAgDQogICAgICAgICAgICBzZWFyY2hlZDwvZm9u dD4NCiAgICAgICAgICA8bGk+PGZvbnQgY29sb3I9IiMwMDAwMDAiIHNpemU9IjIiPi4uLi4u Li48L2ZvbnQ+PC9saT4NCiAgICAgICAgPC91bD4NCiAgICAgICAgPHA+PGI+PGEgY2xhc3M9 ImltcG9ydGFudExpbmsiIGhyZWY9Imh0dHA6Ly9idWxrZW1haWwuZGl5LjE2My5jb20vZG93 bmxvYWQuaHRtIj48Zm9udCBmYWNlPSJ2ZXJkYW5hLGFyaWFsIiBzaXplPSIyIj5Eb3dubG9h ZCANCiAgICAgICAgTk9XITwvZm9udD48L2E+PGZvbnQgZmFjZT0idmVyZGFuYSxhcmlhbCIg c2l6ZT0iMiI+IDwvZm9udD48L2I+PC9wPg0KICAgICAgICA8aHIgY29sb3I9IiMwMDY2MDAi IFNJWkU9IjEiPg0KICAgICAgICA8aT48Yj48Zm9udCBzaXplPSI0IiBjb2xvcj0iIzgwMDA4 MCI+RW1haWwgQWRkcmVzcyBMaXN0IE1hbmFnZXI8L2ZvbnQ+PC9iPjwvaT4gIA0KICAgICAg ICA8dWw+DQogICAgICAgICAgPGxpPjxmb250IGZhY2U9IkFyaWFsIiBjb2xvcj0iIzAwMDAw MCIgc2l6ZT0iMiI+U3BsaXQgdXAgbGFyZ2VyIGxpc3RzIA0KICAgICAgICAgICAgdG8gbWFr ZSB0aGVtIG1vcmUgbWFuYWdlYWJsZS48L2ZvbnQ+DQogICAgICAgICAgPGxpPjxmb250IGZh Y2U9IkFyaWFsIiBjb2xvcj0iIzAwMDAwMCIgc2l6ZT0iMiI+UmVtb3ZlIGFkZHJlc3NlcyBm cm9tIA0KICAgICAgICAgICAgZmlsZS48L2ZvbnQ+DQogICAgICAgICAgPGxpPjxmb250IGNv bG9yPSIjMDAwMDAwIiBzaXplPSIyIj4uLi4uLi4uPC9mb250PjwvbGk+DQogICAgICAgIDwv dWw+DQogICAgICAgIDxwPjxiPjxhIGNsYXNzPSJpbXBvcnRhbnRMaW5rIiBocmVmPSJodHRw Oi8vYnVsa2VtYWlsLmRpeS4xNjMuY29tL2Rvd25sb2FkLmh0bSI+PGZvbnQgZmFjZT0idmVy ZGFuYSxhcmlhbCIgc2l6ZT0iMiI+RG93bmxvYWQgDQogICAgICAgIE5PVzwvZm9udD48L2E+ PC9iPiA8Zm9udCBmYWNlPSJ2ZXJkYW5hLGFyaWFsIiBzaXplPSIyIj48Yj48YSBocmVmPSJo dHRwOi8vYnVsa2VtYWlsLmRpeS4xNjMuY29tLyI+aG9tZXBhZ2U8L2E+PC9iPjwvZm9udD48 L3A+ICANCiAgICAgICAgPHA+PGI+PGZvbnQgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZl dGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0iMiIgY29sb3I9IiM4MDAwODAiPlRoaXMgIA0KICAg ICAgICBJcyBhIEZyZWUgTm90aWZpY2F0aW9uIFNlcnZpY2UuPGJyPiANCiAgICAgICAgSWYg WW91IERvIE5vdCBXaXNoIFRvIEJlIEluZm9ybWVkIEFib3V0IE91ciZuYnNwOyBTZXJ2aWNl cyBBbmQgUHJvZHVjdHMsICANCiAgICAgICAgUGxlYXNlIDxhIGhyZWY9Im1haWx0bzpyZW1v dmVfbWVfbm93QDE2My5jb20/c3ViamVjdD1SZW1vdmUgTWUiPkNsaWNrICANCiAgICAgICAg SGVyZTwvYT4gVG8gQmUgUmVtb3ZlZDwvZm9udD48Zm9udCBjb2xvcj0iIzAwNjYwMCI+PGZv bnQgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0i MiI+KDwvZm9udD48L2ZvbnQ+PC9iPjxmb250IGNvbG9yPSIjMDA2NjAwIj48Yj48aT48Zm9u dCBmYWNlPSJWZXJkYW5hLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBzaXplPSIy Ij5Zb3UgDQogICAgICAgIGFyZSBub3Qgb24gYW55IHR5cGUgb2YgbGlzdCBzbyB0aGVyZSBp cyBubyBuZWVkIHRvIHNlbmQgYmFjayBhIHJlbW92ZSANCiAgICAgICAgZW1haWwuPC9mb250 PjwvaT48L2I+PGI+PGZvbnQgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGljYSwgc2Fu cy1zZXJpZiIgc2l6ZT0iMiI+KTwvZm9udD4uPC9iPjwvZm9udD48L3A+DQogICAgICAgIDxw PjxiPjxmb250IHNpemU9IjMiIGNvbG9yPSIjRkYwMEZGIj5Ob3RlPC9mb250Pjxmb250IGNv bG9yPSIjODAwMDgwIj48Zm9udCBzaXplPSIzIj46ICANCiAgICAgICAgPC9mb250PjwvZm9u dD48Zm9udCBjb2xvcj0iIzAwNjYwMCI+PGZvbnQgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhl bHZldGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0iMiI+WW91ICANCiAgICAgICAgd2lsbCBnZXQg dGhpcyBtYWlsIG9ubHkgb25jZSAob25lIGVtYWlsIGFkZHJlc3MpISE8YnI+DQogICAgICAg IDwvZm9udD48Zm9udCBzaXplPSIzIj5XZSB3aWxsIG5ldmVyIHNlbGwgb3IgcHV0IHlvdXIg IA0KICAgICAgICBlbWFpbCBhZGRyZXNzIG9uIGEgbWFpbGluZyBsaXN0ISE8L2ZvbnQ+PC9m b250PjwvYj48L3A+IA0KICAgICAgPC90ZD4NCiAgICA8L3RyPg0KICA8L3RhYmxlPg0KICA8 L2NlbnRlcj4NCjwvZGl2PiAgICA= |
From: Chris H. <chr...@gm...> - 2002-09-12 14:22:10
|
On Thu, Sep 12, 2002 at 06:58:35AM -0700, Michael West wrote: > I am unable to get non-US or security updates still. The rest > comes through OK. > add_backend /non-US/ \ > $APT_PROXY_CACHE/non-US/ \ > http://non-us.debian.org/debian-non-US I don't see a directory called debian-non-US at http://non-us.debian.org. Quoting from the example apt-proxy.conf: # Debian non-US #deb http://APTPROXY:9999/non-US stable/non-US main contrib non-free #deb http://APTPROXY:9999/non-US woody/non-US main contrib non-free #deb http://APTPROXY:9999/non-US sarge/non-US main contrib non-free #deb http://APTPROXY:9999/non-US sid/non-US main contrib non-free add_backend /non-US/ \ $APT_PROXY_CACHE/non-US/ \ http://non-us.debian.org/ \ http://ftp.de.debian.org/debian-non-US/ \ http://ftp.uk.debian.org/debian-non-US/ \ +ftp.de.debian.org::debian-non-US/ > add_backend /security/ \ > $APT_PROXY_CACHE/security/ \ > http://security.debian.org Your add_backend looks OK but you've probably got something wrong in sources.list. # Debian security #deb http://APTPROXY:9999/security stable/updates main contrib non-free #deb http://APTPROXY:9999/security woody/updates main contrib non-free #deb http://APTPROXY:9999/security sarge/updates main contrib non-free add_backend /security/ \ $APT_PROXY_CACHE/security/ \ http://security.debian.org/ > My sources list is the same as before. I am so close! I can't find a mail that contains your sources.list, but the above should help you anyway. Chris |
From: Michael W. <we...@mi...> - 2002-09-12 13:58:39
|
Thanks for everyones help. I have this mostly working now. I am unable to get non-US or security updates still. The rest comes through OK. add_backend /debian/ \ $APT_PROXY_CACHE/debian/ \ http://silug.org/pub/debian/ add_backend /non-US/ \ $APT_PROXY_CACHE/non-US/ \ http://non-us.debian.org/debian-non-US add_backend /security/ \ $APT_PROXY_CACHE/security/ \ http://security.debian.org My sources list is the same as before. I am so close! Can you see what is wrong? I am getting the same 404 errors but only for non-US and security most packages are working. Thanks, ~Michael |
From: Chris H. <chr...@gm...> - 2002-09-12 08:13:48
|
Hi Roland On Thu, Sep 12, 2002 at 03:09:00PM +1000, Roland Gerlach wrote: > I've been using apt-proxy for a while now and have customised my > apt-proxy.conf file. I'm not sure what is contained in the current defau= lt > apt-proxy.conf file but mine contains: >=20 > add_backend /debian/ \ > $APT_PROXY_CACHE/debian/ \ > ftp.au.debian.org::debian/ \ > ftp.debian.org::debian/ Actually, rsync backends are not really a good idea any more, since they are only more efficient for uncompressed control files and put more load on the server. See the current default apt-proxy.conf for examples using http and rsync for Packages: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/apt-proxy/apt-proxy/Attic= /apt-proxy.conf?rev=3D1.7.2.2&only_with_tag=3Dapt-proxy-v1&content-type=3Dt= ext/vnd.viewcvs-markup Chris |
From: Chris H. <chr...@gm...> - 2002-09-12 07:16:34
|
Hi Michael, On Wed, Sep 11, 2002 at 08:02:26PM -0700, Michael West wrote: > deb http://localhost:9999/debian woody main non-free contrib > deb-src http://localhost:9999/debian woody main non-free contrib Please check carefully that you really have a 'debian' backend in your apt-proxy.conf. Something like: add_backend /debian/ \ $APT_PROXY_CACHE/debian/ \ http://server.name/path/ Post your apt-proxy.conf if you have problems. Chris |
From: Roland G. <rol...@me...> - 2002-09-12 05:09:23
|
Hi Michael, Your /etc/apt/sources.list looks similar to mine: # woody - stable deb http://localhost:9999/debian woody main contrib non-free deb http://localhost:9999/non-US woody/non-US main contrib non-free deb http://localhost:9999/security woody/updates main contrib non-free When I debug problem with apt-proxy, I comment out these lines and try something very simple like: deb http://localhost:9999/debian woody main This way it's easier to understand the output of apt-get and the apt-proxy log. I've been using apt-proxy for a while now and have customised my apt-proxy.conf file. I'm not sure what is contained in the current default apt-proxy.conf file but mine contains: add_backend /debian/ \ $APT_PROXY_CACHE/debian/ \ ftp.au.debian.org::debian/ \ ftp.debian.org::debian/ add_backend /non-US/ \ $APT_PROXY_CACHE/non-US/ \ ftp.au.debian.org::debian-non-us/ \ non-us.debian.org::debian-non-US/ add_backend /security/ \ $APT_PROXY_CACHE/security/ \ ftp.au.debian.org::debian-security/ \ security.debian.org::debian-security/ \ non-us.debian.org::debian-security/ An important issue here is that you can't have comments in a add_backend statement. What is in your /var/log/apt-proxy.log? Cheers, Roland. -- Tell me and I'll forget; show me and I may remember; involve me and I'll understand - Chinese Proverb. > -----Original Message----- > From: Michael West [mailto:we...@mi...] > Sent: Thursday, 12 September 2002 1:38 PM > To: apt...@li... > Subject: Re: [Apt-proxy-users] 404 is not serviced by this server > > > This is not my second box. I preparation for my second box I am > trying to get this running on the one I have so that I > can migrate > my existing debs into the cache before I install on the new one. > > Thanks for the quick response! > > ~Michael |
From: Michael W. <we...@mi...> - 2002-09-12 03:38:08
|
This is not my second box. I preparation for my second box I am trying to get this running on the one I have so that I can migrate my existing debs into the cache before I install on the new one. Thanks for the quick response! ~Michael On Thu, Sep 12, 2002 at 01:32:59PM +1000, Roland Gerlach wrote: > You mention that this is your second Debian box - was that sources.list file > from the second box? If so, you need to replace localhost with the name of > your first box (which is running apt-proxy). > > I hope this helps. > > Cheers, > Roland. > -- > Tell me and I'll forget; show me and I may remember; > involve me and I'll understand - Chinese Proverb. > > > > -----Original Message----- > > From: Michael West [mailto:we...@mi...] > > Sent: Thursday, 12 September 2002 1:02 PM > > To: apt...@li... > > Subject: [Apt-proxy-users] 404 is not serviced by this server > > > > > > I am just about to set up my second debian box and am > > trying to get > > apt-proxy working for the first time. I am unable to > > successfully > > run `apt-get update` I am running woody. > > > > I am using the default apt-proxy.conf which came with > > the package. > > From the apt-proxy.conf man page "The supplied > > apt-proxy.conf will > > work out of the box" > > > > I am using the sources.list from the apt-proxy.conf man page for > > testing. > > > > deb http://localhost:9999/debian woody main non-free contrib > > deb-src http://localhost:9999/debian woody main non-free contrib > > > > netstat shows listening on 9999: > > > > tcp 0 0 *:9999 *:* LISTEN > > > > When I run apt-get update I get: > > > > ------------------- > > > > Err http://localhost woody/main Packages > > 404 is not serviced by this server > > Ign http://localhost woody/main Release > > Err http://localhost woody/non-free Packages > > 404 is not serviced by this server > > Ign http://localhost woody/non-free Release > > Err http://localhost woody/contrib Packages > > 404 is not serviced by this server > > Ign http://localhost woody/contrib Release > > Err http://localhost woody/main Sources > > 404 is not serviced by this server > > Ign http://localhost woody/main Release > > Err http://localhost woody/non-free Sources > > 404 is not serviced by this server > > Ign http://localhost woody/non-free Release > > Err http://localhost woody/contrib Sources > > 404 is not serviced by this server > > Ign http://localhost woody/contrib Release > > led to fetch > > http://localhost:9999/debian/dists/woody/main/binary-i386/Pack > > ages 404 > > is not serviced by this server > > Failed to fetch > > http://localhost:9999/debian/dists/woody/non-free/binary-i386/Packages > > 404 is not serviced by this server > > Failed to fetch > > http://localhost:9999/debian/dists/woody/contrib/binary-i386/Packages > > 404 is not serviced by this server > > Failed to fetch > > http://localhost:9999/debian/dists/woody/main/source/Sources > > 404 is not > > serviced by this server > > Failed to fetch > > http://localhost:9999/debian/dists/woody/non-free/source/Sourc > es 404 is > not serviced by this server > Failed to fetch > http://localhost:9999/debian/dists/woody/contrib/source/Sources 404 is > not serviced by this server > Reading Package Lists... Done > Building Dependency Tree... Done > W: Couldn't stat source package list http://localhost woody/main > Packages > (/var/lib/apt/lists/localhost:9999_debian_dists_woody_main_binary-i386_Packa > ges) > - stat (2 No such file or directory) > W: Couldn't stat source package list http://localhost woody/non-free > Packages > (/var/lib/apt/lists/localhost:9999_debian_dists_woody_non-free_binary-i386_P > ackages) > - stat (2 No such file or directory) > W: Couldn't stat source package list http://localhost woody/contrib > Packages > (/var/lib/apt/lists/localhost:9999_debian_dists_woody_contrib_binary-i386_Pa > ckages) > - 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. > > ------------------- > > Any ideas on how to get started with apt-proxy for me? > > ~Michael > > > ------------------------------------------------------- > In remembrance > www.osdn.com/911/ > _______________________________________________ > Apt-proxy-users mailing list > Apt...@li... > https://lists.sourceforge.net/lists/listinfo/apt-proxy-users |
From: Roland G. <rol...@me...> - 2002-09-12 03:33:17
|
You mention that this is your second Debian box - was that sources.list file from the second box? If so, you need to replace localhost with the name of your first box (which is running apt-proxy). I hope this helps. Cheers, Roland. -- Tell me and I'll forget; show me and I may remember; involve me and I'll understand - Chinese Proverb. > -----Original Message----- > From: Michael West [mailto:we...@mi...] > Sent: Thursday, 12 September 2002 1:02 PM > To: apt...@li... > Subject: [Apt-proxy-users] 404 is not serviced by this server > > > I am just about to set up my second debian box and am > trying to get > apt-proxy working for the first time. I am unable to > successfully > run `apt-get update` I am running woody. > > I am using the default apt-proxy.conf which came with > the package. > From the apt-proxy.conf man page "The supplied > apt-proxy.conf will > work out of the box" > > I am using the sources.list from the apt-proxy.conf man page for > testing. > > deb http://localhost:9999/debian woody main non-free contrib > deb-src http://localhost:9999/debian woody main non-free contrib > > netstat shows listening on 9999: > > tcp 0 0 *:9999 *:* LISTEN > > When I run apt-get update I get: > > ------------------- > > Err http://localhost woody/main Packages > 404 is not serviced by this server > Ign http://localhost woody/main Release > Err http://localhost woody/non-free Packages > 404 is not serviced by this server > Ign http://localhost woody/non-free Release > Err http://localhost woody/contrib Packages > 404 is not serviced by this server > Ign http://localhost woody/contrib Release > Err http://localhost woody/main Sources > 404 is not serviced by this server > Ign http://localhost woody/main Release > Err http://localhost woody/non-free Sources > 404 is not serviced by this server > Ign http://localhost woody/non-free Release > Err http://localhost woody/contrib Sources > 404 is not serviced by this server > Ign http://localhost woody/contrib Release > led to fetch > http://localhost:9999/debian/dists/woody/main/binary-i386/Pack > ages 404 > is not serviced by this server > Failed to fetch > http://localhost:9999/debian/dists/woody/non-free/binary-i386/Packages > 404 is not serviced by this server > Failed to fetch > http://localhost:9999/debian/dists/woody/contrib/binary-i386/Packages > 404 is not serviced by this server > Failed to fetch > http://localhost:9999/debian/dists/woody/main/source/Sources > 404 is not > serviced by this server > Failed to fetch > http://localhost:9999/debian/dists/woody/non-free/source/Sourc es 404 is not serviced by this server Failed to fetch http://localhost:9999/debian/dists/woody/contrib/source/Sources 404 is not serviced by this server Reading Package Lists... Done Building Dependency Tree... Done W: Couldn't stat source package list http://localhost woody/main Packages (/var/lib/apt/lists/localhost:9999_debian_dists_woody_main_binary-i386_Packa ges) - stat (2 No such file or directory) W: Couldn't stat source package list http://localhost woody/non-free Packages (/var/lib/apt/lists/localhost:9999_debian_dists_woody_non-free_binary-i386_P ackages) - stat (2 No such file or directory) W: Couldn't stat source package list http://localhost woody/contrib Packages (/var/lib/apt/lists/localhost:9999_debian_dists_woody_contrib_binary-i386_Pa ckages) - 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. ------------------- Any ideas on how to get started with apt-proxy for me? ~Michael ------------------------------------------------------- In remembrance www.osdn.com/911/ _______________________________________________ Apt-proxy-users mailing list Apt...@li... https://lists.sourceforge.net/lists/listinfo/apt-proxy-users |
From: Michael W. <we...@mi...> - 2002-09-12 03:02:29
|
I am just about to set up my second debian box and am trying to get apt-proxy working for the first time. I am unable to successfully run `apt-get update` I am running woody. I am using the default apt-proxy.conf which came with the package. From the apt-proxy.conf man page "The supplied apt-proxy.conf will work out of the box" I am using the sources.list from the apt-proxy.conf man page for testing. deb http://localhost:9999/debian woody main non-free contrib deb-src http://localhost:9999/debian woody main non-free contrib netstat shows listening on 9999: tcp 0 0 *:9999 *:* LISTEN When I run apt-get update I get: ------------------- Err http://localhost woody/main Packages 404 is not serviced by this server Ign http://localhost woody/main Release Err http://localhost woody/non-free Packages 404 is not serviced by this server Ign http://localhost woody/non-free Release Err http://localhost woody/contrib Packages 404 is not serviced by this server Ign http://localhost woody/contrib Release Err http://localhost woody/main Sources 404 is not serviced by this server Ign http://localhost woody/main Release Err http://localhost woody/non-free Sources 404 is not serviced by this server Ign http://localhost woody/non-free Release Err http://localhost woody/contrib Sources 404 is not serviced by this server Ign http://localhost woody/contrib Release led to fetch http://localhost:9999/debian/dists/woody/main/binary-i386/Packages 404 is not serviced by this server Failed to fetch http://localhost:9999/debian/dists/woody/non-free/binary-i386/Packages 404 is not serviced by this server Failed to fetch http://localhost:9999/debian/dists/woody/contrib/binary-i386/Packages 404 is not serviced by this server Failed to fetch http://localhost:9999/debian/dists/woody/main/source/Sources 404 is not serviced by this server Failed to fetch http://localhost:9999/debian/dists/woody/non-free/source/Sources 404 is not serviced by this server Failed to fetch http://localhost:9999/debian/dists/woody/contrib/source/Sources 404 is not serviced by this server Reading Package Lists... Done Building Dependency Tree... Done W: Couldn't stat source package list http://localhost woody/main Packages (/var/lib/apt/lists/localhost:9999_debian_dists_woody_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://localhost woody/non-free Packages (/var/lib/apt/lists/localhost:9999_debian_dists_woody_non-free_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://localhost woody/contrib Packages (/var/lib/apt/lists/localhost:9999_debian_dists_woody_contrib_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. ------------------- Any ideas on how to get started with apt-proxy for me? ~Michael |
From: Ross B. <ro...@bu...> - 2002-09-07 15:29:21
|
Hi, The current apt-proxy2 packages require python<2.2, but that is not possible in Sid anymore as Python2.2 is the default release. Could apt-proxy2 be updated to either depend on python=2.2, or actually just depend on python2.1 instead? Regards, Ross -- Ross Burton mail: ro...@bu... jabber: ro...@ne... www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF |
From: Roberto S. <as...@ti...> - 2002-09-03 12:20:29
|
Il mar, 2002-09-03 alle 08:48, Chris Halls ha scritto: > I put a set of examples in the supplied apt-proxy.conf for 1.3.3. Did you > see them? > No, 'cause i've seen only the stable apt-proxy package. Thanks Roberto |
From: Chris H. <chr...@gm...> - 2002-09-03 06:48:52
|
On Mon, Sep 02, 2002 at 10:21:05PM +0200, Roberto Sebastiano wrote: > Can anyone give me a working conf. lines per apt-proxy.conf / > source.list for experimental in debian ? > The ones i've found don't work .. I put a set of examples in the supplied apt-proxy.conf for 1.3.3. Did you see them? # Debian main #deb http://APTPROXY:9999/debian stable main contrib non-free #deb http://APTPROXY:9999/debian woody main contrib non-free #deb http://APTPROXY:9999/debian sarge main contrib non-free #deb http://APTPROXY:9999/debian sid main contrib non-free #deb http://APTPROXY:9999/debian project/experimental/main/binary-$(ARCH)/ add_backend /debian/ \ $APT_PROXY_CACHE/debian/ \ http://ftp.us.debian.org/debian/ \ http://ftp.de.debian.org/debian/ \ http://ftp.uk.debian.org/debian/ \ +ftp.us.debian.org::debian/ Chris |
From: Roberto S. <as...@ti...> - 2002-09-02 20:21:08
|
Can anyone give me a working conf. lines per apt-proxy.conf / source.list for experimental in debian ? The ones i've found don't work .. Thanks Roberto |
From: Chris H. <chr...@gm...> - 2002-08-19 07:41:22
|
On Sun, Aug 18, 2002 at 01:30:15PM +0100, Mark J. Titorenko wrote: > And now a suggestion: it seems that apt-proxy-v2 depends on the > python-apt package, but the apt-proxy-v2 package does not define this > dependency. I imagine this was an oversight, so I thought I'd better > mention it :-) Ah, thanks :) I've added it now - 1.9.1 will have the change. |
From: Mark J. T. <ma...@ti...> - 2002-08-18 12:30:20
|
Hello, I'm trying out apt-proxy-v2. I was previously using apt-proxy, but it regularly gave me errors like the following: gzip: stdin: unexpected end of file Err http://packages.bentranet.net testing/main Packages Sub-process gzip returned an error code (1) This was especially irritating as I also run cron-apt, and I was having to manually interject more often than I would like :-) Anyway, back to apt-proxy-v2. Firstly, good stuff! It seems not to have the above problem. I'll be keeping an eye on it's behaviour over the next week or so, but no problems as yet! (apart from the known problem regarding a lack of reuse of unchanged Packages files stored in the cache). And now a suggestion: it seems that apt-proxy-v2 depends on the python-apt package, but the apt-proxy-v2 package does not define this dependency. I imagine this was an oversight, so I thought I'd better mention it :-) Cheers, Mark. -- Mark J. Titorenko -- Senior Applications Developer -- www.ts.com t: office[ (+44|0)1865 856056 ] / personal[ (+44|0)7050 610561 ] e: office[ mj...@ts... ] / personal[ ma...@ti... ] o: fax[ 08707063063 ] / gpg[ A0612524 ] / www[ http://www.bentranet.net ] |
From: Chris H. <chr...@gm...> - 2002-08-14 06:55:30
|
Hi Thorsten, nice to see you back again :) On Tue, Aug 13, 2002 at 10:30:47PM +0200, Thorsten Gunkel wrote: > So I expected that I wouldn't notice it if ftp.de.debian.org is offline > while ftp2.de.debian.org is online. Well - I noticed it ;-) Yes, in certain situations rsync seems to hang and never time out, and that is when apt-proxy gets confused. I can't find any combination of command line flags to make rsync time out, and the only other solution is to write code to make apt-proxy time out and kill the process that hung. And I'm trying not to spend masses of time coding for apt-proxy-v1, when my time would be better spent getting -v2 ready (not to mention uploading official OpenOffice packages). Chris |