Failed to locate systemd cgroups hierarchy

2016-04-06 Thread DiGiorgio, Mr. Rinaldo S.
Hi, I am using lxc to create a container and I must be missing a dependent package. Has anyone seen and resolved the following. I0406 12:28:53.765508 18891 main.cpp:223] Build: 2016-03-17 17:47:25 by root I0406 12:28:53.765622 18891 main.cpp:225] Version: 0.28.0 I0406 12:28:53.765653 18

How is the OS X environment created with Mesos

2016-05-05 Thread DiGiorgio, Mr. Rinaldo S.
Hi, Recently I noticed that the Mesos Jenkins plugin supports the setting of environment variables. Somewhere between 0.26 and 0.28.1, settings like USER= HOME= were required to get things to work the way they had worked. I have been able to set the environment

Wait until current task is "complete" and then accept no work

2016-05-05 Thread DiGiorgio, Mr. Rinaldo S.
HI, One of the challenges I had with AWS was the inability to request that the automated scale up and scale down services wait for a system to reach a state where it was ok to perform that action. The AWS seemed to assume stateless, which is the simple use case. Can I request that a cur

Re: How is the OS X environment created with Mesos

2016-05-05 Thread DiGiorgio, Mr. Rinaldo S.
setuid](http://linux.die.net/man/2/setuid) to change the user, It would not execute something like the bashrc script of user. Thanks. That makes it very clear and explains why I am having issue. On Thu, May 5, 2016 at 7:41 PM, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pace.edu>> wrote: Hi,

Re: How is the OS X environment created with Mesos

2016-05-11 Thread DiGiorgio, Mr. Rinaldo S.
On Thu, May 5, 2016 at 7:41 PM, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pace.edu>> wrote: Hi, Recently I noticed that the Mesos Jenkins plugin supports the setting of environment variables. Somewhere between 0.26 and 0.28.1, settings like USER= HOME= w

Are multiple settings required for ephemeral ports on the mesos agent?

2016-05-20 Thread DiGiorgio, Mr. Rinaldo S.
Hi, I have configured some Linux machines 4 of them to run several thousand tests which use many different ports. I have change the ephemeral port range to: net.ipv4.ip_local_port_range = 61000 65500 I am not using network isolation, since it doesn’t appear to be supported on OSX. Does the m

Re: Are multiple settings required for ephemeral ports on the mesos agent?

2016-05-20 Thread DiGiorgio, Mr. Rinaldo S.
et Linux stable first and then deal with OSX. Thanks On Fri, May 20, 2016 at 7:49 PM, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pace.edu>> wrote: Hi, I have configured some Linux machines 4 of them to run several thousand tests which use many different ports. I have change the eph

Moved an agent from one framework to another and it is now showing in both

2016-05-20 Thread DiGiorgio, Mr. Rinaldo S.
I moved a node from one framework to another and it is showing in both = frameworks. When I check the process table it shows that it is using = the master I expected. =20 1) Node is running with master A 2) Node is stopped and attached to master B The node is now showing in both frameworks. Ri

Re: Moved an agent from one framework to another and it is now showing in both

2016-05-22 Thread DiGiorgio, Mr. Rinaldo S.
On Sat, May 21, 2016 at 4:24 AM, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pace.edu>> wrote: I moved a node from one framework to another and it is showing in both = frameworks. When I check the process table it shows that it is using = the master I expected. =20 1) Node is running with mast

OSX 10.10.5 and mesos 0.28.1 -- 10 to 20 X difference in sleep() method compared to non mesos

2016-06-03 Thread DiGiorgio, Mr. Rinaldo S.
Hi, We are running the following Java application and we are getting unreasonable deltas in the actual amount time slept. On linux the results are as expected 10, 11, 12 but mostly 10ms. Can you suggest any changes we can make or is this a known issue or a new issue to be investigated?

Re: OSX 10.10.5 and mesos 0.28.1 -- 10 to 20 X difference in sleep() method compared to non mesos

2016-06-06 Thread DiGiorgio, Mr. Rinaldo S.
loop 79 delay 10 ms > loop 80 delay 12 ms > loop 81 delay 12 ms > loop 82 delay 11 ms > loop 83 delay 11 ms > loop 84 delay 12 ms > loop 85 delay 11 ms > loop 86 delay 12 ms > loop 87 delay 12 ms > loop 88 delay 12 ms > loop 89 delay 11

Re: OSX 10.10.5 and mesos 0.28.1 -- 10 to 20 X difference in sleep() method compared to non mesos

2016-06-06 Thread DiGiorgio, Mr. Rinaldo S.
top, I have retested with power nap being set to off on an iMac and it did not make a difference. I will try it on a laptop. The other 15 Macs are all towers. Maybe it is a clue, works on laptops but not on desktops. On Mon, Jun 6, 2016 at 10:57 PM, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pa

Framework for runtime configuration of a mesos provided resource

2016-08-04 Thread DiGiorgio, Mr. Rinaldo S.
Hi, We have software that runs unmodified on many different operating systems ( Linux, Solaris, Windows and OS X). We have found several cases where the mesos provided compute resource requires some additional setup since the created process is not quite the same as a process created by login.

Re: Framework for runtime configuration of a mesos provided resource

2016-08-05 Thread DiGiorgio, Mr. Rinaldo S.
ask we switch to a non root user. On Thu, Aug 4, 2016 at 7:54 PM, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pace.edu>> wrote: Hi, We have software that runs unmodified on many different operating systems ( Linux, Solaris, Windows and OS X). We have found several cases where the mesos prov

Windows Agent Build Issues

2016-08-30 Thread DiGiorgio, Mr. Rinaldo S.
Hi, Trying to build Windows Agent on Windows 2010 R2 Windows VS 2015 installed and working /c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio\ 14.0/ Make installed and working — cmake version 3.6.1 patch.exe installed and working — patch 2.5.9 Jenkins 2+ installed and working Workspace

Is this a CI system for is it a development system

2016-08-30 Thread DiGiorgio, Mr. Rinaldo S.
Hi, I don’t know what the expectation is when looking at mesos jobs here: https://builds.apache.org/view/Incubator%20Projects/job/Mesos-OSX/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,label_exp=mac/ has been waiting for six days.

Re: Is this a CI system for is it a development system

2016-08-30 Thread DiGiorgio, Mr. Rinaldo S.
16, at 11:50, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pace.edu>> wrote: Hi, I don’t know what the expectation is when looking at mesos jobs here: https://builds.apache.org/view/Incubator%20Projects/job/Mesos-OSX/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,EN

Re: Windows Agent Build Issues

2016-08-30 Thread DiGiorgio, Mr. Rinaldo S.
f this working before the change to use support/windows.bat Rinaldo On 30 Aug 2016, at 11:40, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pace.edu>> wrote: Hi, Trying to build Windows Agent on Windows 2010 R2 Windows VS 2015 installed and working /c/Program\ Files\ \(x86\)/Microsoft\ Vi

Re: Windows Agent Build Issues

2016-08-31 Thread DiGiorgio, Mr. Rinaldo S.
the responses. On Aug 30, 2016, at 10:25 AM, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pace.edu>> wrote: On Aug 30, 2016, at 9:42 AM, Alexander Rojas mailto:alexan...@mesosphere.io>> wrote: Just out of the box, what do you get if you set DPATCHEXE_PATH to `/c/GnuWin32/bin/pa

Windows Agent fails when a marathon instance attempts to use the windows agent

2016-09-09 Thread DiGiorgio, Mr. Rinaldo S.
Hi, I am able to build the Posix Windows Agent in Jenkins reliably. Thanks for the very clear simple directions and the build script. I am using this repository. https://git-wip-us.apache.org/repos/asf/mesos.git After building I copy the exes and the build directory to an agent. The agent c

Reservations for multiple different agents

2015-09-21 Thread DiGiorgio, Mr. Rinaldo S.
Hi, I have some tasks that need to run on different types of agents. I don’t want the tasks to run unless I am going to have all the resources. Can someone suggest how I could accomplish that with mesos. I read about reservations here: http://mesos.apache.org/documentation/latest/reservat

Re: Reservations for multiple different agents

2015-09-21 Thread DiGiorgio, Mr. Rinaldo S.
On Tue, Sep 22, 2015 at 6:32 AM, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pace.edu>> wrote: Hi, I have some tasks that need to run on different types of agents. I don’t want the tasks to run unless I am going to have all the resources. Can someone suggest how I could accomplish tha

Re: Reservations for multiple different agents

2015-09-28 Thread DiGiorgio, Mr. Rinaldo S.
ues": "ANY" } } ] } bash-3.2# cat attributes/credentials { "credentials": [ { "principal": "mesos-mach5-beta", "secret": "password" } ] } When I try the following I am told I am not authorized.

Re: Reservations for multiple different agents

2015-09-28 Thread DiGiorgio, Mr. Rinaldo S.
s.apache.org/gettingstarted/ (see the OSX section; in particular: `$ brew install autoconf automake libtool subversion maven`) Marco Massenzio Distributed Systems Engineer http://codetrips.com<http://codetrips.com/> On Mon, Sep 28, 2015 at 1:59 PM, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...

Re: Reservations for multiple different agents

2015-09-28 Thread DiGiorgio, Mr. Rinaldo S.
p://mesos.apache.org/gettingstarted/ (see the OSX section; in particular: `$ brew install autoconf automake libtool subversion maven`) Marco Massenzio Distributed Systems Engineer http://codetrips.com<http://codetrips.com/> On Mon, Sep 28, 2015 at 1:59 PM, DiGiorgio, Mr. Rinaldo S. mailto:rd

Re: Reservations for multiple different agents

2015-09-28 Thread DiGiorgio, Mr. Rinaldo S.
p://$MESOS_HOST/master/reserve <https://github.com/apache/mesos/blob/master/include/mesos/authorizer/authorizer.proto#L33-L45 Hope that helps, ~Joseph On Mon, Sep 28, 2015 at 2:51 PM, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pace.edu>> wrote: On Sep 28, 2015, at 5:27 PM, Marco Massenzio mailto:

Re: Reservations for multiple different agents

2015-09-29 Thread DiGiorgio, Mr. Rinaldo S.
nt_side With curl, you'd add something like: -H "Authorization: Basic bWVzb3MtbWFjaDUtYmV0YTpwYXNzd29yZA==" That base64 blurb is the encoded version of "mesos-mach5-beta:password". ~Joseph On Mon, Sep 28, 2015 at 8:25 PM, DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pace.edu&

Re: Reservations for multiple different agents

2015-09-29 Thread DiGiorgio, Mr. Rinaldo S.
l follow up with you to resolve the issue. Thanks, MPark. On Tue, Sep 29, 2015 at 1:53 PM DiGiorgio, Mr. Rinaldo S. mailto:rdigior...@pace.edu>> wrote: Joseph, I thought I tried that. So I must still not following the directions. Here is what I have? mesos master running on OS X 1

Re: OS X build

2015-10-01 Thread DiGiorgio, Mr. Rinaldo S.
Hi, I have built the current tip of the mesos repository on three different physicall instances of OSX 10.10.5 without issue. I used homebrew for dependencies. The only change I had to make was change my .m2/settings.xml file to use a proxy for getting to the maven repos. If you can pr