I am using linux machine. I installed RVM, ruby successfully in my machine. When I give remote list -r it shows following error message.
/home/bathakarai/.rvm/rubies/ruby-1.9.2-p320/bin/gem:4: warning: Insecure world writable dir /home/bathakarai in PATH, mode 040777
* REMOTE GEMS *
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Errno::EHOSTUNREACH: No route to host - connect(2) (http://rubygems.org/latest_specs.4.8.gz)
But it list local gem successfully.
[bathakarai@Project1-CO ~]$ gem list -l /home/bathakarai/.rvm/rubies/ruby-1.9.2-p320/bin/gem:4: warning: Insecure world writable dir /home/bathakarai in PATH, mode 040777
* LOCAL GEMS *
minitest (1.6.0) rake (0.8.7) rdoc (2.5.8)
Please help me out, how to solve this problem