Ola Dood.
Looks like :
A) Your postmaster is not in your default Path add it by
export PATH=$PATH:[path to pgsql bin directory]
B) You are not logged in as the postgres user
su - postgres
C) Your postmaster has disappeared.
Reinstall
D) Your postmaster is not set executable??
chmod u+x postmaster
E) Rather use pg_ctl -D /home/database -o "-i" start 1>> database.log
2>>database.error.log
Regards
MarCin
bryan wrote:
> Dear all,
>
> I installed postgresql 7.03 and it works well in the first time.
> After I reboot the computer (haven't stop the postgresql first),
> I can't start the db server again and the following errors shown:
>>postmaster -i -D /path/to/psql/data
> FindExec: could not find a postmaster to execute ..
> Postmaster: Could not find postmaster to execute ..
>
> Do anyone have idea on what should I do to start it again?
> thanks
>
> Bryan
> WTONetwork.com
>
>
>