Re: postgresql doesn't start

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Paolo De Michele <paolo(at)paolodemichele(dot)it>
Cc: Nicolas Paris <niparisco(at)gmail(dot)com>, John R Pierce <pierce(at)hogranch(dot)com>, Forums postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgresql doesn't start
Date: 2015-10-04 14:37:47
Message-ID: 561139BB.9000906@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/04/2015 02:45 AM, Paolo De Michele wrote:
> Adrian,
>
> thanks a lot
> about your questions
>
> 1. postgresql was installed via apt-get install postgresql -y command
> 2. in /var/run/postgresql/ there is only one file called 9.3-main.pid
> 3. postgres is not running, I did not find nothing with ps command
> 4. I remove the postmaster.pid file and I tried to run postgresql
> manually. this is the result:
>
> # /etc/init.d/postgresql start
> * Starting PostgreSQL 9.3 database server
> The PostgreSQL server failed to start. Please check the log output.
> ...fail!

Also meant to ask, do you still have the supervisor task running with?:

autostart=true

If so I would suggest changing that to:

autostart=false

while you are troubleshooting this.

>
> I verified in /var/log/postgresql/ and I've not found nothing
>
>

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Begin Daniel 2015-10-05 12:02:49 Unexpected query result
Previous Message Adrian Klaver 2015-10-04 14:31:05 Re: postgresql doesn't start