-
Hi,
I did test the following:
SRV1: for i in `seq 1 50`; do apt-get update; done
SRV2: for i in `seq 1 50`; do apt-get update; done
When both servers (etch) try to get Release/Release.gpg
apt-proxy hangs.
apt-proxy works fine when only one server is connecting.
apt-proxy version Debian etch 1.9.35-0.3
(I also tried the version in Debian testing (1.9.36) with the same problem....
2007-09-26 08:35:59 UTC by ymerlin
-
Please update the main web page. URLs with "cvs." don't work anymore, therefore it's harder to get README and stuff.
2007-09-25 07:03:11 UTC by screenager
-
The version of apt-proxy is 1.9.29 of Debian sarge.
2006-09-26 11:53:56 UTC by nobody
-
Using FTP method on BACKENDS and HTTP on clients some
errors occurs during downloads. througth the
investigations we discovered that cause of this problem
is some characters of the package name are converted by
the HTTP method.
e.g. " ~ " is converted to %7e.
For fix this problem we put this row above into the
method simplify_path on apt-proxy.py
"path = re.sub(r"%7e+", "~", path)".
2006-09-25 20:20:32 UTC by nobody
-
haggai committed patchset 422 of module apt-proxy to the apt-proxy CVS repository, changing 1 files.
2005-03-03 16:19:37 UTC by haggai
-
haggai committed patchset 421 of module apt-proxy to the apt-proxy CVS repository, changing 2 files.
2005-03-03 15:18:34 UTC by haggai
-
haggai committed patchset 420 of module apt-proxy to the apt-proxy CVS repository, changing 2 files.
2005-02-25 20:53:43 UTC by haggai
-
haggai committed patchset 419 of module apt-proxy to the apt-proxy CVS repository, changing 4 files.
2005-02-25 12:13:22 UTC by haggai
-
haggai committed patchset 418 of module apt-proxy to the apt-proxy CVS repository, changing 2 files.
2005-02-24 15:53:27 UTC by haggai
-
haggai committed patchset 417 of module apt-proxy to the apt-proxy CVS repository, changing 1 files.
2005-02-23 13:31:11 UTC by haggai