Re: [Bro-Dev] Final Broker branch testing

2018-05-10 Thread Seth Hall
On 3 May 2018, at 17:20, Jon Siwek wrote: > Otherwise, I've stabilized some unit tests and made a merge request > [1] > for the broker branch. I'm really late on this, but congratulations Jon! That's super exciting and it's been a long slog to getting to this point but now I can't wait for

Re: [Bro-Dev] Final Broker branch testing

2018-05-03 Thread Johanna Amann
On 3 May 2018, at 14:20, Jon Siwek wrote: > On 5/2/18 9:59 AM, Johanna Amann wrote: > (3) I need to try to hack our CMake system more to try to get back down to 2.8.12 while still being able to embed CAF. > > I think (hope!) I was mistaken and everything already works with >

Re: [Bro-Dev] Final Broker branch testing

2018-05-03 Thread Jon Siwek
On 5/2/18 9:59 AM, Johanna Amann wrote: >>> (3) I need to try to hack our CMake system more to try to get back down >>> to 2.8.12 while still being able to embed CAF. I think (hope!) I was mistaken and everything already works with 2.8.12 (structure of CMake docs previously led me to think it

Re: [Bro-Dev] Final Broker branch testing

2018-05-02 Thread Johanna Amann
On 27 Apr 2018, at 8:55, Robin Sommer wrote: > On Thu, Apr 26, 2018 at 16:54 -0500, you wrote: > >> (1) Users whose OS has insufficient CMake will need to compile/obtain >> a newer one. > >> (2) We go back to CMake 2.8.12 and have people compile CAF >> themselves. >> (Or maybe we could

Re: [Bro-Dev] Final Broker branch testing

2018-04-30 Thread Keith Lehigh
I’m able to get this built and running on FreeBSD 11.1 . - Keith On 26 Apr 2018, at 11:16, Jon Siwek wrote: > The latest version of the new Broker-ized cluster/communication system > for Bro in 'topic/actor-system' branch is wrapping up and, in my > opinion, ready to be merged into Bro's

Re: [Bro-Dev] Final Broker branch testing

2018-04-27 Thread Robin Sommer
On Thu, Apr 26, 2018 at 16:54 -0500, you wrote: > (1) Users whose OS has insufficient CMake will need to compile/obtain a > newer one. > (2) We go back to CMake 2.8.12 and have people compile CAF themselves. > (Or maybe we could conditionally require only 2.8.12 users to compile > CAF and

Re: [Bro-Dev] Final Broker branch testing

2018-04-27 Thread Azoff, Justin S
> On Apr 26, 2018, at 4:25 PM, Azoff, Justin S wrote: > > Other than that things are working great. Cluster::publish_hrw is > distributing data cross proxies perfectly: > > # for x in 1 2 3; do broctl print Scan::attacks proxy-$x|grep attempts= > -c;done > 3304 > 3405 >

Re: [Bro-Dev] Final Broker branch testing

2018-04-26 Thread Jon Siwek
On 4/26/18 4:30 PM, Johanna Amann wrote: > It might be. I am honestly not sure - I suspect that this still will > mean that some places might not be able to easily use Bro > anymore--adding external package sources does not seem to be a viable > option everywhere. They could still build

Re: [Bro-Dev] Final Broker branch testing

2018-04-26 Thread Robin Sommer
On Thu, Apr 26, 2018 at 14:30 -0700, you wrote: > It might be. I am honestly not sure - I suspect that this still will > mean that some places might not be able to easily use Bro > anymore--adding external package sources does not seem to be a viable > option everywhere. Is it a feasible

Re: [Bro-Dev] Final Broker branch testing

2018-04-26 Thread Johanna Amann
On 26 Apr 2018, at 14:05, Jon Siwek wrote: > On 4/26/18 2:04 PM, Johanna Amann wrote: > >> With this change, we Bro cannot be compiled out of the Box on >> RedHat/Centos 7 anymore. Since that is the latest release of RedHat >> and probably used in production by quite a few people a

Re: [Bro-Dev] Final Broker branch testing

2018-04-26 Thread Jon Siwek
On 4/26/18 2:04 PM, Johanna Amann wrote: > With this change, we Bro cannot be compiled out of the Box on > RedHat/Centos 7 anymore. Since that is the latest release of RedHat and > probably used in production by quite a few people a potentially > significant amount of people might not be

Re: [Bro-Dev] Final Broker branch testing

2018-04-26 Thread Jan Grashöfer
> > Trying this I noticed a few things (ordered by urgency from my point of > view). > > With this change, we Bro cannot be compiled out of the Box on > RedHat/Centos 7 anymore. Since that is the latest release of RedHat and > probably used in production by quite a few people a potentially >

Re: [Bro-Dev] Final Broker branch testing

2018-04-26 Thread Azoff, Justin S
> On Apr 26, 2018, at 11:16 AM, Jon Siwek wrote: > > The latest version of the new Broker-ized cluster/communication system > for Bro in 'topic/actor-system' branch is wrapping up and, in my > opinion, ready to be merged into Bro's 'master' branch. > [..] > > Though,

Re: [Bro-Dev] Final Broker branch testing

2018-04-26 Thread Daniel Thayer
I noticed that Bro no longer builds on any version of RHEL/CentOS: CMake Error at aux/broker/CMakeLists.txt:4 (cmake_minimum_required): CMake 3.0.2 or higher is required. You are running version 2.8.12.2 Also, I observed

Re: [Bro-Dev] Final Broker branch testing

2018-04-26 Thread Johanna Amann
Trying this I noticed a few things (ordered by urgency from my point of view). With this change, we Bro cannot be compiled out of the Box on RedHat/Centos 7 anymore. Since that is the latest release of RedHat and probably used in production by quite a few people a potentially significant

[Bro-Dev] Final Broker branch testing

2018-04-26 Thread Jon Siwek
The latest version of the new Broker-ized cluster/communication system for Bro in 'topic/actor-system' branch is wrapping up and, in my opinion, ready to be merged into Bro's 'master' branch. However, since it's such a big change, I'd like a last round of feedback before merging. If you want