Re: tcp_keepalives settings not being set

From: Dave Hughes <dhughes20(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: tcp_keepalives settings not being set
Date: 2019-12-04 15:09:02
Message-ID: CAFTBbFD=t9CKFpg0pn46=Dty_D4OB5i9tc1_nr0TuJu78JDjww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thank you! That change allowed me to view those parameters. I had no idea
i wasn't connecting via TCP.

Thanks again!

On Wed, Dec 4, 2019 at 9:54 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Dave Hughes <dhughes20(at)gmail(dot)com> writes:
> > We have PostgreSQL 10.5 installed on RHEL 6 and I’m new to both. I’m in
> > the process of completing STIGs (Security Technical Implementation
> Guides)
> > for the Department of Defense. One of the STIGs mentions that we must
> > ensure our tcp_keepalives settings are configured in the postgresql.conf
> > file. I currently have these settings set to:
> > Tcp_keepalives_idle = 60
> > Tcp_keepalives_interval = 60
> > Tcp_keepalives_count = 2
> > I restarted the database and then ran SHOW_ALL; but it showed all 3
> > parameters set to 0.
>
> These will read as zeroes if you're using a non-TCP connection (ie
> Unix socket). Try it after "psql -h localhost" instead of just "psql".
>
> regards, tom lane
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Pepe TD Vo 2019-12-04 17:55:27 postgres service can't restart/start
Previous Message Tom Lane 2019-12-04 14:54:10 Re: tcp_keepalives settings not being set