Cant create new users or databases - Mailing list pgsql-general

From AlphaByte
Subject Cant create new users or databases
Date
Msg-id 00091623522700.01946@alphabyte.co.nz
Whole thread Raw
Responses Re: Cant create new users or databases  (John McKown <joarmc@swbell.net>)
Re: Cant create new users or databases  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Can someone point out to me what I am doing wrong here? I
can't seem to find this in the documentation anywhere.

[root@alphabyte abyte]# createuser abyte
Shall the new user be allowed to create databases? (y/n) y
Shall the new user be allowed to create more new users? (y/n) y
NOTICE:  mdopen: couldn't open /var/lib/pgsql/pg_shadow: Permission denied
NOTICE:  RelationIdBuildRelation: smgropen(pg_shadow): Permission denied
NOTICE:  mdopen: couldn't open /var/lib/pgsql/pg_shadow: Permission denied
NOTICE:  mdopen: couldn't open /var/lib/pgsql/pg_shadow: Permission denied
psql: FATAL 1:  cannot open relation pg_shadow
createuser: creation of user "abyte" failed

Ta

Alan
--
AlphaByte: PO Box 1941, Auckland, New Zealand
Specialising in:Graphic Design, Education and Training,
Technical Documentation, Consulting.
http://www.alphabyte.co.nz

pgsql-general by date:

Previous
From: "Enrico Comini"
Date:
Subject:
Next
From: John McKown
Date:
Subject: Re: Cant create new users or databases