Re: Mesos on ssl

2019-04-05 Thread Jorge Machado
Thanks Hsiao, I think it is this, as a build from master works fine for me. When are we releasing 1.8.0 ? > On 5 Apr 2019, at 16:52, Chun-Hung Hsiao wrote: > > I'm not sure if this is related: > https://issues.apache.org/jira/browse/MESOS-7076 > > In summary, Ubuntu 18.04 ships libevent

Re: [External] Re: docker containerizer with nvidia-docker

2019-04-05 Thread Benjamin Mahler
+Kevin Klues On Fri, Apr 5, 2019 at 1:24 AM Huadong Liu wrote: > Hi Ben, thanks for pointing me to the docker containerizer ticket. I do see > the value of UCR. > > Since nvidia-docker already takes care of mounting the driver etc., if we > use the "--docker=nvidia-docker" agent option to

Re: Mesos on ssl

2019-04-05 Thread Chun-Hung Hsiao
I'm not sure if this is related: https://issues.apache.org/jira/browse/MESOS-7076 In summary, Ubuntu 18.04 ships libevent 2.1.x (for OpenSSL 1.1.x support). But libevent 2.1.x has an unknown bug that caused some Mesos tests to fail. As a workaround, the current Mesos master branch (will be 1.8

Re: Mesos on ssl

2019-04-05 Thread Benno Evers
Hi Jorge, just a wild guess, but the "404 Not Found" text on a 404 response was only added fairly recently ( https://reviews.apache.org/r/67414/ ), before that the default 404 response was just an empty body which renders as a completely blank page on most browsers. Maybe Mesos isn't hanging

Mesos on ssl

2019-04-05 Thread Jorge Machado
Hi Guys, I'm having issues with mesos versions from tar.gz compared with a build from git master when using ssl. With a build from git ssl agent is fine and for example the endpoint https://mesos-agent:5051/ returns a 404 which is fine. With a build from tar.gz (1.7.1 or 1.7.2) the same