postgres not accessible in Mandrake 9.0

From: nandrats(at)mail(dot)mdanderson(dot)org
To: pgsql-general(at)postgresql(dot)org
Subject: postgres not accessible in Mandrake 9.0
Date: 2003-02-13 14:21:17
Message-ID: 86256CCC.004DEAE4.00@utm-notesob1.mdacc.tmc.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have trouble connecting to the postgres server in Mandrake 9.0.

The server is started by default on boot and when I try to access a database
created as "postgres user" within anouther user (e.g. "koegli") account, I get
the error:

FATAL ERROR: user koegli does not exist.

After I have created a user koegli from within psql logged in as postgres, I get
the error message that typically tells me that there couldn't be a server
connection established (classical for "-i" option missing). I then looked into
the postgres startup script and added the "-i" option to the startup command.
But now the server startup fails completely and no process "postmaster" is
running.

Has anyone encountered a similar problem with Mandrake before? I haven't had the
problem with my old SuSe distro.

Thanks for any help.

NICOLAUS

Responses

Browse pgsql-general by date

  From Date Subject
Next Message softrech 2003-02-13 15:12:42 Performance a lot
Previous Message Nigel J. Andrews 2003-02-13 13:58:23 Re: Hi,