Reminder: MesosCon North America CFP closes Wednesday, March 9th

2016-03-06 Thread Dave Lester
The CFP for MesosCon North America closes in just a few days, on Wednesday March 9th. Make sure to submit your talk before the deadline! http://events.linuxfoundation.org/events/mesoscon/program/cfp The following Monday March 14th, community review of the proposals will begin — and remain open

RE: mesos master 0.27.1 needs g++ to execute ?

2016-03-06 Thread kr di
Sure – sorry. I did two ones, one before I added gcc and the other after I added gcc: The following is if I simply use the same dockerfile for mesos 0.27.1 as I used with mesos 0.25 (which executed and worked fine without error): + exec /home/ec2-user/mm.dev/mesos/build/bin/mesos-master.sh

Re: mesos master 0.27.1 needs g++ to execute ?

2016-03-06 Thread Klaus Ma
Hi KR, Can you share the error message? Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer Platform OpenSource Technology, STG, IBM GCG +86-10-8245 4084 | klaus1982...@gmail.com | http://k82.me On Sun, Mar 6, 2016 at 8:22 PM, kr di wrote: > I have dockerized amy

mesos master 0.27.1 needs g++ to execute ?

2016-03-06 Thread kr di
I have dockerized amy compiled version of mesos master for version 0.25 successfully. In moving closer to production, I am upgrading to 0.27.1. However, in dockerizing 0.27.1, the mesos master seems to need g++ (plus a few libraries) to execute which was not the case with mesos 0.25. I am

Re: [VOTE] Release Apache Mesos 0.28.0 (rc1)

2016-03-06 Thread Avinash Sridharan
Looks like this issue is not a regression. I can see the same crash on Debian 8 running on AWS with 0.27.2-rc1 . The root cause is that the cgroups memory subsystem was disabled. Enabled it at boot up and all root test cases passed. BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64