Re: diagnosing a db crash - server exit code 2

Поиск
Список
Период
Сортировка
От Armin Resch
Тема Re: diagnosing a db crash - server exit code 2
Дата
Msg-id CAGo0LBR4nRZpQPBO7Z962LXPxan9=arjtiAXxk043RQtg2oX5g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: diagnosing a db crash - server exit code 2  (bricklen <bricklen@gmail.com>)
Список pgsql-admin
In a bourne-type shell you could use:

$ nohup [your_cmd] >[your_log_file] 2>&1 &

Then you should be able to safely disconnect your terminal.

Cheers,
-ar

On Thu, Sep 29, 2011 at 11:08 AM, bricklen <bricklen@gmail.com> wrote:
On Wed, Sep 28, 2011 at 12:54 PM, Robert Burgholzer <rburghol@vt.edu> wrote:
> If anyone has any suggestions as to how to run the trace via a nohup command
> or something, that would be cool, since then I could let it run in the
> background.

If you have "screen" installed, maybe try it in a screen session.

--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

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

Предыдущее
От: "Maria L. Wilson"
Дата:
Сообщение: Re: constraint triggers
Следующее
От: Joe Conway
Дата:
Сообщение: Re: diagnosing a db crash - server exit code 2