며칠 동안 postgresql을 작동시키려고 노력했는데 다시 시작하기 전에 잠시 작동했습니다. 올바른 권한을 어떻게 설정합니까? 재부팅 후 서비스를 시작하려고 할 때 발생하는 오류입니다.
root@kali:~# service postgresql start
[....] Starting PostgreSQL 9.1 database server: main[....] The PostgreSQL server failed to start. Please check the log output:
2015-05-24 08:51:21 UTC LOG: database system was interrupted; last known up at 2015-05-24 07:33:08 UTC
2015-05-24 08:51:22 UTC FATAL: could not open file "/etc/ssl/certs/ssl-cert-snakeoil.pem": Permission denied
2015-05-24 08:51:22 UTC LOG: startup process (PID 2505) exited with exit code 1
2[FAIL5-24 08:51:22 UTC LOG: aborting startup due to startup process failure ... failed!
failed!
이 주제에 관한 모든 관련 게시물을 읽었지만 내 문제가 해결되지 않았으므로 이것은 다릅니다. 정확히 어떻게 해야 할지 모르겠습니다. 필요한 추가 정보를 제공할 수 있습니다.
답변1
나는 같은 문제에 직면하여 다음과 같이 해결했습니다.
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