Re: Missing locale files according to psql

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: John Scalia <jayknowsunix(at)gmail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Missing locale files according to psql
Date: 2014-09-22 18:06:05
Message-ID: 5420650D.3090500@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 9/19/14 2:58 PM, John Scalia wrote:
> I've been troubleshooting some connection problems with one of our
> servers recently, and as part of the effort, I ran psql through strace
> in order to see what was going on. Oddly enough, I saw a bunch of
> "problems". The output contained:
>
> open("/usr/pgsql-9.3/share/locale/en_US.UTF-8/LC_MESSAGES/pgsql-9.3.mo",
> O_RDONLY) = -1 ENOENT (No such file or directory)

This is not a problem. It's looking for message translation files for
en_US, but if they are not there, it will proceed without them.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message jayknowsunix 2014-09-22 18:08:20 Re: Missing locale files according to psql
Previous Message Peter Eisentraut 2014-09-22 18:04:20 Re: How to interpret view pg_stat_bgwriter