Re: [GENERAL] Restart after power outage: createdb

2006-09-27 Thread Jon Lapham
Jim Nasby wrote: [EMAIL PROTECTED] ~]$ psql bar psql: FATAL: database bar does not exist [EMAIL PROTECTED] ~]$ createdb bar createdb: database creation failed: ERROR: could not create directory base/65536: File exists [EMAIL PROTECTED] ~]$ createdb bar Could this be a timing issue? IE: are

Re: [GENERAL] Restart after power outage: createdb

2006-09-27 Thread Jim Nasby
On Sep 27, 2006, at 6:24 AM, Jon Lapham wrote: Jim Nasby wrote: [EMAIL PROTECTED] ~]$ psql bar psql: FATAL: database bar does not exist [EMAIL PROTECTED] ~]$ createdb bar createdb: database creation failed: ERROR: could not create directory base/65536: File exists [EMAIL PROTECTED] ~]$

[GENERAL] Restart after power outage: createdb

2006-09-26 Thread Jon Lapham
While trying to reproduce power outage restart problem I reported earlier, I have found something odd when pulling the plug on a VM during a createdb operation. If I run... sleep 3; echo starting; createdb bar ...and power off the VM while the createdb bar is running. Upon restart, about 50%

Re: [GENERAL] Restart after power outage: createdb

2006-09-26 Thread Jim Nasby
On Sep 26, 2006, at 7:06 AM, Jon Lapham wrote: While trying to reproduce power outage restart problem I reported earlier, I have found something odd when pulling the plug on a VM during a createdb operation. If I run... sleep 3; echo starting; createdb bar ...and power off the VM while the