ocaml-maint team mailing list archive
-
ocaml-maint team
-
Mailing list archive
-
Message #00038
[Bug 478899] [NEW] approx don't listen on any interface but localhost
Public bug reported:
Binary package hint: approx
Look at this (the local IP is 192.168.0.1, there's no iptables running):
[root->~]# telnet localhost 9999
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Fatal error: exception Invalid_argument("index out of bounds")
Connection closed by foreign host.
[root->~]# telnet 192.168.0.1 9999
Trying 192.168.0.1...
telnet: Unable to connect to remote host: Connection refused
I've also added '$interface any' in approx.conf but still doesn't work.
** Affects: approx (Ubuntu)
Importance: Undecided
Status: New
--
approx don't listen on any interface but localhost
https://bugs.launchpad.net/bugs/478899
You received this bug notification because you are a member of Debian
OCaml Maintainers, which is subscribed to approx in ubuntu.
Status in “approx” package in Ubuntu: New
Bug description:
Binary package hint: approx
Look at this (the local IP is 192.168.0.1, there's no iptables running):
[root->~]# telnet localhost 9999
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Fatal error: exception Invalid_argument("index out of bounds")
Connection closed by foreign host.
[root->~]# telnet 192.168.0.1 9999
Trying 192.168.0.1...
telnet: Unable to connect to remote host: Connection refused
I've also added '$interface any' in approx.conf but still doesn't work.
Follow ups
References