[Bro] Bug when running broctl cron

Seth Hall hall.692 at osu.edu
Fri Jan 22 08:40:38 PST 2010


On Jan 22, 2010, at 11:19 AM, Nicholas Jones wrote:

> I have a fresh installation of Bro 1.5.1, and I am encountering an  
> error when running 'broctl cron'. It appears that when broctl  
> attempts to do a df, the % symbol is not stripped before python  
> tries to convert it to a float. This throws a python error, as you  
> can see below.
>
> I made the error disappear by changing avail=float(df[3]) to  
> avail=float(df[3].strip("%"))


What operating system are you running this on?

   .Seth

---
Seth Hall
Network Security - Office of the CIO
The Ohio State University
Phone: 614-292-9721




More information about the Bro mailing list