>
> quant sous root je tape :postgres -T creatuser la reponse est :
> "root" execution of the PostgreSQL backend is not permitted.
> The backend must be started under its own userid to prevent a possible
system
> security compromise. See the INSTALL file for more information on how to
> properly start the postmaster.
> quant sous root je tape : createuser guillem cela marche
normalement
> jusqu'a :
> psql: FATAL 1: SetUserId: user 'root' is not in 'pg_shadow'
> createuser: creation of user "guillem" failed
> le contenu de pg_shadow est :
> ´ #C $?postgres(
>
> sous mon login:
> quant je tape postgres -T creatuser la reponse est :
> Can't open pid file: /var/lib/pgsql/data/postmaster.pid
> Please check the permission and try again.
> pourtant j'ai verifier les permitions et que le fichier exister
bien
> quant je tape createuser guillem tous ce passe bien j'usqu'a :
> psql: FATAL 1: SetUserId: user 'guillem' is not in 'pg_shadow'
> createuser: creation of user "guillem" failed
>
> quelles solution ou piste avez-vous?