Re: unknown job error

2014-10-15 Thread Kevin Sweeney
Looks like something is already listening on port One way to find out what that is is with netstat sudo netstat -tlnp | grep will tell you the PID of whatever is listening on that port. On Wed, Oct 15, 2014 at 1:16 PM, Joe Stein wrote: > Hi Kevin, yes, I am trying to use Aurora on

Re: unknown job error

2014-10-15 Thread Joe Stein
Hi Kevin, yes, I am trying to use Aurora on a real CentOS 6.5 x 9 node Mesos 0.20.1 cluster I copied (and edited) the upstart scripts and that worked, thanks!!! Two new issues 1) still getting mesos-log error. Mesos is running on that box and mesos-log works from the command line. Not sure why

Re: unknown job error

2014-10-15 Thread Kevin Sweeney
It looks like you're trying to install on a system outside the vagrant image? The aurorabuild scripts are more for development in a vagrant image and will need some work to work on another system. What distribution and version is this? The start: Unknown job error messages come from upstart - you