Re: [GENERAL] Moving pg_xlog to another drive

2007-06-04 Thread Ben
On Mon, 4 Jun 2007, Steve Atkins wrote: Are you running SELinux? It's main goal in life is to break disk access by denying permission to files anywhere other than where it thinks an application should be allowed to access. Bleh. I am, but I *thought* it was not enforcing. Seems I was wrong.

Re: [GENERAL] Moving pg_xlog to another drive

2007-06-04 Thread Steve Atkins
On Jun 4, 2007, at 11:15 AM, Ben wrote: On Mon, 4 Jun 2007, Joshua D. Drake wrote: Ben wrote: I'm trying to move my WAL to another drive, but am having difficulties with this seemingly simple process. Every time I start up with pg_xlog symlinked to my other drive, I get this: FATAL: coul

Re: [GENERAL] Moving pg_xlog to another drive

2007-06-04 Thread Ben
On Mon, 4 Jun 2007, Joshua D. Drake wrote: Ben wrote: I'm trying to move my WAL to another drive, but am having difficulties with this seemingly simple process. Every time I start up with pg_xlog symlinked to my other drive, I get this: FATAL: could not open file "pg_xlog/0001.history":

Re: [GENERAL] Moving pg_xlog to another drive

2007-06-04 Thread Alvaro Herrera
Ben wrote: > I'm trying to move my WAL to another drive, but am having difficulties > with this seemingly simple process. Every time I start up with pg_xlog > symlinked to my other drive, I get this: > > FATAL: could not open file "pg_xlog/0001.history": Permission denied > > If I move pg_

Re: [GENERAL] Moving pg_xlog to another drive

2007-06-04 Thread Joshua D. Drake
Ben wrote: I'm trying to move my WAL to another drive, but am having difficulties with this seemingly simple process. Every time I start up with pg_xlog symlinked to my other drive, I get this: FATAL: could not open file "pg_xlog/0001.history": Permission denied If I move pg_xlog back in