Guest User

Untitled

a guest
Apr 27th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. andy
  2. 2:34 PM
  3. hmmm generic drb seems to work
  4. 2:34 PM
  5.  
  6. maybe that plugin or something under rails
  7. 2:35 PM
  8.  
  9. so the offending line is like this
  10. 2:35 PM
  11.  
  12. 005:0> DRb.start_service('druby://localhost:0')
  13. SocketError: getaddrinfo: nodename nor servname provided, or not known
  14. 2:36 PM
  15.  
  16. 004:0> DRb.start_service('druby://localhost:4000')
  17. 2:36 PM
  18.  
  19. works
  20. 2:37 PM
  21.  
  22. so i am guessing if he starts up his DRb before the plugin w/ a port it'll work
Add Comment
Please, Sign In to add comment