Re: installation with RH RPM v6.5.2 postmaster hangs

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: installation with RH RPM v6.5.2 postmaster hangs
Дата
Msg-id 388CB1A1.C101E4AD@wgcr.org
обсуждение исходный текст
Ответ на installation with RH RPM v6.5.2 postmaster hangs  ("Tim McKenna" <timmckenna@110.net>)
Список pgsql-general
> Tim McKenna wrote:
>
> When I run the 'postmaster -D /var/lib/pgsql' command the prompt never
> comes back unless I do 'ctrl Z'. Is that what its supposed to do?
> Other incantantions I used prior to that were from Lamar Owen's
> Version 1.5 Instal...

Without the -S, you need to put it in the background explicitly, along
with redirecting stdout and stderr.

Try:
(as root) touch /var/log/postgresql.log
(as root) chown postgres.postgres /var/log/postgresql.log

(as postgres):
postmaster -D /var/lib/pgsql 2>&1 >> /var/log/postgresql.log &

And see if that helps.

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

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

Предыдущее
От: Marc Tardif
Дата:
Сообщение: max row size
Следующее
От: Munsky Moose
Дата:
Сообщение: ...