Re: [ADMIN] pg_ctl won't start postgres, but postmaster will?!

2003-08-26 Thread Steve Santacroce
> > chmod 600 ${logfile} > > chown pgsql:pgsql ${logfile} > > [ -x ${PGBIN}/pg_ctl ] && { > > su -l pgsql -c \ > > "[ -d \${PGDATA} ] && exec ${PREFIX}/bin/pg_ctl start -s -w -l > > ${logfile}" > > echo -n ' pgsql' > > > > No errors, no messages, nothing. Th

[ADMIN] pg_ctl won't start postgres, but postmaster will?!

2003-08-25 Thread Steve Santacroce
I have had a lot of problems trying to install the postgres on a second FreeBSD box. I installed it using the ports install, so that part of the process went painlessly. however, when I tried to run the .sh script file that was installed, I get nothing. The script's commands are: chmod 600 ${l