Bryan Richardson

Results 52 comments of Bryan Richardson

It looks like Docker Compose is [included](https://docs.travis-ci.com/user/docker/#using-docker-compose) in Travis build environments. Assuming you're OK with not having Windows as part of your multi-machine testing, couldn't you just use multiple Docker...

This `ClusterRole` definition worked for me in a GKE cluster using the GCE load balancer. May even be able to tighten it up a bit more. ``` apiVersion: rbac.authorization.k8s.io/v1beta1 kind:...

Okay @zefhemel thanks for the reply. I'll see if I can't poke around and make something work then submit a PR.

@Cracked5pider from the stack trace, it looks like the `structs.Map` function is getting stuck in a recursive loop. I think it is stemming from [here](https://github.com/HavocFramework/Havoc/blob/7a48a0ff167a7931175c310ef0ebae775a24b3c0/Teamserver/pkg/agent/agent.go#L985), and the recursive loop is...

Great, I see how you fixed it. Good to know I was at least on the right track. Thanks!

I'm seeing this too w/ `4.1.4`, but at a different spot in the `pebbe/zmq4` library. Haven't been able to test w/ `4.1.6` at all. Any ideas on this?

Nevermind... mine was a different issue (stupidity on my part).

@nightlark how exactly do you enable HELICS? The HELICS-Tutorial README mentions compiling from the `cmake_update` branch... does anything else special need to be done? Enabling ZMQ perhaps? As an FYI,...

Ubuntu 18.04 (using Docker) I created a `build` directory in the `GridDyn` root, then simply ran `cmake .. && make -j8`. Next time I'll add the `-DHELICS_EXECUTABLE=ON` option to `cmake`....

@phlptp any chance you have some ideas here?