On Mon, 2021-06-07 at 09:22 -0700, Rich Shepard wrote:
> On Mon, 7 Jun 2021, Edson Carlos Ericksson Richter wrote:
>
> > Are you sure it should be 127.0.1.1, not 127.0.0.1? AFAIK, localhost
> > should be 127.0.0.1
> > May be an issue in /etc/hosts for "salmo" host?
>
> Edson,
>
> salmo, 127.0.0.1 is the server/workstation that has everything installed. It
> is localhost.
> 127.0.0.1 localhost.localdomain localhost
> 127.0.1.1 salmo.appl-ecosys.com salmo # for slrn
Yeah that's your problem. PostgreSQL isn't going to be listening on 127.0.1.1
Good catch, Edson.