This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: postgres help
- From: Jason House <jhouse at mitre dot org>
- To: Jason Tishler <jason at tishler dot net>
- Cc: cygwin at cygwin dot com, pgsql-cygwin at postgresql dot org
- Date: Mon, 25 Aug 2003 11:30:51 -0400
- Subject: Re: postgres help
- References: <3F46A361.7090603@mitre.org> <20030824210706.GO1676@tishler.net>
Ok, through the assistance of others and my own poking around, I have
progressed further. I did have a pre 1.5 version of cygwin... I guess
that I naively assumed performing an update would ensure that I had 1.5.
Here is the current attempt:
JHOUSE@MM112379-2K ~
$ cat /var/log/postmaster.log
cat: /var/log/postmaster.log: No such file or directory
JHOUSE@MM112379-2K ~
$ net start postmaster
The postmaster service is starting.
The postmaster service was started successfully.
JHOUSE@MM112379-2K ~
$ cat /var/log/postmaster.log
IpcSemaphoreInitialize: semctl(id=2, 0, SETVAL, 0) failed: Invalid argument
LOG: startup process (pid 2548) exited with exit code 1
LOG: aborting startup due to startup process failure
JHOUSE@MM112379-2K ~
$ ls /tmp/.s.*
ls: /tmp/.s.*: No such file or directory
JHOUSE@MM112379-2K ~
$ uname
CYGWIN_NT-5.1
JHOUSE@MM112379-2K ~
$ uname -a
CYGWIN_NT-5.1 MM112379-2K 1.5.2(0.90/3/2) 2003-08-08 20:29 i686 unknown
unknown Cygwin
Jason Tishler wrote:
Jason,
On Fri, Aug 22, 2003 at 07:12:33PM -0400, Jason House wrote:
I don't understand why I'm getting the following error:
$ psql -U postgres template1
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"?
Was does the following yield?
$ ls -l /tmp/.s.PGSQL.5432
srwxrwxrwx 1 postgres None 0 Aug 23 12:51 /tmp/.s.PGSQL.5432
What version of Cygwin are you using?
Jason
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/