backgroundrb: failed to find slave socket - (RuntimeError)

Raymond O'Connor

I had the same problem several minutes ago. After below command

chmod -R 777 /tmp

the issue is resolved.

Raymond O'Connor

I had the same problem several minutes ago. After below command

chmod -R 777 /tmp

  That should be 1777 if you are going to do that to /tmp. You don't   want any directory world writable without a sticky bit.

the issue is resolved.

        Hugh

Thanks Hugh. :slight_smile: