Re: syslog message I do not understand

From: Richard Huxton <dev(at)archonet(dot)com>
To: Art Fore <art(dot)fore(at)comcast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: syslog message I do not understand
Date: 2005-09-01 10:11:12
Message-ID: 4316D3C0.60808@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Art Fore wrote:
> I am trying to start postgresql via webmin, but not having success. I
> get a message in the syslog "su:(to postgres) root on none"
>
> This is suse 9.3. Could someone tell what that message means?

It just means something is switching to user=postgres from user=root.
Nothing too unexpected.

> I was working until I added the -i to the postmaster.opts file so I
> could access it via pgadmin.

Ah - you want to edit postgresql.conf and pg_hba.conf not
postmaster.opts - turn internet access on in the first, and set
authorisation rules for the connecting machine in the second.

HTH
--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message James Cradock 2005-09-01 10:18:50 Out Of Memory Error on GiST Index
Previous Message Michael Fuhr 2005-09-01 10:10:53 Re: Problem running or executing a function in Postgresql