Open teodor-pripoae opened 8 years ago
I had the same problem and found this issue.
On your slave machines create a text file: "/etc/mesos-slave/launcher_dir" with the content: "/usr/bin" if you've installed mesos with apt-get.
If you are running meos-slave directly, provide the --launcher_dir=/usr/bin
Maybe upgrade could create this for us but it seems it didn't.
That didn't work for me. I'm installed on Ubuntu 14.04 from the PPA, my launcher dir is /usr/libexec/mesos but even with the /etc/mesos-slave/launcher_dir present and with the correct path, I still get that error with 0.26.
I've downgraded to 0.25
You should put /usr/libexec as launch_dir. not /usr/libexec/mesos.
I'll give that a shot, thanks
Hi. I upgrade from 0.25 to on 0.27 on Ubuntu 14.04 and hit this issue. The fix that worked was:
stop mesos-slave
echo "/usr/libexec/mesos" > /etc/mesos-slave/launcher_dir
start mesos-slave
I had the same issue and it was due to the fact that the mesos slaves were still running 0.25.
Hi,
I upgraded to latest mesos available from mesosphere ubuntu repositories. Chronos is still at 2.4.0, also installed from mesosphere repo.
My jobs are failing, I can see this in the sandbox section in the mesos UI