Re: Urgent!Can't start postmaster after rebooting

Поиск
Список
Период
Сортировка
От Marcin Kowalski
Тема Re: Urgent!Can't start postmaster after rebooting
Дата
Msg-id 9a1qjd$11ds$1@news.tht.net
обсуждение исходный текст
Список pgsql-admin
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
>
>
>


В списке pgsql-admin по дате отправления:

Предыдущее
От: "Christian Anton"
Дата:
Сообщение: Is PostgreSQL Journalized
Следующее
От: Mathijs Brands
Дата:
Сообщение: Re: [HACKERS] Re: [PORTS] pgmonitor and Solaris