PDA

View Full Version : postgresql update failing in chroot update



AWV
2015-05-26, 13:25
Last couple days. Cannot start it manually either.

Kaips1
2015-05-26, 22:41
Same here. It hasnt worked in at least a week. anyone have a fix? i have seen this same issue reportrd on bugtraq.

rowrowrowyourboat
2015-05-30, 23:04
Well although there isn't nearly enough info given in these posts I am assuming this is your fix...

cd /etc/ssl/certs/
chown postgres ssl-cert-snakeoil.pem
chmod 777 ssl-cert-snakeoil.pem

cd /etc/ssl/private
chown postgres ssl-cert-snakeoil.key
chmod 700 ssl-cert-snakeoil.key

sarsepgk
2015-05-31, 08:51
I solved, Thank you very much rowrowrowyourboat, I was looking for the same problem. Thank you again!!

AWV
2015-05-31, 14:18
Well although there isn't nearly enough info given in these posts I am assuming this is your fix...

cd /etc/ssl/certs/
chown postgres ssl-cert-snakeoil.pem
chmod 777 ssl-cert-snakeoil.pem

cd /etc/ssl/private
chown postgres ssl-cert-snakeoil.key
chmod 700 ssl-cert-snakeoil.key

Thank you very much! That was indeed the fix.