| 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 |
| Subject: | Re: postgres help |
| Date: | 2003-08-25 15:30:51 |
| Message-ID: | 3F4A2BAB.5060404@mitre.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-cygwin |
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(at)MM112379-2K ~
$ cat /var/log/postmaster.log
cat: /var/log/postmaster.log: No such file or directory
JHOUSE(at)MM112379-2K ~
$ net start postmaster
The postmaster service is starting.
The postmaster service was started successfully.
JHOUSE(at)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(at)MM112379-2K ~
$ ls /tmp/.s.*
ls: /tmp/.s.*: No such file or directory
JHOUSE(at)MM112379-2K ~
$ uname
CYGWIN_NT-5.1
JHOUSE(at)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
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Al Hulaton | 2003-08-25 15:49:27 | Re: Postgresql requirements |
| Previous Message | Jason House | 2003-08-25 12:50:04 | Re: postgres help |