Bruno Silva

Results 21 comments of Bruno Silva

I'll be forking this project and bringing your PR to it, I could use this fix :+1:

Also, not sure if this is related: Glide version (`glide --version`): `glide version 0.10.2` When I run `glide install`, the following happens: ``` [INFO] Lock file (glide.lock) does not exist....

~~Some of those are private repositories, FWIW~~ All of the failing packages are private repositories.

Seeing same behavior. You can reproduce it with this: Server: ```go socket, err := goczmq.NewPub("tcp://*:5556,ipc://weather.ipc") if err != nil { log.Fatal(err) } defer socket.Destroy() rand.Seed(time.Now().UnixNano()) for { zipcode := 59937...

you need to install libsodium, libzmq and czmq, which are mentioned [here](https://zeromq.org/download/) but that's not mentioned explicitly.

To see the state of these changes, see #594

@frankscholten I believe further polishing might be needed, e.g. [I hardcoded megabytes as the ram size](https://github.com/mesos/elasticsearch/pull/597/files#diff-8483ed7a39e8c606e126f3c2a1726788R114), we should improve this. Also, we need to document a way to pass arguments...

Hey guys. I have stepped away from this for a long time. This was actually a work I needed done a year ago (sort of) but we ended up staying...

@frankscholten no problem! * They are, with the only exception being `ES_HEAP_SIZE` for ES 5.0+. If we set that, then he refuses to start. All other configurations have to go...

@albertostratio no problem! :smile: So, I got to a point where I can deploy ES 5.0 and it doesn't fail every second. We can reach it normally. The problem is:...