Re: [ADMIN] pgsql.sh

From: Jonah Kuo <jonahk(at)mail(dot)lbfe(dot)org(dot)tw>
To: benefits(at)cybertechs(dot)com
Cc: pgsql-admin(at)postgreSQL(dot)org
Subject: Re: [ADMIN] pgsql.sh
Date: 1998-11-24 01:16:19
Message-ID: 365A08E3.AFE680E5@mail.lbfe.org.tw
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Jason Boxman wrote:

> Just an offhand guess, but maybe you need to also redirect STERR in addition to
> STOUT to /usr/local/pgsql/errlog? Shell scripts have never been my thing, but
> isn't it something like "... > /usr/local/pgsql/errlog 2>&1 &" or something
> along those lines perhaps? (No since giving misinformation; I just double
> checked my own init.d script and it is, in fact, correctly stated above. Well,
> after I fixed my mistake... *grin*.)
>

No matter I use "...> /usr/local/pgsql/errlog &" or
"...> /usr/local/pgsql/errlog 2>&1 &", it still send errlog to the console and
the errlog size is always zero, any further ideas?

Thanks in advance.

Jonah

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jason Boxman 1998-11-24 04:39:08 Re: [ADMIN] pgsql.sh
Previous Message Jason Boxman 1998-11-23 21:36:52 Re: [ADMIN] pgsql.sh