bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"

2021-05-17 Thread Taylan Kammer
I don't have access to the exact system anymore since it's been more than 6 years, but on a Debian with the exact same /etc/hosts I can't reproduce the issue anymore. Since I was apparently the only one who could repro it in the first place, I'm closing it now. :-) Andy wrote: > Could it be that

bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"

2016-07-12 Thread Andy Wingo
On Wed 22 Jun 2016 10:32, Andy Wingo writes: > Works for me, with Guile 2.0.11 also. Could it be that "nc" is trying > to connect to an IPv6 address? Pretty sure that's what's going on here. When Guile makes server sockets, it assumes it should listen on a single family/address/port triple. S

bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"

2016-06-22 Thread Andy Wingo
Hi, Works for me, with Guile 2.0.11 also. Could it be that "nc" is trying to connect to an IPv6 address? Andy On Sun 02 Nov 2014 14:23, taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > writes: > >> Seems to work fine on master > > I just built from the master branch to be s

bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"

2014-11-02 Thread Taylan Ulrich Bayırlı/Kammer
writes: > Seems to work fine on master I just built from the master branch to be sure and can still reproduce. > Maybe try strace, possibly limiting it with -e connect, to reveal what > it's actually doing. Not sure what I should be looking for, but there is no connect() call, no occurrence of

bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"

2014-11-01 Thread dsmich
"Taylan Ulrich Bayırlı/Kammer" wrote: > writes: > > What does /etc/hosts say? > > tub@taylan:~$ cat /etc/hosts > 127.0.0.1 localhost > 127.0.1.1 taylan.uni.cx taylan > > # The following lines are desirable for IPv6 capable hosts > ::1 localhost ip6-localhost ip6-loopback >

bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"

2014-10-31 Thread Taylan Ulrich Bayırlı/Kammer
writes: > I wonder, could localhost be resolving to your ethernet IP address? > Or maybe resolving to an IPv6 address? tub@taylan:~$ nslookup localhost Server: 127.0.0.1 Address:127.0.0.1#53 Name: localhost Address: 127.0.0.1 tub@taylan:~$ The local DNS server is dnsmasq. >

bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"

2014-10-31 Thread dsmich
"Taylan Ulrich Bayırlı/Kammer" wrote: > After starting 'guile --listen', I can connect to it via 127.0.0.1 but > not "localhost": "Ncat: Connection refused." I don't know if > listening on "localhost" by default has any security implications? I wonder, could localhost be resolving

bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"

2014-10-31 Thread "Taylan Ulrich Bayırlı/Kammer"
After starting 'guile --listen', I can connect to it via 127.0.0.1 but not "localhost": "Ncat: Connection refused." I don't know if listening on "localhost" by default has any security implications? Shell 1: tub@taylan:~$ guile --listen GNU Guile 2.0.11 Copyright (C) 1995-2014 Free Software Fou