Re: Cannot create users

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cannot create users
Date: 2000-11-20 20:31:49
Message-ID: 3A198A35.F65DE28D@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rich Shepard wrote:
> createuser problem. After the reboot (and manually starting postgresql),
> pg_hba.conf appeared in /var/lib/pgsql/data! Wasn't there before.

Now _that_ is strange....

> Still can't find the log file, however. Where is it supposed to live?

You will have to enable syslog manually. First, set pg_options to use
syslog (see the pg_options documentation in the main PostgreSQL docs),
then set /etc/syslog.conf to point the resulting output to
/var/log/postgresql (see my earlier post about that....).

Syslog is currently not automatically enabled -- as soon as I figure out
how to go about dynamically editing /etc/syslog.conf in a safe and sane
manner during package installation we can go there -- although, the
facility is currently hardcoded to local0.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2000-11-20 21:09:00 Re: Cannot create users
Previous Message Rich Shepard 2000-11-20 20:21:51 Re: Cannot create users