From: | "Jaskier" <jaskierbard(at)poczta(dot)onet(dot)pl> |
---|---|
To: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: initdb problem |
Date: | 2003-09-18 13:25:52 |
Message-ID: | A18F646C74D7A949955C5C746FC9BF481D033E@jupiter.galileo.com.pl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi,
No it will not work, You have to be owner, or have full access to this
directory. Also you should, I think this is necessary to run Initdb as a
Postgres user.
This is what you have to do:
As root change rights to this /usr/local/pgsql and change the owner (it
would be better) to Postgres
Then do exactly the same what you have already tried to do, but as a
Postgres User
Should Work
Regards
Andrzej Schulz
Galileo Selidor
-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Andy Callan
Sent: Thursday, September 18, 2003 11:02 AM
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] initdb problem
My installation of PostgreSQL was created when i installed a GIS
application but it does
not appear to have a data cluster specified so I did the following:
[Computer:local/pgsql/bin] andrewcallan% ./initdb -D
/usr/local/pgsql/data
The files belonging to this database system will be owned by
user "andrewcallan".
This user must also own the server process.
Fixing permissions on existing directory
/usr/local/pgsql/data... chmod: /usr/local/
pgsql/data: Operation not permitted
initdb failed.
Also just for kicks I tried to startup to server since i don't know
exactly what the auto-
install did and did not do and this is what happened:
[Computer:local/pgsql/bin] andrewcallan% ./postmaster -D
/usr/local/pgsql/data
FATAL 1: data directory /usr/local/pgsql/data has group or
world access;
permissions should be u=rwx (0700)
--I created the /data directory just with a mkdir as the root b/c at
the time i did not
know if initdb would create it if it didn't exist, its my understanding
initdb will change the
permissions as needed so this problem should go away....
I am completely new to PostgreSQL and have spent the last couple weeks
playing with
installing both it and mySQL to try to link some data to the GIS
application so I really do
not know what am I doing and this could be a really stupid mistake,
please be gentle....
Many thanks for your assistance.
--
Andy Callan
St. Thomas More College
Rm M112
Mounts Bay Rd.
Crawley, WA 6009
IM: CALid05
www.nd.edu/~acallan1
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
From | Date | Subject | |
---|---|---|---|
Next Message | Geoff Ellis | 2003-09-18 13:41:09 | Testing for a record before update or insert without using a function. |
Previous Message | Andy Callan | 2003-09-18 09:01:41 | initdb problem |