DRb connecting to linux client from windows
        Posted  
        
            by Christopher Dancy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Christopher Dancy
        
        
        
        Published on 2010-05-11T23:02:14Z
        Indexed on 
            2010/05/11
            23:04 UTC
        
        
        Read the original article
        Hit count: 326
        
I have a few DRb services running on different windows machines and they can all connect and talk with each other just fine. When I put these DRb services on Linux machines and try to connect from windows nothing happens and I get a DRB:ConnError ... the service on Linux is never touched. So I did a netstat on the linux box and the service(port) were not listed anywhere even though the program is clearly running. Is there someting that I'm missing when talking to DRb services on Linux from a windows machine?
© Stack Overflow or respective owner