Snorby / snorby

Ruby On Rails Application For Network Security Monitoring
Other
1k stars 226 forks source link

Gemfile.lock is corupt. The following gems are missing from the dependencies section: dm-rails #410

Open couchpotato78 opened 8 years ago

couchpotato78 commented 8 years ago

Hello,

OS: Ubuntu Server 14.04.03 Hardware: Raspberry PI 2

After runnig: sudo bundle install in de /var/www/html/snorby directory I get the following error: Gemfile.lock is corupt. The following gems are missing from the dependencies section: dm-rails

Installig dm-rails was not the solution, also tried to remove the gemfile.lock and the vendor and cache directory, but unfortunately I get the same error message.

Can somebody help me in the right direction?

couchpotato78 commented 8 years ago

In other words is't possible to install snorby on a Raspberry pi 2?

couchpotato78 commented 8 years ago

Installed Ubuntu Mate voor Raspberry pi 2, release 15.10. Get the same error message:

Your Gemfile.lock is corrupt. The following gems are missing from the DEPENDENCIES section: 'dm-rails' 'dm-rails'

Can somebody please help, I really don't know what else I can do, to solve this problem

jchisholm59 commented 8 years ago

Yea me too. Something tells me the whole Snorby thing is dead, Jim.

drwayyyne commented 8 years ago

Hi,

I managed to get passed that error the following way:

In /var/www/html/snorby/ I edited line 359 of the Gemfile.lock so that it says "dm-rails (~> 1.2.1)" instead of 1.2.0..

Hope that works for you, too!