| From: | Jason Tishler <jason(at)tishler(dot)net> |
|---|---|
| To: | Mike G <godsham(at)speakeasy(dot)net> |
| Cc: | pgsql-cygwin(at)postgresql(dot)org |
| Subject: | Re: Errors with 7.3.4-2 after upgrade from 7.3.4-1 |
| Date: | 2003-09-04 12:51:27 |
| Message-ID: | 20030904125127.GE1804@tishler.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-cygwin |
Mike,
On Wed, Sep 03, 2003 at 12:08:07AM -0500, Mike G wrote:
> When I tried to restart the postmaster it would start and then stop
> with IpcSemaphore errors(function not yet implemented). I don't have
> the exact error message anymore sorry.
The above sounds like a version mismatch between postgresql and cygipc.
If you are running postgresql 7.3.4-2 then you must run cygipc 2.01-2.
Did you forget to start ipc-daemon2?
> No matter how many times I reset the password of my postgres
> account(in a bash shell) I could not log into the account in a bash
> shell. I could log in under the postgres account via the windows
> login though. I was not connected to my domain server when I did the
> upgrade but I wouldn't think that would make a difference.
The above is not possible -- i.e., su and login do *not* work under
Cygwin except under very privileged accounts (e.g., LocalSystem). Use
ssh (e.g., ssh postgres(at)localhost) instead to simulate su.
Jason
--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jason Tishler | 2003-09-04 12:56:00 | Re: Problems starting up "ipc-daemon2" |
| Previous Message | Jason Tishler | 2003-09-04 12:44:31 | Re: Windows XP SP1, PostgreSQL 7.2.4, Cygwin 1.3.22, CygIPC 1.14-1 |