Re: PANIC: pg_xlog/000blah Invalid argument pg_resetxlog gives no relief - Mailing list pgsql-novice

From Tom Lane
Subject Re: PANIC: pg_xlog/000blah Invalid argument pg_resetxlog gives no relief
Date
Msg-id 16906.1288814757@sss.pgh.pa.us
Whole thread Raw
In response to PANIC: pg_xlog/000blah Invalid argument pg_resetxlog gives no relief  (Brian Neu <proclivity76@yahoo.com>)
Responses Re: PANIC: pg_xlog/000blah Invalid argument pg_resetxlog gives no relief
List pgsql-novice
Brian Neu <proclivity76@yahoo.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

pgsql-novice by date:

Previous
From: Brian Neu
Date:
Subject: PANIC: pg_xlog/000blah Invalid argument pg_resetxlog gives no relief
Next
From: Brian Neu
Date:
Subject: Re: PANIC: pg_xlog/000blah Invalid argument pg_resetxlog gives no relief