Gentoo Archives: gentoo-user

From: napalm@××××××××××.org
To: gentoo-user@l.g.o
Subject: [gentoo-user] Postgres suddenly can't access files in its /etc directory
Date: Mon, 23 Apr 2012 13:23:25
Message-Id: 20120423132130.GA11404@squareownz.org
1 I'm unsure if I should be posting this to the -hardened mailing list as
2 I'm using the hardened profile but all of a sudden I'm getting a rather
3 strange error when trying to start postgres.
4
5 # /etc/init.d/postgresql-9.1 start
6 * Caching service dependencies ... [ ok ]
7 * The following file(s) are not readable by 'postgres':
8 * /etc/postgresql-9.1/postgresql.conf
9 * /etc/postgresql-9.1/pg_ident.conf
10 * /etc/postgresql-9.1/pg_hba.conf
11 * HINT: Try: 'chmod 644 /etc/postgresql-9.1/*.conf'
12 * ERROR: postgresql-9.1 failed to start
13
14 That's what I'm getting when I attempt to start it and I don't seem to have modified anything.
15
16 Looking into the init script I can see it's doing su postgres -c "test -r /etc/postgresql-9.1/pg_hba.conf" and the like but the output of:
17 su postgres -c "test -r /etc/postgresql-9.1/pg_hba.conf" || echo "fail"
18 is fail... so I'm quite at a loss as to what could be going on here. All of the files are owned by postgres, have the correct permissions (I ran chmod 644 as it hinted) and it should be able to traverse to the directory as everything has the execute bit from /etc onwards.
19
20 Any tips?
21
22 Cheers!

Replies