From: | "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk> |
---|---|
To: | "'Anil Jangam'" <anilj(at)indts(dot)com> |
Cc: | pgsql-cygwin(at)postgresql(dot)org |
Subject: | Re: psql command error. |
Date: | 2001-12-21 14:00:42 |
Message-ID: | E2870D8CE1CCD311BAF50008C71EDE8E01F74766@MAIL_EXCHANGE |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
Have you set permissions set up on /tmp that would stop it being created?
Also I don't know wether putting in the postgresql.conf file:
tcpip_socket = True would help.
Also there are some unix socket option in postgresql.conf (namely:
#unix_socket_directory = ''
#unix_socket_group = ''
#unix_socket_permissions = 0777
) Good luck on finding the problem
- Stuart
-----Original Message-----
From: Anil Jangam [mailto:anilj(at)indts(dot)com]
Sent: 21 December 2001 11:01
To: pgsql-cygwin(at)postgresql(dot)org
Subject: [CYGWIN] psql command error.
Importance: High
Hi,
I am stuck with an error as follows. I am trying to create a user with
'createuser' command. Also the same error is thrown even when I am trying to
run the 'psql' command.
$ createuser uss
Shall the new user be allowed to create databases? (y/n) y
Shall the new user be allowed to create more new users? (y/n) n
psql: connectDBStart() -- connect() failed: No such file or directory
Is the postmaster running locally
and accepting connections on Unix socket '/tmp/.s.PGSQL.5432'?
createuser: creation of user "uss" failed
Administrator(at)ANILJ ~
$ psql
psql: connectDBStart() -- connect() failed: No such file or directory
Is the postmaster running locally
and accepting connections on Unix socket '/tmp/.s.PGSQL.5432'?
Administrator(at)ANILJ ~
$
I searched the directory /tmp/, but the .S.PGSQL.5432 file doesn't exist.
regds,
-anil.
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2001-12-21 14:18:13 | Re: psql command error. |
Previous Message | Anil Jangam | 2001-12-21 11:00:56 | psql command error. |