Re: Out of space

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tom Bakken" <tom(dot)bakken(at)tx(dot)usda(dot)gov>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Out of space
Date: 2004-04-07 19:57:18
Message-ID: 27072.1081367838@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Tom Bakken" <tom(dot)bakken(at)tx(dot)usda(dot)gov> writes:
> FATAL 2: ZeroFill(/var/lib/pgsql/data/pg_xlog/xlogtemp.1091) failed: No
> such file or directory
> /usr/bin/postmaster: Startup proc 1091 exited with status 512 - abort

> I'm sure I didn't delete it.

This is just trying to make a new, empty xlog file. I don't quite
understand why the errno is "No such file or directory" --- you wouldn't
think that write() could return that errno. But the most likely bet is
that you don't yet have enough free space on the disk. These files are
16MB each, and it could be that more than one needs to be made.

How much stuff is there in /var/lib/pgsql/data/pg_xlog anyway? I think
that 7.1.2 predates some changes we made to keep down the number of xlog
files that would be kept around.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Bakken 2004-04-07 20:13:52 Re: Out of space
Previous Message Tom Lane 2004-04-07 19:46:06 Re: Out of space