Link to home
Start Free TrialLog in
Avatar of itmanager223
itmanager223Flag for Canada

asked on

issues with gem updating and installing on new Ruby on Rails Production setup

I am having a big issue with updating my gems on a new production server I am building.

I am running it on Ubuntu 12.04 LTS.

I have rubygems version 1.8.24, ruby version 1.9.3-p125, rails version 3.2.3.

Whenever i run the command `gem update` or gem `update --system`, it took hours for it to complete the first time.

Any ideas as to why this would be slow?

I am trying to see if its something with our firewall; but when I watch the traffic coming from that specific server, I am not seeing any deny messages.


Below i have added the command line view when i did sudo gem install rails -V

This is not all the code it is just the last 1000 lines since i had a limit on my terminal window.

Hopefully this provides some more insight into what may be happening

Gem install Rails verbose code
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

running on a snapshot?

slow datastore? sata, 7200rpm disks, RAID 5?
Avatar of itmanager223

ASKER

Would you actually see this problem from a potentially slow data store? Every other vm i have is running at full speed...
that would be the case then, i did have a snapshot running. Let me try that and see if it works better. I know my diskstore is ok since i have yet to have any issues with any other virtual machines.
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial