Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gTNH3-0007iQ-HT for pgsql-pkg-yum@arkaria.postgresql.org; Sun, 02 Dec 2018 08:38:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gTNH0-000523-4c for pgsql-pkg-yum@arkaria.postgresql.org; Sun, 02 Dec 2018 08:38:42 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gTNGz-00051S-Jz for pgsql-pkg-yum@lists.postgresql.org; Sun, 02 Dec 2018 08:38:41 +0000 Received: from mail-lj1-x22a.google.com ([2a00:1450:4864:20::22a]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gTNGr-0004mp-MG for pgsql-pkg-yum@postgresql.org; Sun, 02 Dec 2018 08:38:39 +0000 Received: by mail-lj1-x22a.google.com with SMTP id k19-v6so8573001lji.11 for ; Sun, 02 Dec 2018 00:38:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=mhGiiDi49nDoAzJ6QK+F2RGjetLvQjBAcCIPvapoqC0=; b=Ueey17DqvieOhN8WzuyoqpfHD1u6NhW7OeLniHeOlPqEyKnpya6GfFI7CrNInUznHy WWqSTGIhQ6NSFUvvk3igi4ouJmX7+/ZtPkQOTEpKtI+IHrYhdLTlrtaBDpsSRt4ZBR1D 0zGd5MJ2UCh3ZGd0UshDBaJ/QUdy4yglPr+YqMMyGDaxGHshZ2XYoxtiZLFmNjPq61El brQxOnFLVK0xCfOsjYJX8klm43Z4Y/xJ4b1PqxCk/mg5jrTrcfsPOwUoK1JhWQ/kTKAA 92qfWdepKSkCNoXxxslul2JDEndkNaSeponwjlYL3aaTt1n5q82kicQGNvCnx8zOYSLc bc7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=mhGiiDi49nDoAzJ6QK+F2RGjetLvQjBAcCIPvapoqC0=; b=cviZMw9tZEPnezyJ2YvUdZ4iGBQGrWAgX7MRF/ig2duAMZ3wREdf+Bt2VRyPck3Ypj FSIwCFejOC5z7vDMo+xB3nadsqIYYr8r76vne62o2f/AVrP98EbVRn+FlUONgbupwo64 pBERU5EWRKoctGi4wVhEdqcXZiv3iH8izX9jSzD1r7RMZXVVT44y/ypQze7UnTUYZIIR eUHA1Hxyy4Lioj0/2AFNXm/IyQGmiPeFxfqNuLu8iZ99Vjg7417F7f0bEZN9WaOHEgsV gtwThUAKxwIhynARO/ey1MG/TS0zJ1zoeZ28k+zFFbN4Us5j/7VBn91CduPwQbSOYNh+ MmkQ== X-Gm-Message-State: AA+aEWZ627u0McM8JNiNDE98NHebB6lMJC/OrpSvUNkMkSVTcq6f8hgE Arl/wBoUd/SvOpCVpWiMLM9InSDrjDcs0e2XvnE= X-Google-Smtp-Source: AFSGD/Vv30gJfO3dEAyxBGrkbxncUwnuY3Gddjc5DPMwJtMvXj+w9GOKtVl5iWQ/3rY06TCEvk7q6wN6a0nTMIAcrP4= X-Received: by 2002:a2e:9457:: with SMTP id o23-v6mr8076418ljh.7.1543739906711; Sun, 02 Dec 2018 00:38:26 -0800 (PST) MIME-Version: 1.0 References: <61c1f603a6a2fa7bd38908704ea491e530caafc2.camel@gunduz.org> <20181120115155.5061137f@firost> <20181120122414.73801328@firost> In-Reply-To: <20181120122414.73801328@firost> From: cwlists Date: Sun, 2 Dec 2018 09:38:17 +0100 Message-ID: Subject: Re: Missing RPM packages at yum.postgresql.org To: Jehan-Guillaume de Rorthais Cc: devrim@gunduz.org, pgsql-pkg-yum@postgresql.org Content-Type: multipart/alternative; boundary="000000000000c3e557057c05f411" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000c3e557057c05f411 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi and thank you all! Looks good now :-) Devrim, you might not remember me, but I met you at Nasdaq, Stockholm, a couple of years ago when you held a course. I asked you specifically what PG HA solution to chose. I like your packaging work! Btw, I wonder why you include /etc/profile in the .bash_profile explicitly, because at least in my RHEL and CentOS installations I notice it is run twice when you login as postgres. Is there a situation when it is not called? Probably in most situations this is not an issue since for example scripts in /etc/profile.d/ should handle multiple calls, but I have a script there which can't know if it has been called before for this login session. BR, Christian On Tue, Nov 20, 2018 at 12:24 PM Jehan-Guillaume de Rorthais < jgdr@dalibo.com> wrote: > On Tue, 20 Nov 2018 15:00:42 +0400 > Devrim G=C3=BCnd=C3=BCz wrote: > > > Hi , > > > > On Tue, 2018-11-20 at 11:51 +0100, Jehan-Guillaume de Rorthais wrote: > > > Well, looking for "postgresql96-9.6.11", I can not find them in both > > > following > > > URLs: > > > > > > * > > > > https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6Server-x86= _64/ > > > * > https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/ > > > > > > Did something is still traveling through the internet to the repo or > did > > > they disappeared again :/ ? > > > > Arrrgghh! The testing repo of RHEL 6 - 9.6 overwrites the actual > > repo :-( Sorry about that. Fixed it now. Syncing packages, should be > ready in > > 20 mins. > > \o/ > I can see the packages ;) > > Thank you Devrim! > --000000000000c3e557057c05f411 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi and thank you all!=C2=A0 Looks good now :-)

Devrim, you might not remember me, but I met you at Nasdaq, Stockho= lm, a couple of years ago when you held a course. I asked you specifically = what PG HA solution to chose.

I like your packagin= g work! Btw, I wonder why you include /etc/profile in the .bash_profile exp= licitly, because at least in my RHEL and CentOS installations I notice it i= s run twice when you login as postgres. Is there a situation when it is not= called? Probably in most situations this is not an issue since for example= scripts in /etc/profile.d/ should handle multiple calls, but I have a scri= pt there which can't know if it has been called before for this login s= ession.


BR,
Christian
On Tue, Nov 20, 2018 at 1= 2:24 PM Jehan-Guillaume de Rorthais <= jgdr@dalibo.com> wrote:
On T= ue, 20 Nov 2018 15:00:42 +0400
Devrim G=C3=BCnd=C3=BCz <devrim@gunduz.org> wrote:

> Hi ,
>
> On Tue, 2018-11-20 at 11:51 +0100, Jehan-Guillaume de Rorthais wrote:<= br> > > Well, looking for "postgresql96-9.6.11", I can not find= them in both
> > following
> > URLs:
> >
> > *
> > https://downl= oad.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6Server-x86_64/
> > * https://download.= postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/
> >
> > Did something is still traveling through the internet to the repo= or did
> > they disappeared again :/ ?=C2=A0
>
> Arrrgghh! The testing repo of RHEL 6 - 9.6 overwrites the actual
> repo :-( Sorry about that. Fixed it now. Syncing packages, should be r= eady in
> 20 mins.

\o/
I can see the packages ;)

Thank you Devrim!
--000000000000c3e557057c05f411--