trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: August 2020

Re: [trinity-users] questions about upgrade to Beowulf/Buster - correction

From: Slávek Banko <slavek.banko@...>
Date: Thu, 27 Aug 2020 17:17:24 +0200
On Thursday 27 of August 2020 17:13:28 Michael wrote:
> On Thursday 27 August 2020 10:05:17 am Sl�vek Banko wrote:
> > Lately, I've been seeing more often that probably due to a
> > malfunctioning transparent proxy somewhere at the provider, I'm
> > getting corrupted and apt lists or damaged packages. And I have to
> > download them repeatedly and repeatedly and... For such cases, it
> > usually helps me to set up apt to know that the broken proxy is in the
> > way:
> >
> > Acquire::http::Pipeline-Depth "0";
> > Acquire::http::No-Cache=True;
> > Acquire::BrokenProxy=true;
>
> Hi Sl�vek,
>
> For those of who don't know better, where would those commands go?
>
> Thanks,
> Michael
>
> PS:  I've had this happen (rarely) as well.
>

This is exactly from one of my machines:

# cat /etc/apt/apt.conf.d/99fixbadproxy
Acquire::http::Pipeline-Depth "0";
Acquire::http::No-Cache=True;
Acquire::BrokenProxy=true;

Cheers
-- 
Sl�vek

Attachments: