Re: FW: Latest cygwin always crashing with Postgres - Mailing list pgsql-cygwin

From Jason Tishler
Subject Re: FW: Latest cygwin always crashing with Postgres
Date
Msg-id 20030210135226.GF2408@tishler.net
Whole thread Raw
In response to Re: FW: Latest cygwin always crashing with Postgres  (Seth Rubin <srubin@thoughtprocess.com>)
List pgsql-cygwin
Seth,

On Sun, Feb 09, 2003 at 11:47:28PM -0500, Seth Rubin wrote:
> On step 6, something unusual happened.  Instead of postmaster
> starting, I got:
>
> Starting program: /usr/bin/postmaster -D pgdata
> LOG:  database system was shut down at 2003-02-09 23:17:47 EST
> LOG:  checkpoint record is at 0/83B1E8
> LOG:  redo record is at 0/83B1E8; undo record is at 0/0; shutdown TRUE
> LOG:  next transaction id: 480; next oid: 16976
> LOG:  database system is ready
> FATAL:  Database "Owner" does not exist in the system catalog.
                    ^^^^^

Does the above occur when invoked from the command line?

Does your /etc/passwd have an entry for "Owner"?  If so, then please
post it.  If not, then try the following:

    $ mkpasswd -l -u Owner >>/etc/passwd

Note:

1. If Owner is a domain account, then use mkpasswd -d
2. If Owner corresponds to a Windows user with a different name, then
use the Windows user name instead above.

> Could all this be somehow related to XP account/computer naming?

Maybe.  Note that I do *not* have access to XP so I cannot debug this
myself.

> in the bash shell, my username is coming out as "Owner@Thought1"
> Maybe something internally is reading that @ and getting all fouled
> up.

The default bash prompt is user@machine.  If "Thought1" is your machine
name, then the above is OK.

> Thanks for all your help so far.

No problem.  Sorry, for the slow response time, but weekends are tough
for me to get near my computer. :,(

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

pgsql-cygwin by date:

Previous
From: "Colin Mangiagalli"
Date:
Subject: Virus software and PostgreSQL on Windows2000
Next
From: Jason Tishler
Date:
Subject: Re: IpcSemaphoreCreate - detailed account