On Tue, 2015-09-29 at 10:44 +0100, Ian Campbell wrote:

>  * Switch to apt-cacher-ng on the cache host, since a bug in Jessie's apt
>    apparently interacts badly with apt-cacher's handling of Ranges in http
>    requests[0]. I've deployed apt-cacher-ng on an alternative port on the
>    production cache and tested that it works with Jessie and Wheezy.

I was assuming we'd want to switch out apt-cacher for apt-cacher-ng on port
cache:3142. Instead you suggested just changing the config to use the
alternative port 3143.

-----<8-------

>From b9558e5202b6ade9dc91f0ebf5eac2ff94a57ba4 Mon Sep 17 00:00:00 2001
From: Ian Campbell <ian.campb...@citrix.com>
Date: Tue, 29 Sep 2015 11:24:53 +0100
Subject: [PATCH] production-config: Switch DebianMirrorProxy to port 3143

This is running apt-cacher-ng rather than apt-cacher (which remains on
port 3142 for the time being).  It seems that apt-cacher exposes a bug
(#795284) in Jessie's version of apt.

apt-cacher-ng also seems more popular these days.

Signed-off-by: Ian Campbell <ian.campb...@citrix.com>
---
The arrangements for caching of the Debian mirror in the Cambridge
instance are different and so no change is required.
---
 production-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/production-config b/production-config
index 96c8072..b21153b 100644
--- a/production-config
+++ b/production-config
@@ -103,7 +103,7 @@ XenUseUser osstest
 # We use the IP address because Citrix can't manage reliable nameservice
 #DebianMirrorHost debian.uk.xensource.com
 #DebianMirrorHost 10.80.16.196
-DebianMirrorProxy http://cache:3142/
+DebianMirrorProxy http://cache:3143/
 
 HostProp_NtpServer infra.test-lab.xenproject.org
 
-- 
2.5.3



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to