Re: pgsql: Add WL_EXIT_ON_PM_DEATH pseudo-event.

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Christoph Berg <myon(at)debian(dot)org>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Add WL_EXIT_ON_PM_DEATH pseudo-event.
Date: 2018-11-25 20:53:19
Message-ID: CAEepm=2qodzkx+5sUOX0Q_0uEJj=T1s3t298zU=umXN8LPi_Zw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Mon, Nov 26, 2018 at 6:56 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> writes:
> > Fix pushed.
> > By way of penance, I have now configured PG_TEST_EXTRA="ssl ldap
> > kerberos" for my build farm animals elver and eelpout. elver should
> > pass at the next build, as I just tested it with --nosend, but eelpout
> > is so slow I'll just take my chances see if that works.
>
> Nope :-(. Looks like something about key length ... probably just
> misconfiguration?

It seems that we have keys in our tree that are unacceptable to
OpenSSL 1.1.1 as shipped in Debian buster:

2018-11-25 20:32:22.519 UTC [26882] FATAL: could not load server
certificate file "server-cn-only.crt": ee key too small

That's what you get if you use the libssl-dev package (1.1.1a-1), but
you can still install libssl1.0-dev (which uninstalls 1.1's dev
package). I've done that and it the ssl test passes on that machine,
so fingers crossed for the next build farm run.

I see now that Michael already wrote about this recently[1], but that
thread hasn't yet reached a conclusion.

[1] https://www.postgresql.org/message-id/flat/20180917131340.GE31460%40paquier.xyz

--
Thomas Munro
http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-11-25 23:53:02 pgsql: Add PGXS options to control TAP and isolation tests
Previous Message Tom Lane 2018-11-25 17:56:22 Re: pgsql: Add WL_EXIT_ON_PM_DEATH pseudo-event.

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2018-11-25 21:01:24 Re: Updated backup APIs for non-exclusive backups
Previous Message Sergei Kornilov 2018-11-25 20:49:19 Re: Continue work on changes to recovery.conf API