Re: Server not Starting

From: Shoaib Mir <shoaibmir(at)gmail(dot)com>
To: raghavendra t <raagavendra(dot)rao(at)gmail(dot)com>
Cc: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Server not Starting
Date: 2010-04-14 10:14:43
Message-ID: y2qbf54be871004140314mb4844e5end2f5fda126de133d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Apr 14, 2010 at 6:30 PM, raghavendra t <raagavendra(dot)rao(at)gmail(dot)com>wrote:

> Hi Shoaib,
>
> I have the file with postgres permission on it, but , surprisingly its 0k .
>
> [postgres(at)dbarhel564 ~]# cd /usr/local/pgsql/mypg/pg_clog/
> [postgres(at)dbarhel564 pg_clog]# ll -lh
> total 0
> -rw-rw-r-- 1 postgres postgres 0 Apr 12 12:54 0000
> [postgres(at)dbarhel564 pg_clog]#
> any step to change this.
>

Thats incorrect, you do not have any files in there! "total 0 means no
files" the folder is empty. Looks like someone deleted the files from there,
to resolve it create the zero filled file as I mentioned in my last email.

--
Shoaib Mir
http://shoaibmir.wordpress.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message venkat 2010-04-14 10:51:56 How to insert Ecoded values into postrgresql
Previous Message Alan Millington 2010-04-14 10:08:26 Re: When is an explicit cast necessary?