Re: Newbie: problem Connecting to Server - Mailing list pgsql-docs

From Viktor Vislobokov
Subject Re: Newbie: problem Connecting to Server
Date
Msg-id 3E88FFC4.8070900@lukoilperm.ru
Whole thread Raw
In response to Newbie: problem Connecting to Server  ("Ferindo Middleton Jr" <ferindo.middleton@verizon.net>)
List pgsql-docs
Ferindo Middleton Jr wrote:
> I'm running Redhat Linux 8. I have registration to the Redhat Network so
> I'm probably running the latest version of postgre sql available. I also
> have Redhat Databse v2.1 installed, but whenever I try to start a session,
> I get the following error message:
>
> psql: could not connect to server: No such file or directory
>         Is the server running locally and accepting
>         connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
>
> Please help me configure my system so that I can connect and begin to use
> postgresql.

/etc/init.d/postgresql start

After this:
Check your PostgreSQL server is running.

ps -ax | grep postmaster

You should be see some as:

   807 ?        S      0:02 /usr/bin/postmaster

If no, check your PostgreSQL installation.

With best wishes,
Victor Vislobokov
Perm, Russia


pgsql-docs by date:

Previous
From: "mark carew"
Date:
Subject: Re: Need help ?
Next
From: "Viktor Vislobokov"
Date:
Subject: Updated Russian version of FAQ