From: | Jason Tishler <jason(at)tishler(dot)net> |
---|---|
To: | Seth Rubin <srubin(at)thoughtprocess(dot)com> |
Cc: | Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | Re: FW: Latest cygwin always crashing with Postgres |
Date: | 2003-02-10 13:52:26 |
Message-ID: | 20030210135226.GF2408@tishler.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)Thought1"
> Maybe something internally is reading that @ and getting all fouled
> up.
The default bash prompt is user(at)machine(dot) 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
From | Date | Subject | |
---|---|---|---|
Next Message | Jason Tishler | 2003-02-10 14:00:27 | Re: IpcSemaphoreCreate - detailed account |
Previous Message | Colin Mangiagalli | 2003-02-10 07:34:20 | Virus software and PostgreSQL on Windows2000 |