<div dir="ltr">I am trying to install snorby and get this error:<div><br></div><div>







<p class="">[root@E1A-PROD-BATCH-1 snorby-master]# rake --trace snorby:setup</p>
<p class="">rake aborted!</p>
<p class="">undefined method `symbolize_keys' for nil:NilClass</p>
<p class="">/opt/snorby-master/config/application.rb:39:in `<module:Snorby>'</p>
<p class="">/opt/snorby-master/config/application.rb:14:in `<top (required)>'</p>
<p class="">/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:45:in `require'</p>
<p class="">/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:45:in `require'</p>
<p class="">/opt/snorby-master/Rakefile:4:in `<top (required)>'</p><p class=""><br></p><p class=""><br></p><p class="">my snorby_config.yml is below.  All I did was change the domain.  It has 2 spaces before each entry except production line and rules has 4 spaces.  wkhtmltopdf is not installed but removing it does not change anything.</p>
<p class=""><br></p><p class="">I also tried to simplify the snorby_config.yml file to just the first 2 lines but that did not work either.</p><p class=""><br></p><p class="">production:</p><p class="">  domain: 'E1A-PROD-BATCH-1'</p>
<p class="">  wkhtmltopdf: /usr/local/bin/wkhtmltopdf</p><p class="">  ssl: false</p><p class="">  mailer_sender: '<a href="mailto:snorby@snorby.org">snorby@snorby.org</a>'</p><p class="">  geoip_uri: "<a href="http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz">http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz</a>"</p>
<p class="">  rules:</p><p class="">    - ""</p><p class="">  authentication_mode: database</p><p class="">  # If timezone_search is undefined or false, searching based on time will</p><p class="">  # use UTC times (historical behavior). If timezone_search is true</p>
<p class="">  # searching will use local time.</p><p class="">  timezone_search: true</p><p class="">  # uncomment to set time zone to time zone of box from /usr/share/zoneinfo, e.g. "America/Cancun"</p><p class="">
  # time_zone: 'UTC'</p><p class="">






















</p><p class=""><br></p><p class=""><br></p><p class="">Thank you for any help.</p><p class=""><br></p><p class=""><br></p></div></div>