PacketFence - BTS - PacketFence
View Issue Details
0001796PacketFencesecuritypublic2014-05-12 06:002014-05-12 08:19
jochen 
jrouzier 
normalminoralways
assignedfixed 
LinuxRHEL / CentOS6
4.2.0 
4.2.1 
0001796: snort not started
Snort is no longer started by packetfence.

Reverting this change in pf/services/manager/roles/pf_conf_trapping_engine.pm fixed the issue for me:


# return $monitor_int && isenabled($Config{'trapping'}{'detection'}) && $Config{'trapping'}{'detection_engine'} eq $self->name && $self->$orig(@_) ? 1 : 0;
    return $monitor_int && isenabled($Config{'trapping'}{'detection'}) && $Config{'trapping'}{'detection_engine'} eq $self->name;
No tags attached.
Issue History
2014-05-12 06:00jochenNew Issue
2014-05-12 06:32francisfixed in git revision => 4695a0b37d6ce49e5594f4edc4739eebfef33497
2014-05-12 06:32francisNote Added: 0003542
2014-05-12 06:32francisStatusnew => resolved
2014-05-12 06:32francisFixed in Version => 4.2.1
2014-05-12 06:32francisResolutionopen => fixed
2014-05-12 06:32francisAssigned To => francis
2014-05-12 06:33francisNote Deleted: 0003542
2014-05-12 06:33francisfixed in git revision4695a0b37d6ce49e5594f4edc4739eebfef33497 =>
2014-05-12 06:33francisStatusresolved => new
2014-05-12 06:33francisFixed in Version4.2.1 =>
2014-05-12 08:19francisAssigned Tofrancis => jrouzier
2014-05-12 08:19francisStatusnew => assigned
2014-05-12 08:19francisTarget Version => 4.2.1

There are no notes attached to this issue.