Re: Database starting failed !

From: Mario Tanguay <mtanguay(at)uforce(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Database starting failed !
Date: 2001-01-19 19:23:20
Message-ID: 3A689428.D58C0B43@uforce.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

First, thank you, I have solved one part of my problems... Now I have this other error message.... and I haved create my database with the "initdb -D /netergynet/postgresql/data" command

=========================================
> postgres -D /netergynet/postgresql/data -B 50000 -d 5
binding ShmemCreate(key=0, size=417033216)
DEBUG: Data Base System is starting up at Fri Jan 19 14:18:25 2001
DEBUG: Data Base System was shut down at Fri Jan 19 14:16:32 2001
DEBUG: Data Base System is in production state at Fri Jan 19 14:18:25 2001
FindExec: searching PATH ...
ValidateBinary: can't stat "/usr/sbin/postgres"
ValidateBinary: can't stat "/usr/local/bin/postgres"
ValidateBinary: can't stat "/usr/dt/bin/postgres"
ValidateBinary: can't stat "/usr/bin/postgres"
ValidateBinary: can't stat "/usr/ucb/postgres"
ValidateBinary: can't stat "/etc/postgres"
FindExec: found "/netergynet/postgresql/bin/postgres" using PATH
started: host= user=postgres database=postgres
InitPostgres
FATAL 1: Database "postgres" does not exist in the system catalog.
FATAL 1: Database "postgres" does not exist in the system catalog.
proc_exit(0)
shmem_exit(0)
exit(0)
==========================================

Thank's in advance !!!!

Mario

Stefan Huber wrote:

> Hi Mario!
>
> >FATAL 1: postgres: could not locate executable, bailing out...
>
> seems to me, that the user, you are starting postgres as, cannot find some executable. Make sure, all Postgres binaries are reachable via PATH. (issue echo $PATH on the commandline to see the current paths, if you're using a Un*x).
> If this doesn't help, try increasing the debuglevel (-d 5) and see, if the postmaster gives you a hint of what file it can't find.
>
> HTH,
> Stefan

--
____________________________________
Mario Tanguay

Team leader
Netergy Networks
Tel (514) 282-8484x466 Fax (514) 282-9898
Email mario(dot)tanguay(at)uforce(dot)com
111 Duke, 5th floor
Montreal
Quebec
H3C 2M1
CANADA

______________________________________________

"Si tu téléphones à une voyante et qu'elle ne répond pas avant que ça sonne, c'est pas bon signe. Ne la consulte pas !"
______________________________________________

"Certaines personnes voient les choses telles qu'elles sont et demandent pourquoi et d'autres rêvent des choses qui n'ont jamais existé et demandent pourquoi pas"
______________________________________________

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Stefan Huber 2001-01-19 20:39:51 Re: Database starting failed !
Previous Message Stefan Huber 2001-01-19 18:21:45 Re: Database starting failed !