Re: [GENERAL] postgresql-8.4 error

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Mohammed Rashad <mohammedrashadkm(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: [GENERAL] postgresql-8.4 error
Date: 2010-11-29 15:13:23
Message-ID: 201011290713.24002.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

On Monday 29 November 2010 7:02:46 am Mohammed Rashad wrote:
> I am running ubuntu 10.04
> I have problem installing postgresql-8.4
>
> when i tried to start postgresql
> /etc/init.d/postgresql-8.4 start
>
> I am getting this error
>
> * Starting PostgreSQL 8.4 database server
> * Error: could not exec
> /usr/lib/postgresql/8.4/bin/pg_ctl /usr/lib/postgresql/8.4/bin/pg_ctl start
> -D /var/lib/postgresql/8.4/main -l
> /var/log/postgresql/postgresql-8.4-main.log -s -o -c
> config_file="/etc/postgresql/8.4/main/postgresql.conf" :

Are you trying to start Postgres as root? If so Postgres will not run as root,
you will need to start it as the Postgres superuser, usually that is postgres.

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2010-11-29 15:13:24 Re: postgresql-8.4 error
Previous Message Mohammed Rashad 2010-11-29 15:02:46 postgresql-8.4 error

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Grittner 2010-11-29 15:13:24 Re: postgresql-8.4 error
Previous Message Mohammed Rashad 2010-11-29 15:02:46 postgresql-8.4 error