From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST 0/6] Fixes for switching to Jessie as base OS for test hosts Date: Tue, 29 Sep 2015 11:27:24 +0100 Message-ID: <1443522444.16718.35.camel@citrix.com> References: <1443519883.16718.23.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1443519883.16718.23.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org Cc: Roger Pau =?ISO-8859-1?Q?Monn=E9?= List-Id: xen-devel@lists.xenproject.org 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 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 --- 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