#992: broctl cron locks all bro processes
-------------------------+--------------------
  Reporter:  carlopmart  |      Owner:
      Type:  Problem     |     Status:  new
  Priority:  Low         |  Milestone:  Bro2.2
 Component:  Bro         |    Version:  2.1
Resolution:              |   Keywords:
-------------------------+--------------------

Comment (by dnthayer):

 In the output above, I see lines like this (notice that broctl is in
 /usr/local/bin):
 41905 ?? Is 0:00.19 /usr/local/bin/python /usr/local/bin/broctl cron
 (python2.7)

 But the compile options you specified were:
 ./configure --prefix=/opt/bro --enable-perftools --disable-ruby --conf-
 files-dir=/data/config/etc/bro/conf
 --scriptdir=/data/config/etc/bro/scripts

 So, how did broctl get installed in /usr/local/bin ?
 Did you manually copy or move files after doing "make install"?
 Or, do you have multiple versions of Bro installed on the same
 machine (in different locations)?

 I would suggest running "broctl config", and for each directory
 path in the output, make sure that each one exists.

 Also, check your PATH environment variable to make sure
 it doesn't list a directory for an older installation of Bro.

-- 
Ticket URL: <http://tracker.bro.org/bro/ticket/992#comment:3>
Bro Tracker <http://tracker.bro.org/bro>
Bro Issue Tracker

_______________________________________________
bro-dev mailing list
[email protected]
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev

Reply via email to