I'm having problems installing Ruby 1.9.3-p286 on a (blank) Ubuntu 12.04 box with Capistrano.
What happens is:
* executing "rbenv install 1.9.3-p286"
servers: ["178.48.132.196"]
[178.48.132.196] executing command
** [out :: 178.48.132.196] Downloading http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz...
** [out :: 178.48.132.196] Installing yaml-0.1.4...
** [out :: 178.48.132.196] Installed yaml-0.1.4 to /home/cphrb/.rbenv/versions/1.9.3-p286
** [out :: 178.48.132.196] Downloading http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p286.tar.gz...
** [out :: 176.58.102.156] Installing ruby-1.9.3-p286...
(And here it hangs forever.)
To add to the mystery:
This works perfectly fine during office hours (GMT+1) but fails when running in the evening. It's been consistent three nights in a row. When I look at the running processes with top
, it seems like the installation finishes as all processes related to the installation are gone. I'm quite curious how the time of day can influence the installation because once the installation is running on the box, it should not depend on any external services that could be down for e.g. maintenance. I've also tried to run the installation manually on the box but with the same result.
Any ideas??
Thanks!