Hello I got this error when installing postgresql 9.4 on my antsle debian 8 LXC do you know a work around?

From: Manuel Tijerino <ManuelTijerino(at)hotmail(dot)com>
To: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Hello I got this error when installing postgresql 9.4 on my antsle debian 8 LXC do you know a work around?
Date: 2017-08-16 16:03:29
Message-ID: DM5PR2001MB1804D507F415D997D8CFC3EDD9820@DM5PR2001MB1804.namprd20.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Setting up postgresql-9.4 (9.4.13-1.pgdg80+1) ...
Creating new PostgreSQL cluster 9.4/main ...
/usr/lib/postgresql/9.4/bin/initdb -D /var/lib/postgresql/9.4/main --auth-local peer --auth-host md5
WARNING: 01000: could not determine encoding for locale "en_US.utf8": codeset is "ANSI_X3.4-1968"
DETAIL: Please report this to <pgsql-bugs(at)postgresql(dot)org>.
LOCATION: pg_get_encoding_from_locale, chklocale.c:389
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "en_US.utf8".
could not determine encoding for locale "en_US.utf8": codeset is "ANSI_X3.4-1968"
initdb: could not find suitable encoding for locale "en_US.utf8"
Rerun initdb with the -E option.
Try "initdb --help" for more information.
Error: initdb failed
Error: could not create default cluster. Please create it manually with

pg_createcluster 9.4 main --start

or a similar command (see 'man pg_createcluster').
update-alternatives: using /usr/share/postgresql/9.4/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
Setting up postgresql-contrib-9.4 (9.4.13-1.pgdg80+1) ...
root(at)antlet17:~# pg_createcluster 9.4 main --start
Creating new PostgreSQL cluster 9.4/main ...
/usr/lib/postgresql/9.4/bin/initdb -D /var/lib/postgresql/9.4/main --auth-local peer --auth-host md5
WARNING: 01000: could not determine encoding for locale "en_US.utf8": codeset is "ANSI_X3.4-1968"
DETAIL: Please report this to <pgsql-bugs(at)postgresql(dot)org>.
LOCATION: pg_get_encoding_from_locale, chklocale.c:389
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "en_US.utf8".
could not determine encoding for locale "en_US.utf8": codeset is "ANSI_X3.4-1968"
initdb: could not find suitable encoding for locale "en_US.utf8"
Rerun initdb with the -E option.
Try "initdb --help" for more information.
Error: initdb failed

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2017-08-16 16:28:22 Re: BUG #14781: server process was terminated by signal 11: Segmentation fault
Previous Message Maksim Karaba 2017-08-16 15:45:35 Re: BUG #14781: server process was terminated by signal 11: Segmentation fault