Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

PulledPork: grep Engine= #585

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 2 comments
Closed

PulledPork: grep Engine= #585

GoogleCodeExporter opened this issue Mar 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

PulledPork: grep Engine=

Original issue reported on code.google.com by doug.bu...@gmail.com on 8 Sep 2014 at 6:18

@GoogleCodeExporter
Copy link
Author

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

  • Added labels: ****
  • Removed labels: ****

@dougburks
Copy link
Contributor

Closing this issue because this should have been resolved with:
#832

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants