[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] Re: Internal Server Error on Raq4i



Achieve Website Design wrote:
> I cannot now access my server management interface. I get the message "The
> server encountered an internal error or misconfiguration and was unable to
> complete your request".
> Also, every 15 minutes I receive the message from my server, "PostSQL server
> is down and cannot be restarted".
Things to check:
- Postgres installed
- Permissions of postmaster
- User postgres exists

Then check /etc/passwd and make sure that the shell of user postgres is
something executable e.g. /bin/bash. In hardening our boxes we changed
this to /bin/false, and PG stopped working.

Hope this helps,

--Gareth