.gemrc problem, installing Slave and Daemon on Railsmachine server

  • Thread starter wilco.vanduinkerken
  • Start date
W

wilco.vanduinkerken

While trying to install gems on my Railsmachine (hosted) server. The
"sudo gem install" command reported back "Killed" every time I tried
to install the Slave or Daemon gems (As part of getting BackgroundRB
rails plugin to work). With the --debug option on I got the following
information:

/usr/lib/site_ruby/1.8/rubygems/config_file.rb:51 - No such file or
directory - /home/deploy/.gemrc

so I added /home/deploy/.gemrc with the following information:

gemhome: /home/deploy/.gem
gempath:
- /home/deploy/.gem
- /user/lib/ruby/gems/1.8

But again "sudo gem install Slave --debug" ends into trouble:

Exception `LoadError' at /usr/lib/site_ruby/1.8/rubygems/
custom_require.rb:27 - no such file to load -- Win32API
Exception `LoadError' at /usr/lib/site_ruby/1.8/rubygems/
custom_require.rb:34 - no such file to load -- Win32API
removing /tmp/open-uri3286.0...done
Bulk updating Gem source index for: http://gems.rubyforge.org
jremoving /tmp/open-uri3286.0...done
Killed

Does anyone have a clue?


Greetings,

Wilco
 
E

Eric Hodel

While trying to install gems on my Railsmachine (hosted) server. The
"sudo gem install" command reported back "Killed" every time I tried
to install the Slave or Daemon gems (As part of getting BackgroundRB
rails plugin to work). With the --debug option on I got the following
information:

/usr/lib/site_ruby/1.8/rubygems/config_file.rb:51 - No such file or
directory - /home/deploy/.gemrc

--debug prints out every exception, even if caught. This exception
was caught.
But again "sudo gem install Slave --debug" ends into trouble:

Exception `LoadError' at /usr/lib/site_ruby/1.8/rubygems/
custom_require.rb:27 - no such file to load -- Win32API
Exception `LoadError' at /usr/lib/site_ruby/1.8/rubygems/
custom_require.rb:34 - no such file to load -- Win32API
removing /tmp/open-uri3286.0...done
Bulk updating Gem source index for: http://gems.rubyforge.org
jremoving /tmp/open-uri3286.0...done
Killed

Does anyone have a clue?

Likely you don't have enough memory to do a bulk index update.

If you have a shared slice with limited RAM it is best if you use the
vendor/ directory or gem unpack locally then rsync to install what
you need.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,787
Messages
2,569,629
Members
45,329
Latest member
InezZ76898

Latest Threads

Top