PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000023PacketFence 1.6.2public2006-05-03 12:262006-05-06 18:20
Reporteruser4 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Summary0000023: 'pfcmd control snort restart' kills pfdetect
Description[root@pf pf]# ./bin/pfcmd service pf
service|pid
pfmon|32742
pfdetect|300
pfredirect|32421
snort|32360
httpd|32420

[root@pf pf]# ./bin/pfcmd control snort restart
service|command
config files|start
iptables|start
snort|restart

[root@pf pf]# ./bin/pfcmd service pf
service|pid
pfmon|32742
pfdetect|0
pfredirect|32421
snort|313
httpd|32420
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000029)
user4
2006-05-03 12:26

Reminder sent to: user4, dlaporte, kevmcs

(0000054)
kevmcs (developer)
2006-05-06 18:20

service_ctl("pfdetect", "stop") if ($daemon eq "snort");
      service_ctl($daemon, "stop");

      service_ctl($daemon, "start");
      service_ctl("pfdetect", "start") if ($daemon eq "snort");
      last CASE;

fixed by Dave.

- Issue History
Date Modified Username Field Change
2006-05-03 12:26 user4 New Issue
2006-05-03 12:26 user4 Note Added: 0000029
2006-05-06 18:20 kevmcs Status new => closed
2006-05-06 18:20 kevmcs Note Added: 0000054
2006-05-06 18:20 kevmcs Resolution open => fixed


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker