Re: [GENERAL] Error_startup postgresql server

2009-12-07 Thread Tom Lane
Joana Camacho writes: > I'm using Postgresql 8.7.3 on Debian. I was trying to launch the postgresql > server to create a simple user and a database, but I've got this output: Did you look into the postmaster logfile? It's not clear from this if it failed to start (if so it should have put a mess

Re: [GENERAL] Error_startup postgresql server

2009-12-07 Thread Daniel Verite
Joana Camacho wrote: > postg...@jc:~$ /usr/local/pgsql/bin/pg_ctl start -l logfile -D > /usr/local/pgsql/data1/data/ > server starting > postg...@jc:~$ /usr/local/pgsql/bin/createuser radius --no-superuser > --no-createdb --no-createrole -P > Enter password for new role: > Enter it again:

Re: [GENERAL] Error_startup postgresql server

2009-12-07 Thread Raymond O'Donnell
On 07/12/2009 13:54, Joana Camacho wrote: > Hi, > > I'm using Postgresql 8.7.3 on Debian. I was trying to launch the postgresql > server to create a simple user and a database, but I've got this output: > > --

[GENERAL] Error_startup postgresql server

2009-12-07 Thread Joana Camacho
Hi, I'm using Postgresql 8.7.3 on Debian. I was trying to launch the postgresql server to create a simple user and a database, but I've got this output: -- jc:/usr/local/pgsql/data1# su - p