Re: postgresql and encfs?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Nolan <htfoot(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql and encfs?
Date: 2011-06-22 20:48:39
Message-ID: 10243.1308775719@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Nolan <htfoot(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Nolan 2011-06-22 21:09:32 Re: postgresql and encfs?
Previous Message Michael Nolan 2011-06-22 19:32:09 postgresql and encfs?