emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18914: closed (2.0.11 REPL server listens on 127.0.0.1 but not "loca


From: GNU bug Tracking System
Subject: bug#18914: closed (2.0.11 REPL server listens on 127.0.0.1 but not "localhost")
Date: Mon, 17 May 2021 20:44:01 +0000

Your message dated Mon, 17 May 2021 22:43:41 +0200
with message-id <0917fc9d-2687-dd2d-6264-0cf8d999a4a2@gmail.com>
and subject line 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"
has caused the debbugs.gnu.org bug report #18914,
regarding 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
18914: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18914
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost" Date: Thu, 30 Oct 2014 14:52:36 +0100
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 Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)>


Shell 2:

tub@taylan:~$ ncat localhost 37146
Ncat: Connection refused.
tub@taylan:~$ ncat 127.0.0.1 37146
GNU Guile 2.0.11
Copyright (C) 1995-2014 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)>


Taylan



--- End Message ---
--- Begin Message --- Subject: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost" Date: Mon, 17 May 2021 22:43:41 +0200 User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1
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 "nc" is trying to connect to an IPv6 address?

Maybe that was the case on that system for some reason, despite the IPv4
address being on top in /etc/hosts and nslookup giving 127.0.0.1.

Maybe it was even a bug with the ncat I had installed, who knows.

-- 
Taylan


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]