Re: problems with startup script on upgrade

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Martin A. Marques" <martin@math.unl.edu.ar>
Cc: pgsql-hackers@postgresql.org
Date: 2001-03-16T22:05:04Z
Lists: pgsql-hackers
"Martin A. Marques" <martin@math.unl.edu.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