public inbox for [email protected]help / color / mirror / Atom feed
Getting 403 Forbidden when attempting to download RPMs 6+ messages / 2 participants [nested] [flat]
* Getting 403 Forbidden when attempting to download RPMs @ 2016-09-29 15:02 Jason Nelson <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: Jason Nelson @ 2016-09-29 15:02 UTC (permalink / raw) To: pgsql-pkg-yum Hello, Just wanting to know if this is being looked into, or if I've somehow worked myself onto a blacklist? I'm getting this from multiple end points, though. -Jason Nelson Indeed.com ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Getting 403 Forbidden when attempting to download RPMs @ 2016-09-29 15:14 Devrim Gündüz <[email protected]> parent: Jason Nelson <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: Devrim Gündüz @ 2016-09-29 15:14 UTC (permalink / raw) To: Jason Nelson <[email protected]>; pgsql-pkg-yum Hi, On Thu, 2016-09-29 at 10:02 -0500, Jason Nelson wrote: > Just wanting to know if this is being looked into, or if I've somehow > worked myself onto a blacklist? I'm getting this from multiple end points, > though. We disabled direct download from yum.postgresql.org, as we asked all users to use download.postgresql.org since last year. Details are here: http://people.planetpostgresql.org/devrim/index.php?/archives/92-Lots-of-changes-at-yum.PostgreSQL.o... The repo files that we pushed last year already has up2date repo links. Please let me know if you need more info. Regards, -- Devrim GÜNDÜZ EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (819B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Getting 403 Forbidden when attempting to download RPMs @ 2016-09-29 15:16 Jason Nelson <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: Jason Nelson @ 2016-09-29 15:16 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum Ah, thanks for the response, I'll go yell at the guy who set this up a few weeks ago for using the wrong URL. -Jason Nelson Indeed.com On Thu, Sep 29, 2016 at 10:14 AM, Devrim Gündüz <[email protected]> wrote: > > Hi, > > On Thu, 2016-09-29 at 10:02 -0500, Jason Nelson wrote: > > Just wanting to know if this is being looked into, or if I've somehow > > worked myself onto a blacklist? I'm getting this from multiple end > points, > > though. > > We disabled direct download from yum.postgresql.org, as we asked all > users to > use download.postgresql.org since last year. Details are here: > > http://people.planetpostgresql.org/devrim/index.php?/archives/92-Lots- > of-changes-at-yum.PostgreSQL.org.html > > The repo files that we pushed last year already has up2date repo links. > Please > let me know if you need more info. > > Regards, > -- > Devrim GÜNDÜZ > EnterpriseDB: http://www.enterprisedb.com > PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer > Twitter: @DevrimGunduz , @DevrimGunduzTR > ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Getting 403 Forbidden when attempting to download RPMs @ 2016-09-29 15:30 Devrim Gündüz <[email protected]> parent: Jason Nelson <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: Devrim Gündüz @ 2016-09-29 15:30 UTC (permalink / raw) To: Jason Nelson <[email protected]>; +Cc: pgsql-pkg-yum Hi, On Thu, 2016-09-29 at 10:16 -0500, Jason Nelson wrote: > Ah, thanks for the response, I'll go yell at the guy who set this up a few > weeks ago for using the wrong URL. Before yelling, let me clarify: It is not "wrong", it is just "old". We already removed old repo RPMs, too, so if / when people update their repo RPMS (yum/dnf update pgdg*) , then they will get the up2date link. Regards, -- Devrim GÜNDÜZ EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (819B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Getting 403 Forbidden when attempting to download RPMs @ 2016-09-29 15:34 Jason Nelson <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: Jason Nelson @ 2016-09-29 15:34 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum Ah, we're mirroring via reposync (so we don't have a couple thousand systems query you a couple times a day), rather about a dozen systems once a day. We set up the URLs we mirror from via puppet, so we're not always abreast of changes. However, the guy who set this up about 6 weeks ago, should've ensured he wasn't on a deprecated URL, but easy mistake to make I suppose, since if you go to yum.postgresql.org, and Go through available packages, it still points at the old URL. -Jason Nelson Indeed.com On Thu, Sep 29, 2016 at 10:30 AM, Devrim Gündüz <[email protected]> wrote: > > Hi, > > On Thu, 2016-09-29 at 10:16 -0500, Jason Nelson wrote: > > Ah, thanks for the response, I'll go yell at the guy who set this up a > few > > weeks ago for using the wrong URL. > > Before yelling, let me clarify: It is not "wrong", it is just "old". We > already > removed old repo RPMs, too, so if / when people update their repo RPMS > (yum/dnf update pgdg*) , then they will get the up2date link. > > Regards, > -- > Devrim GÜNDÜZ > EnterpriseDB: http://www.enterprisedb.com > PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer > Twitter: @DevrimGunduz , @DevrimGunduzTR > ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Getting 403 Forbidden when attempting to download RPMs @ 2016-09-29 15:56 Devrim Gündüz <[email protected]> parent: Jason Nelson <[email protected]> 0 siblings, 0 replies; 6+ messages in thread From: Devrim Gündüz @ 2016-09-29 15:56 UTC (permalink / raw) To: Jason Nelson <[email protected]>; +Cc: pgsql-pkg-yum Hi, On Thu, 2016-09-29 at 10:34 -0500, Jason Nelson wrote: > Ah, we're mirroring via reposync (so we don't have a couple thousand > systems query you a couple times a day), Thank you :-) > rather about a dozen systems once a day. We set up the URLs we mirror from > via puppet, so we're not always abreast of changes. However, the guy who set > this up about 6 weeks ago, should've ensured he wasn't on a deprecated URL, > but easy mistake to make I suppose, since if you go to yum.postgresql.org, > and Go through available packages, it still points at the old URL. Actually I was assuming that people would first install repo RPMS, and then not download the RPMs directly. The page you mentioned is just repoview. Still, sysadmin team just made a change to redirect all of those requests to the new location, so you should not get any more errors. Regards, -- Devrim GÜNDÜZ EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (819B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2016-09-29 15:56 UTC | newest] Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2016-09-29 15:02 Getting 403 Forbidden when attempting to download RPMs Jason Nelson <[email protected]> 2016-09-29 15:14 ` Devrim Gündüz <[email protected]> 2016-09-29 15:16 ` Jason Nelson <[email protected]> 2016-09-29 15:30 ` Devrim Gündüz <[email protected]> 2016-09-29 15:34 ` Jason Nelson <[email protected]> 2016-09-29 15:56 ` Devrim Gündüz <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox