Re: Can't write lock file

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Can't write lock file
Дата
Msg-id 20021021184509.GB10946@dcc.uchile.cl
обсуждение исходный текст
Ответ на Can't write lock file  (MT <mt@open2web.com>)
Список 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 по дате отправления:

Предыдущее
От: MT
Дата:
Сообщение: Can't write lock file
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: Can't write lock file