← Back to team overview

ocaml-maint team mailing list archive

[Bug 478899] Re: approx don't listen on any interface but localhost

 

Hi kakaroto, thanks for taking the time to file this bug report and help
make Ubuntu better!

You don't mention your approx version, but I've tested approx's default
config/install on lucid, maverick, and natty, and it does not produce
this result. 9.10 is EOL now, so I'm going to close this bug as Invalid.
If you are experiencing this on a supported version of Ubuntu, please
feel free to re-open the bug report by changing its status back to New,
and providing more information.

** Changed in: approx (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Debian
OCaml Maintainers, which is subscribed to approx in ubuntu.
https://bugs.launchpad.net/bugs/478899

Title:
  approx don't listen on any interface but localhost

Status in “approx” package in Ubuntu:
  Invalid

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.





References