Re: Don't know where to begin

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: Mark Cannata <markcann(at)mediaone(dot)net>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Don't know where to begin
Date: 2000-09-12 13:58:20
Message-ID: 200009121358.e8CDwKm20101@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Mark Cannata wrote:
>I've been trying to use Postgresql on Redhat Linux for a while now with
>no success.
>I can't get the postmaster to start (I'm trying to start it as postgres)
>
>I can't get initdb or createdb to run
>the directory for pgsql is in /var/lib, is this the right directory?
>I've read the postmaster man page and the documentation at the Postgres
>site, but I can't seem to get anywhere.

Create a user `postgres' (or get your sysadmin to do it.)

Become user postgres and run initdb; nothing else will work until that is
done. initdb creates the basic database structure; read its man page to
check what options you may need.

If you can't make that work, post a copy of initdb's output so that we
can see what the problem is.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"Let the wicked forsake his way, and the unrighteous
man his thoughts; and let him return unto the LORD,
and He will have mercy upon him; and to our God, for
he will abundantly pardon." Isaiah 55:7

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message ERIC Lawson - x52010 2000-09-12 15:26:55 Re: Removing all instances of "NOT NULL" from an entire directory of files
Previous Message Mark Cannata 2000-09-12 02:16:50 Don't know where to begin