In article <3c9a3ae9_1 / news7.fast.net>, <juergen / fiedlerfamily.net> wrote: >Phil Tomson <ptkwt / shell1.aracnet.com> wrote: >> Are you running the same version of Ruby on both client and server? (you >> should be) >> Are you running the same version of drb on both client and server? (again, >> you should be) >> What platform are you running these on? > >I even get this message if I run both client and server on the same >machine (Debian Linux, kernel 2.4.18) > >> This is just a warning, right? (the server and client keep running?) > >Yes. Everything works as expected, except for the annoying message. >And I haven't managed to intercept this message with rescue, either. > Hmmmm.... I think you said you're using DRb 1.3.4, correct? I think it should work with Ruby 1.6.6, but you might try DRb 1.3.2 which (I think) is more stable. Phil