Re: problems with startup script on upgrade

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Martin A(dot) Marques" <martin(at)math(dot)unl(dot)edu(dot)ar>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: problems with startup script on upgrade
Date: 2001-03-16 22:05:04
Message-ID: 28059.984780304@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Martin A. Marques" <martin(at)math(dot)unl(dot)edu(dot)ar> writes:
>> Hm, that 'Killed' looks suspicious. What shows up in the
>> /dbs/postgres/sql.log file?

> Nothing at all.

That's no help :-(. Please alter the command to trace the shell script,
ie

su postgres -c 'sh -x /dbs/postgres/bin/pg_ctl -o ... 2>tracefile'

and send the tracefile.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mikheev, Vadim 2001-03-16 22:06:02 Stuck spins in current
Previous Message Tom Lane 2001-03-16 21:59:42 Re: AW: Re[4]: Allowing WAL fsync to be done via O_SYNC