[Bro] Errors with broctl cron

Justin Azoff JAzoff at albany.edu
Mon Mar 10 08:34:43 PDT 2014


On Mon, Mar 10, 2014 at 03:16:09PM +0000, C. L. Martinez wrote:
 
> Here it is:
> 
> root at testbro:~ # /nsm/bro/share/broctl/scripts/local-interfaces
> 10.196.0.103
> fe80::5054:ff:fe91:3813
> 172.17.22.1
> fe80::5054:ff:fec4:d17f
> 172.17.23.1
> fe80::5054:ff:fe1a:3c94
> 172.17.24.1
> fe80::5054:ff:fe69:9e59
> ::1
> fe80::1
> 127.0.0.1
> 
> Nothing strange in my opinion ... In ode.cfg I use IP 172.17.24.1 to
> connect to other workers ...

Yep, that's what it is supposed to do..  bro tries to fix the path in
that script:

    export PATH=$PATH:/sbin:/usr/sbin

so ifconfig can be found, but I wonder if it is not finding sed on your
system.  Can you double check what your PATH is in the shell vs. what
it is for cron jobs?

-- 
-- Justin Azoff



More information about the Bro mailing list