Re: Spurious Kerberos error messages

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Spurious Kerberos error messages
Date: 2008-11-04 14:37:25
Message-ID: 49105E25.9010502@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>> I get the following display now when I connect to a non-running server,
>> all default settings:
>
>> psql: pg_krb5_init: krb5_cc_get_principal: No credentials cache found
>> could not connect to server: No such file or directory
>> Is the server running locally and accepting
>> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
>
> Hmm ... a few of the buildfarm machines have failed like that too in
> recent days, but it's inconsistent (only one or two of the regression
> tests fail that way, typically). Does yours fail always?

Nothing has changed about when it fails, only the extra krb error
message before the usual error messages (could not connect, server is
starting up) are new. This probably has something to do with Magnus's
work on concatenating rather than hiding error messages across multiple
passes.

I see this on Mac and Linux, so it should be reproducible with any
Kerberos-enabled build.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Turin 2008-11-04 14:37:43 SQL5 budget
Previous Message Robert Haas 2008-11-04 14:32:56 Re: [WIP] In-place upgrade