charl (Charl Matthee)
- Login: charl
- Email: charl@matthee.org.za
- Registered on: 01/01/2009
- Last sign in: 10/08/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/01/2009
-
01:26 PM Ruby Bug #963: /opt/local/lib/ruby/1.8/drb/drb.rb:852:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)
- =begin
Ruby 1.9 also seems to have the same problems.
=end
-
01:25 PM Ruby Bug #963 (Closed): /opt/local/lib/ruby/1.8/drb/drb.rb:852:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)
- =begin
There are two issues here:
1) The DRb code in drb.rb does not correctly deal with multiple network families if they're present.
2) TCPServer.open(port) where port == 0 fails on OS X but not Linux.
When you run the...