I get this error...

From: Karquel Olivier <yellowspoon(at)free(dot)fr>
To: pgsql-novice(at)postgresql(dot)org
Subject: I get this error...
Date: 2001-06-30 03:51:01
Message-ID: 01062923510100.01335@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

I create a postgres user with my home user name.

I get this error by typing : >postmaster -D /usr/local/pgsql/data > logfile
2>&1 & in my home directory.

connectDBstart() -- connect() failed: No such file or directory
Is the postmaster running locally
and accepting connections on Unix socket '/tmp/.s.PGSQL.5432'?
I found it in documentation :

3.3.2. Client Connection Problems

Alternatively, you'll get this when attempting Unix-socket communication to a
local postmaster:
connectDBstart() -- connect() failed: No such file or directory
Is the postmaster running locally
and accepting connections on Unix socket '/tmp/.s.PGSQL.5432'?
What can I do ?

I've intalled postgresql 7.1 in Mandrake 8.0 on a single computer.

Someone could help me ?
--
A+
Olivier
mailto : olivier(dot)karquel(at)wanadoo(dot)fr or yellowspoon(at)free(dot)fr
http://yellowspoon.free.fr

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Karquel Olivier 2001-06-30 20:07:14 Re: I get this error...
Previous Message Tom Lane 2001-06-29 22:11:07 Re: Include another file in this SQL file?