Re: Creating Log file - run in background.

Поиск
Список
Период
Сортировка
От Chris
Тема Re: Creating Log file - run in background.
Дата
Msg-id 4.3.2.7.2.20001213111025.00b2a7b0@203.25.173.1
обсуждение исходный текст
Ответ на Creating Log file - run in background.  (Sterling <smullett@omeninc.com>)
Список pgsql-novice
Hi,

Try putting the full path to server.log instead. So,
/usr/local/pgsql/data/server.log

Without this, it tries to write the log to the current directory.

HTH,
Regards,


>[postgres@XXXX src]$ bash: server.log: Permission denied
>
>[1]+  Exit 1                  nohup /usr/local/pgsql/bin/postmaster -D
>/usr/local/pgsql/data </dev/null >>server.log 2>>1
>[postgres@XXXX src]$
>
>Here is the params on the file.
>-rw-rw-r--    1 postgres postgres        0 Dec 12 19:07
>/usr/local/pgsql/data/server.log

------------------------
Chris Smith
http://www.squiz.net


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

Предыдущее
От: Sterling
Дата:
Сообщение: Re: gmake install error
Следующее
От: Andrew McMillan
Дата:
Сообщение: Re: subselect question