trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: August 2020

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

From: "William Morder via trinity-users" <trinity-users@...>
Date: Thu, 27 Aug 2020 08:26:47 -0700

On Thursday 27 August 2020 08:17:24 Sl�vek Banko wrote:
> 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

noted -- I will use them where needed. 

Right now I am having better luck with downloads, having used wget to procure 
the packages by alternate means, then my apt-get and dpkg voodoo. 

I am using a direct connection at present (if I did not make that clear). 
Usually I am always running over Tor, but not until I get the packages I 
need. (Or are you referring to a proxy not on my end, but somewhere else in 
the chain?) 

Bill