From: | rdacker(at)pacbell(dot)net (rdack) |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: can't create a database |
Date: | 2001-10-18 15:46:09 |
Message-ID: | 644f6688.0110180746.5499b72c@posting.google.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
rdacker(at)pacbell(dot)net (rdack) wrote in message news:<644f6688(dot)0110171613(dot)20bd49f6(at)posting(dot)google(dot)com>...
> everything else seems ok. add tables, add records.
> but when i try 'create database tt;' interactively or do 'createdb tt'
> in shell, i get:
> Server process (pid 446) exited with status 11 at Wed Oct 17 17:04:06
> 2001
> Terminating any active server processes...
> Server processes were terminated at Wed Oct 17 17:04:06 2001
> Reinitializing shared memory and semaphores
> DEBUG: database system was interrupted at 2001-10-17 17:01:24 PDT
> DEBUG: CheckPoint record at (0, 2271516)
> DEBUG: Redo record at (0, 2271516); Undo record at (0, 0); Shutdown
> TRUE
> DEBUG: NextTransactionId: 797; NextOid: 67890
> DEBUG: database system was not properly shut down; automatic recovery
> in progress...
> DEBUG: ReadRecord: record with zero len at (0, 2271580)
> DEBUG: redo is not required
> DEBUG: database system is in production state
>
> the folder 67890 is created with a lot of files, but new db isn't in
> system catalog. next time i try to create a db with a different name
> shell says:
> ERROR: CREATE DATABASE: unable to create database directory
> '/usr/local/pgsql/data/base/67890': File exists
> createdb: database creation failed
>
> any one have a clue?
after more digging, i found a post that said it was a problem after
upgrading to OS 10.1 and there is a new package for downloading for
10.1 with a patch. it is at:
http://www.entropy.ch/software/macosx/postgresql/
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Coughlin | 2001-10-18 16:01:01 | RPM postmaster -i ? |
Previous Message | Adam Haberlach | 2001-10-18 15:44:11 | Re: python Backend message type 0x44 arrived while idle |