[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-security] Re: Internal Server Error on Raq4i
- Subject: Re: [cobalt-security] Re: Internal Server Error on Raq4i
- From: Gareth Bromley <gbromley@xxxxxxxxxxx>
- Date: Tue, 20 Mar 2001 22:31:02 +0000
- Organization: Int* Consulting Ltd
- List-id: Mailing list for users to address network security on Cobalt products. <cobalt-security.list.cobalt.com>
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