Michael Nolan <htfoot@gmail.com> writes:
> Has anyone successfully used encfs with postgresq recently?
> PANIC: could not open file "pg_xlog/00000001000000090000000D" (log file 9,
> segment 13): Invalid argument
> The database version here is 8.2.11, running on a Linux Fedora Core 14
> server.
Does it work any better if you set wal_sync_method = fdatasync?
That's been our default on Linux since 8.2.19, because of certain
filesystems failing like this. I'm kind of wondering why you're
not using a more current minor release, anyway, if this is a new
install.
regards, tom lane