| From: | "Henshall, Stuart - Design & Print" <SHenshall(at)westcountry-design-print(dot)co(dot)uk> |
|---|---|
| To: | 'srinivas reddy' <ram2get(at)yahoo(dot)com>, pgsql-cygwin(at)postgresql(dot)org |
| Subject: | Re: |
| Date: | 2002-12-11 17:02:54 |
| Message-ID: | E382B5D8EDE1D6118DBE0008C759BCD6116B1D@WCPEXCHANGE |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-cygwin |
srinivas reddy wrote:
> psql: could not connect to server: Connection refused
> Is the server running locally and accepting
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
>
Are you running the postmaster?
You first need to do something like:
ipc-daemon &
initdb -D /pgd
postmaster -i -D /pgd &
See the readme for more info.
If you already are make sure there is not already such a file and that you
have permissions to the tmp directory
- Stuart
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kasimir Müller | 2002-12-11 18:21:18 | Re: initdb and IpcMemoryCreate |
| Previous Message | Henshall, Stuart - Design & Print | 2002-12-11 16:59:38 | Re: PostgreSQL: Managing Kernel Resource for Cygwin |