Philip Martin wrote:
> Philip Martin <philip.mar...@wandisco.com> writes:
> 
> > I get the same error as you on Ubuntu, strace shows it trying to bind
> > twice to the same socket.  I can get it to work by deleting localhost:
> > from the Listen statement in the config file to just leave the port
> > number: "Listen  19574".
> 
> It also works with an explict 127.0.0.1 instead of localhost.  I think
> the problem is related to fact that
> 
>    $ host localhost
>    localhost has address 127.0.0.1
>    localhost has address 127.0.0.1
>    Host localhost not found: 3(NXDOMAIN)
> 
> returns two lines with the same address.  On my debian box there is
> only one line (plus an ipv6 line).

On my Ubuntu:

  $ host localhost
  localhost has address 127.0.0.1
  localhost has IPv6 address ::1

- Julian


Reply via email to