Snorby / snorby

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

After Debian-Update Snorby won't work anymore #405

Open maniac0s opened 8 years ago

maniac0s commented 8 years ago

Hello I just recently dist-upgraded Stretch/Sid and since then, Snorby stopped working. When browsing to the location of the vhost, I got the directory listing of the /var/www/snorby/public/ directory but when I go to /dashboard or /events directly, everything worked as expected. I then tried an update of ruby and rails and since then it doesn't work anymore at all (thanks RoR... -_-'). All I get is a 500 error and a passenger-error file in /tmp I tried to run bundle install and gem update, gem update --system and all that stuff I find in rails tutorials. The passenger-error html suggests to run bundle install but bundle install gives an error: An error occurred while installing net-ssh (3.0.1), and Bundler cannot continue. sudo gem install net-ssh -v 3.0.1 gives ERROR: Error installing net-ssh: net-ssh requires Ruby version >= 2.0.

Why does this Rails have to be such a stubborn piece of PITA

maniac0s commented 8 years ago

After adding gem 'net-ssh', '~>2.9.2' to the Gemfile, bundle install runs but snorby still gives 500 error...