On Jul 22, 2008, at 6:35 PM, Christoph Otto via RT wrote:
On Thu Jul 06 09:21:34 2006, [EMAIL PROTECTED] wrote:
With parrot r13181, binding to a non-privileged port on localhost
consistently fails with EADDRNOTAVAIL on Mac OS X and FreeBSD boxes
for Intel and PPC platforms. The same command succeeds on Linux.
Steps to reproduce:
1) ./parrot examples/io/httpd.pir
2) netstat -na | grep 1234 | grep LISTEN
Actual results:
Socket is not bound
Expected results:
"netstat -na" should contain a line like this:
tcp 0 0 127.0.0.1:1234 0.0.0.0:*
LISTEN
This no longer fails on a FreeBSD 7.0 vm. It'd be nice to confirm
that
it also works on Darwin, but I'll plan on marking this resolved in
a few
days if there are no objections.
Christoph
It works for me too on Mac OSX 10.4 and parrot rev 29370.
Thanks for following up!
Chris