| From: | "A(dot)Bhuvaneswaran" <bhuvan(at)symonds(dot)net> |
|---|---|
| To: | Wim Vanweersch <n(dot)vanweersch(at)hccnet(dot)nl> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: FATAL 1 |
| Date: | 2003-06-09 04:04:17 |
| Message-ID: | Pine.LNX.4.44.0306090930120.1759-100000@Bhuvan.bksys.co.in |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
> [wim(at)vanweersch wim]$ createuser
> Enter name of user to add: anja
> Shall the new user be allowed to create databases? (y/n) n
> Shall the new user be allowed to create more new users? (y/n) n
> psql: FATAL 1: user "wim" does not exist
> createuser: creation of user "anja" failed
In the first place, you have not created the user 'wim'. You create him as
a super user and he must be able to create other users like anja.
> [wim(at)vanweersch wim]$ createdb test -U postgres
> psql: FATAL 1: IDENT authentication failed for user "postgres"
By default, the authentication method is ident. It needs an identd server
and $PGDATA/pg_ident.conf, i suppose. You can change the authentication
method by editing pg_hba.conf. Edit and set it to trust or md5. The same
file contains the description about all possible authentication methods.
regards,
bhuvaneswaran
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Eckermann | 2003-06-09 13:53:15 | Re: IpcMemoryCreate: shmget failed (Permission denied) |
| Previous Message | Jeff Eckermann | 2003-06-08 18:41:51 | Re: [bug?] oddity creating table with uppercase initial |