Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3F4A2BAB.5060404@mitre.org> Date: Mon, 25 Aug 2003 11:30:51 -0400 From: Jason House User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Tishler CC: cygwin AT cygwin DOT com, pgsql-cygwin AT postgresql DOT org Subject: Re: postgres help References: <3F46A361 DOT 7090603 AT mitre DOT org> <20030824210706 DOT GO1676 AT tishler DOT net> In-Reply-To: <20030824210706.GO1676@tishler.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 > -- 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/