Re: initdb fails with error

From: Mladen Gogala <gogala(dot)mladen(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: initdb fails with error
Date: 2021-09-18 00:58:58
Message-ID: 057af9a3-110c-13fc-96d0-d26d2b6111f8@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


On 9/17/21 04:57, Nikhil Shetty wrote:
> Hi Jayson,
>
> Port is correct. I don't see any issue with the parameter in
> postgresql.conf. After a couple of tries it worked but not sure why
>
> Thanks,
> Nikhil

I would try something like "strace -e trace=file -f -o /tmp/initdb.out
initdb <args>".  That should reveal the nature of the problem.

--
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sivasamy Subramaniam 2021-09-19 04:02:53 Install PostgreSQL 13 client tools in RHEL 7
Previous Message Bossart, Nathan 2021-09-17 16:31:44 Re: Estimating HugePages Requirements?