hammackj / risu

Risu is Nessus parser, that converts the generated reports into a ActiveRecord database, this allows for easy report generation and vulnerability verification.
http://hammackj.github.io/risu
MIT License
63 stars 20 forks source link

Gem Install risu fails with bad response Service Unavailable 503 #60

Closed securettyphreak closed 11 years ago

securettyphreak commented 11 years ago

ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response Service Unavailable 503 (http://bb-m.rubygems.org/gems/rdoc-3.12.gem)

hammackj commented 11 years ago

Based on what I see this is a issue with actual rubygems. It seems like it is failing on the rdoc gem, which is kinda odd. They maybe doing some server maintenance and you attempted a install during a downtime. I would try it again in a bit.

Are you using rvm?