Report abuse

~> fri Array                                                                                                                                               [s003@JariBook]
Couldn't initialize DRb and locate the Ring server.

Please make sure that:
 * the fastri-server is running, the server is bound to the correct interface,
   and the ACL setup allows connections from this host
 * fri is using the correct interface for incoming DRb requests:
   either set the FASTRI_ADDR environment variable, or use --bind ADDR, e.g
      export FASTRI_ADDR="192.168.1.12"
      fri Array
~> fastri-server 2>&1 > /dev/null &                                                                                                                       [s003@JariBook]
[1] 8590
~> fri Array                                                                                                                                               [s003@JariBook]
----------------------------------------------------------- Class: Array
     Arrays are ordered, integer-indexed collections of any object. 
     Array indexing starts at 0, as in C or Java. A negative index is 
     assumed to be relative to the end of the array---that is, an index 
     of -1 indicates the last element of the array, -2 is the next to 
     last element in the array, and so on.

------------------------------------------------------------------------