You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
From Joseph Siegmann:
"Have a suggestion for a fix for the /usr/bin/pulledpork.pl file.
Change:
1867 : my $Engine = `grep ENGINE /etc/nsm/securityonion.conf | cut -d\= -f2`;
To:
1867 : my $Engine = `grep "ENGINE=" /etc/nsm/securityonion.conf | cut -d\= -f2`;
The issue I found was that I was including 'IDS_ENGINE_ENABLED="yes"' in my
/etc/nsm/securityonion.conf file, and it would cause the rule-update to fail."
Original comment by doug.bu...@gmail.com on 8 Sep 2014 at 6:19
Original issue reported on code.google.com by
doug.bu...@gmail.com
on 8 Sep 2014 at 6:18The text was updated successfully, but these errors were encountered: