Re: how to troubleshoot: FATAL: canceling authentication due to timeout

From: Marc <marc(dot)feeds(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: how to troubleshoot: FATAL: canceling authentication due to timeout
Date: 2021-03-18 00:49:45
Message-ID: CAFgY0ez16Xd7iUhkimQmdScHcSoZo-9cg6C2zTsAHAaNfyB2jA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
Not much, we don't see any failed login.

We have added debug login into sssd service since we just found out that
restarting sssd released the user and it became usable again.
So there must be something wrong between postgres and sssd/pam modules...

Waiting now for fresh logs if it happens again.

Thanks!
On Wed, 17 Mar 2021, 22:32 Diego, <mrstephenamell(at)gmail(dot)com> wrote:

> hi!
>
> What you see in the log files of CentOS ( /var/log ) ?
> i
>
>
> On 17/03/2021 16:00, Marc wrote:
>
> hi all,
>
> We are facing a problem with a user login into database. It happens when there is large load and only from time to time.
> Once we get this error, the user becomes unusable until database is restarted. (That user is being used by multiple instances of the same application, it also happens using dedicated users for each application, resulting on one of those users being locked out, the rest keep working fine)
>
> The errors is as follows:
> LOG: pam_authenticate failed: Authentication failure
> FATAL: canceling authentication due to timeout
>
> Our setup:
> 3 nodes cluster
> - Centos 7
> - Streaming replication in place (async)
> - WAL shipped to an external location
> - pooling done at client side
> - Centos joined to an Active Directory domain
> - Authentication is using PAM module
>
> User is completely fine in AD side since i can use it to login to a standby DB.
> I guess there must be a lock that prevents this user to do the first authentication step, but no idea how to find it. I’ve tried common queries to find locks but I can’t see anything relevant.
>
> I would appreciate if someone could point me to the right direction!
>
> Thanks a lot!
> Marc.
>
>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Anderson 2021-03-18 05:25:06 Re: WAL-files is not removing authomaticaly
Previous Message Guy Burgess 2021-03-18 00:19:54 Re: SV: Log files polluted with permission denied error messages after every 10 seconds