Here is the current attempt:
[EMAIL PROTECTED] ~ $ cat /var/log/postmaster.log cat: /var/log/postmaster.log: No such file or directory
[EMAIL PROTECTED] ~ $ net start postmaster The postmaster service is starting. The postmaster service was started successfully.
[EMAIL PROTECTED] ~ $ 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
[EMAIL PROTECTED] ~ $ ls /tmp/.s.* ls: /tmp/.s.*: No such file or directory
[EMAIL PROTECTED] ~ $ uname CYGWIN_NT-5.1
[EMAIL PROTECTED] ~
$ 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/