[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

.gemrc problem, installing Slave and Daemon on Railsmachine server

wilco.vanduinkerken

8/21/2007 6:35:00 AM

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.rub...
jremoving /tmp/open-uri3286.0...done
Killed

Does anyone have a clue?


Greetings,

Wilco

1 Answer

Eric Hodel

8/21/2007 6:45:00 AM

0

On Aug 20, 2007, at 23:35, wilco.vanduinkerken@gmail.com wrote:

> 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.rub...
> 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.

--
Poor workers blame their tools. Good workers build better tools. The
best workers get their tools to do the work for them. -- Syndicate Wars