Re: pkg_add issues

2022-01-03 Thread Marc Espie
On Mon, Jan 03, 2022 at 12:21:17PM -, Stuart Henderson wrote:
> On 2022-01-02, Jon Fineman  wrote:
> > I am in New Jersey. Is there a way for me to tell what the cdn was 
> > pointing to to help find the slow/sick server?
> 
> It's shown in HTTP response headers from cdn. Almost certainly
> it was pointing at a machine which only serves the cdn and you cannot
> access directly.

pkg_add explicitly shows it in the first file it retrieves.

For various reasons (consistency), we don't do cdn round-robin on each
package. The Redirect from the first connection will be automatically
re-used in the subsequent connections.



Re: pkg_add issues

2022-01-03 Thread Stuart Henderson
On 2022-01-02, Jon Fineman  wrote:
> I am in New Jersey. Is there a way for me to tell what the cdn was 
> pointing to to help find the slow/sick server?

It's shown in HTTP response headers from cdn. Almost certainly
it was pointing at a machine which only serves the cdn and you cannot
access directly.

-- 
Please keep replies on the mailing list.