Closed nhaumont closed 7 years ago
Which distribution do you use? Is it RedHat based? What does file /etc/default/mesos-slave
contain?
Btw. there's purge = true
set on /etc/mesos-slave
, so any files created by a package manager should be deleted on next run.
Should be fixed by #79. Please reopen if the problem persists.
Hi,
We use the mesos module with the 0.28.1 without issues and the mesos master and slave services can start without pb once installed. But when using it with the 0.28.2, I have the issue that the mesos-slave service cannot be started because of this error:
When checking in
/etc/mesos-slave
, onlywork_dir
exists for the 0.28.1 But with 0.28.2, we havework_dir
andwork_dir.rpmnew
, which seems to cause some trouble.Thanks, Nicolas