Re: mesos package on debian stretch issue ...

2017-10-04 Thread Marco Albero
Same happens to libcrypto obviously. Kind regards, Marco. 2017-10-04 22:26 GMT+02:00 Marco Albero : > I think we got an issue here: > > *root@lxc-mesos-m1:/tmp/puppet# ldd /usr/lib/libmesos-1.4.0.so > | grep ssl* > > * libevent_openssl-2.0.so.5

Re: organizing a "docathon"

2017-10-04 Thread Benjamin Hindman
We've decided on Thursday 10/12! If you're interested in joining us in person in San Francisco please reply just to me. Stay tuned for more details. Looking forward! On Mon, Oct 2, 2017 at 6:05 PM Benjamin Hindman wrote: > Pinging this thread just to remind folks

mesos package on debian stretch issue ...

2017-10-04 Thread Marco Albero
I think we got an issue here: *root@lxc-mesos-m1:/tmp/puppet# ldd /usr/lib/libmesos-1.4.0.so | grep ssl* * libevent_openssl-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent_openssl-2.0.so.5 (0x7fa39e4dd000)* * libssl.so.1.0.0 => not found* * libssl.so.1.1 =>

[Containerization WG] Meeting tomorrow

2017-10-04 Thread Jie Yu
Hi We'll have our regular sync tomorrow morning at 9am PST. Zhitao and Gilbert will be chatting about the docker image gc support they've been working on. There is the full agenda and notes. Feel free to add more!

Re: State of IPV6 and Mesos

2017-10-04 Thread Avinash Sridharan
Hi Tim, https://issues-test.apache.org/jira/browse/MESOS-1027 introduces IPv6 support for docker containers running on IPv6 CNM network. It also introduce IPv6 for Mesos tasks running on the host network. The big remaining piece is to introduce IPv6 support for UCR containers running on a CNI

State of IPV6 and Mesos

2017-10-04 Thread Hansen, Timothy
Hi all, What is the state of IPv6 in mesos, I've found https://issues-test.apache.org/jira/browse/MESOS-1027 which is from 14' and seems mostly resolved- although 1-2 lingering issues. Is there a google docs or other tickets that I'm unaware of? If it's not feature complete, I'd like to help

Re: Updating running tasks in-place

2017-10-04 Thread Zhitao Li
Thanks for taking the lead, Yan! Replying to your points inline: On Wed, Oct 4, 2017 at 11:11 AM, Yan Xu wrote: > Hi Mesos users/devs, > > I am curious about what use cases do folks in the community have about > updating running tasks? i.e., amending the current task without going

Updating running tasks in-place

2017-10-04 Thread Yan Xu
Hi Mesos users/devs, I am curious about what use cases do folks in the community have about updating running tasks? i.e., amending the current task without going through the typical kill -> offer -> relaunch process. Typically you would only want to do that for the "pets

[Proposal] Updating levels for verbose logging

2017-10-04 Thread Armand Grillet
Hi all, We currently use three levels of verbose logging via the VLOG macro. I propose to add two levels and change how we use the current ones to make debugging easier for Mesos developers. The current situation is: - VLOG(1) is used for Mesos and libprocess events such as the admission