serverlog problems

From: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: serverlog problems
Date: 2003-01-06 02:21:11
Message-ID: 3E18E817.5030406@mega-bucks.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

A few questions on some entries in my serverlog file ...

I have 7.3.1 installed on a RH 7.2 machine with a 2.4.20 kernel. I
installed the linux SysV startup script in /etc/init.d and ran chkconfig
on it. Postgres starts up at boot time fine.

However if, as root, I do /etc/init.d/postgres stop I get the following
log entries:

LOG: fast shutdown request
LOG: aborting any active transactions
FATAL: This connection has been terminated by the administrator.
LOG: shutting down
LOG: database system is shut down

#1 The word FATAL worries me .... Is not using '/etc/init.d/postgres
stop' an ok way to stop postgres?

If I then start Postgres using '/etc/init.d/postgres start', or reboot
my system I get:

Failed to initialize lc_messages to ''
[...]
LOG: database system is ready

lc_messages fails because my LANG setting is LANG=en_US.ja_JP.eucJP and
from some reason my system (an and Postgres) don't quite like that.

#2 How can I fix this lc_messages problem?

Thanks!

Jc

Browse pgsql-general by date

  From Date Subject
Next Message Clarence Gardner 2003-01-06 02:49:31 Concurrency issues
Previous Message greg 2003-01-05 15:10:15 Re: [GENERAL] v7.3.1 Bundled and Released ...