---------- Forwarded message ---------
From: amihay gonen <agonenil@xxxxxxxxx>
Date: Tue, 24 Feb 2015 09:07
Subject: Re: : Getting error while starting the server
To: Raghavendra <raghavendra.rao@xxxxxxxxxxxxxxxx>
From: amihay gonen <agonenil@xxxxxxxxx>
Date: Tue, 24 Feb 2015 09:07
Subject: Re: : Getting error while starting the server
To: Raghavendra <raghavendra.rao@xxxxxxxxxxxxxxxx>
Check postgresql conf file where the socket file is created.
On Tue, 24 Feb 2015 08:42 Raghavendra <raghavendra.rao@xxxxxxxxxxxxxxxx> wrote:
return Database.connect(**conn_params)File "/usr/local/lib/python3.4/dist-packages/psycopg2/__init__.py", line 164, in connect
conn = _connect(dsn, connection_factory=connection_factory, async=async)
django.db.utils.OperationalError: could not translate host name "localhost" to address: Name or service not knownI guess problem with your server name resolution. Its worth checking as said, using psql -h localhost or ping localhost.