Re: PANIC: pg_xlog/000blah Invalid argument pg_resetxlog gives no relief

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brian Neu <proclivity76(at)yahoo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: PANIC: pg_xlog/000blah Invalid argument pg_resetxlog gives no relief
Date: 2010-11-03 20:05:57
Message-ID: 16906.1288814757@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Brian Neu <proclivity76(at)yahoo(dot)com> writes:
> PANIC: could not open file "pg_xlog/000000010000000100000023" (log file 1,
> segment 35): Invalid argument

We've seen this before --- the cause seems to be having wal_sync_method
set to open_sync or open_datasync when the filesystem doesn't actually
accept those open() options. I gather you're running Fedora 13, but
what kind of filesystem is pg_xlog on?

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Brian Neu 2010-11-03 20:16:05 Re: PANIC: pg_xlog/000blah Invalid argument pg_resetxlog gives no relief
Previous Message Brian Neu 2010-11-03 19:50:33 PANIC: pg_xlog/000blah Invalid argument pg_resetxlog gives no relief