Re: Can't write lock file - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Can't write lock file
Date
Msg-id 20021021184509.GB10946@dcc.uchile.cl
Whole thread Raw
In response to Can't write lock file  (MT <mt@open2web.com>)
List pgsql-general
On Mon, Oct 21, 2002 at 02:33:03PM -0400, MT wrote:
> Here are the results of
>
> df /tmp/
> Filesystem           1k-blocks      Used Available Use% Mounted on
> /dev/hdc6               253840    243504         0 100% /
>
> df -i /tmp/
> Filesystem            Inodes   IUsed   IFree IUse% Mounted on
> /dev/hdc6              65792   24415   41377   38% /

Obviously there are still inodes left, but no space. It's a common
situation.  You'll have to delete some files... make sure there's no
process with open files in the filesystem, because that prevents the
space these files are using from being actually freed.

--
Alvaro Herrera (<alvherre[a]atentus.com>)
"Para tener mas hay que desear menos"

pgsql-general by date:

Previous
From: MT
Date:
Subject: Can't write lock file
Next
From: "Nigel J. Andrews"
Date:
Subject: Re: Can't write lock file