No CRAM-MD5 support for libsasl2 when compiling

2015-08-16 Thread F21
I am trying to build mesos 0.23. In my case, I am trying to build mesos and all of its dependencies manually, so I can build a package that contains everything. I am building cyrus sasl 2.1.26 like so: ./configure CC=gcc-4.8 CPPFLAGS=-I/usr/include/openssl

Re: No CRAM-MD5 support for libsasl2 when compiling

2015-08-16 Thread F21
./configure see the plugins in /home/user/Desktop/libsasl2/lib/sasl2? On 17/08/2015 2:45 PM, Jeff Schroeder wrote: Yes, the same thing happened to me at first. You need both the headers (the dev package and .h files) and the actual libraries installed. On Sunday, August 16, 2015, F21 f21.gro

Re: No CRAM-MD5 support for libsasl2 when compiling

2015-08-16 Thread F21
Schroeder wrote: Try updating your CPPFLAGS with -I and the full path to those headers perhaps? Once I had both installed this worked for me, but I was not using nonstandard paths. On Sunday, August 16, 2015, F21 f21.gro...@gmail.com mailto:f21.gro...@gmail.com wrote: Hey Jeff, I do have

Re: Batch/queue frameworks?

2015-10-07 Thread F21
I am also interested in something like this, although my requirements are much more simpler. I am interested in a work queue like beanstalkd that will allow me to push to a queue from a web app and have workers to do things like send emails, generate pdfs and resize images. I have thought

How does mesos determine how much memory on a node is available for offer?

2015-09-02 Thread F21
I have 3 CoreOS nodes running in vagrant. Mesos is run natively (not in docker containers). There is 1 master/slave and 2 slaves. If I ssh into one of my slaves and run free -m, I see: Total: 2005 Used 1342 Free 662 Shares 273 Buffers 13 Cached 1210 In the mesos web-ui, I see that the slave

Re: How does mesos determine how much memory on a node is available for offer?

2015-09-02 Thread F21
There seems to be some dynamicness to it. I just bumped the memory for each VM up to 2.5GB and now mesos is offering 1.5GB on it's slave. Is there some percentage value that I can set so that more memory is available to mesos? On 3/09/2015 11:23 AM, Anand Mazumdar wrote: In case you don’t

mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread F21
I am building mesos 0.24.0 with the goal to compress the binaries into an archive and distribute them onto other machines to run. Mesos is configured with the following options and then compiled: ./configure CC=gcc-4.8 CXX=g++-4.8 LD_LIBRARY_PATH=/tmp/mesos-build/sasl2/lib

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread F21
Yes, it exists. I can also see a libmesos.so that is symlinked to libmesos-0.24.0.so On 17/09/2015 7:08 PM, haosdent wrote: Does libmesos-0.24.0.so <http://libmesos-0.24.0.so> exists in LD_LIBRARY_PATH=/path/to/mesos/lib? On Thu, Sep 17, 2015 at 5:01 PM, F21 <f21.gro...@

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread F21
I have that set using the environment variable: MESOS_EXECUTOR_ENVIRONMENT_VARIABLES={"LD_LIBRARY_PATH": "/path/to/mesos/lib"} However, it doesn't seem to have any effect. On 18/09/2015 12:27 AM, haosdent wrote: MESOS_EXECUTOR_ENVIRONMENT_VARIABLES={"LD_LIBRARY_PATH": "/path/to/mesos/lib"}

Building portable binaries

2015-09-17 Thread F21
Is there anyway to build portable binaries for mesos? Currently, I have tried building my own libsvn, libsasl2, libcurl, libapr and then built mesos using the following: ../configure CC=gcc-4.8 CXX=g++-4.8 LD_LIBRARY_PATH=/tmp/mesos-build/sasl2/lib SASL_PATH=/tmp/mesos-build/sasl2/lib/sasl2

Re: Building portable binaries

2015-09-17 Thread F21
17, 2015 at 7:33 PM, F21 <f21.gro...@gmail.com <mailto:f21.gro...@gmail.com>> wrote: Is there anyway to build portable binaries for mesos? Currently, I have tried building my own libsvn, libsasl2, libcurl, libapr and then built mesos using the following: ../configure

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread F21
Hey haosdent, I was the one that opened the issue :) On 18/09/2015 1:52 PM, haosdent wrote: Hi, @F21 You problems is similar to https://issues.apache.org/jira/browse/MESOS-3462? I would test it tonight and give you feedback later. On Fri, Sep 18, 2015 at 5:59 AM, F21 <f21.gro...@gmail.

Re: Web ui offers tab blank

2015-09-25 Thread F21
794 master.cpp:2739] Processing ACCEPT call for offers: [ 20150926-040939-169978048-5050-594-O1807 ] on slave 20150926-040939-169978048-5050-594-S0 at slave(1)@192.168.33.10:5051 (192.168.33.10) for framework 20150925-063839-169978048-5050-1342- (marathon) at scheduler-4f7b57a5-cded-4e

Re: Building portable binaries

2015-09-19 Thread F21
to PORTDIR_OVERLAY... Error(s) in metadata for 'clustering/mesos-0.22.0': DEPEND: Invalid atom (.keep), token 12 RDEPEND: Invalid atom (.keep), token 7 Any ideas why this might be happening? Cheers! On 20/09/2015 4:35 AM, CCAAT wrote: Hey F21, The ebuild is attached. Hopefully I'll

Web ui offers tab blank

2015-09-25 Thread F21
I am running mesos 0.24 on CoreOS. I also have Marathon 0.10.1 running. I am trying to run the HDFS framework and notice that it's complaining that there isn't enough resources when trying to launch an executor. I wanted to see what offers are being made, but when I click the "offers" tab in