On 04/23/12 11:44, nap...@squareownz.org wrote: >> >> You can `su postgres` and then try to read the files yourself. That >> should reveal the problem. >> > > Interestingly I can't `su postgres` even though I have set it a shell, > thanks for the tip though, I'm getting closer!
You can also try `su - postgres` which will attempt to switch to postgres's home directory. Is that readable/executable?