Hi Larry,
Well, everything I am going to tell you is assuming you have just done a
stock install of some recent RedHat, or have used all RPMs to install.
First type this at the prompt...
/etc/rc.d/init.d/postgresql status
You should get a response similar to this...(pid could be different)
postmaster (pid 694) is running...
If not then you are not running Postgres and should start it like so...
/etc/rc.d/init.d/postgresql start
Checking postgresql installation: looks good!
Starting postgresql service: postmaster [5448]
(Note: Older versions respond differently.
If everything starts working then you are all set.
You may want to start ntsysv and set postgres to start when booting.
Hope it works.
Have fun,
--
_________________________________________________________________
Brian Ashe CTO
[EMAIL PROTECTED] Dee-Web Software Services, LLC.
http://www.dee-web.com/
-----------------------------------------------------------------
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one.
Saturday, May 06, 2000, 5:52:26 PM, you wrote:
LM> I can't connect to postgresql
LM> Connect to database 'user' failed:Connection refused
LM> connectDB()--connect() failed Connection refused
LM> Is the postmaster running at 'localhost' and accepting connections
LM> at UNIX socket 5432 ?
LM> How do I fix this ?
LM> I started reading the html docs and it didn't give me advice.
LM> Larry M<[EMAIL PROTECTED]>
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.