Re: Can't control PostgreSQL with RC scripts

2005-04-12 Thread Ed Stover
On Fri, 2005-04-08 at 10:59 +0300, Volodymyr Kostyrko wrote:
 Pat Maddox wrote:
  I installed PostgreSQL 8.0.1 from ports, and now I'd like to control
  it with the RC scripts.  I wasn't able to run initdb with the scripts,
  I had to do that manually with the regular initdb command.  Now I've
  got the db dir as /usr/local/pgsql/data, which is what it looks like
  pgsql expects, but the scripts still won't start it or stop it.  They
  don't produce any output either.  Any ideas on what to do?
 
 echo 'postgresql_enable=YES'  /etc/rc.conf
 
that Darn rcsubr again ;) 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't control PostgreSQL with RC scripts

2005-04-08 Thread Volodymyr Kostyrko
Pat Maddox wrote:
I installed PostgreSQL 8.0.1 from ports, and now I'd like to control
it with the RC scripts.  I wasn't able to run initdb with the scripts,
I had to do that manually with the regular initdb command.  Now I've
got the db dir as /usr/local/pgsql/data, which is what it looks like
pgsql expects, but the scripts still won't start it or stop it.  They
don't produce any output either.  Any ideas on what to do?
echo 'postgresql_enable=YES'  /etc/rc.conf
--
[WBR], Arcade. [SAT Astronomy/Think to survive!]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can't control PostgreSQL with RC scripts

2005-04-07 Thread Pat Maddox
I installed PostgreSQL 8.0.1 from ports, and now I'd like to control
it with the RC scripts.  I wasn't able to run initdb with the scripts,
I had to do that manually with the regular initdb command.  Now I've
got the db dir as /usr/local/pgsql/data, which is what it looks like
pgsql expects, but the scripts still won't start it or stop it.  They
don't produce any output either.  Any ideas on what to do?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]