-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marathon and chronos processes are not restarted #58
Comments
For what it's worth -- take a look at the Vagrant file. nohup /opt/marathon/bin/start --master zk://localhost:2181/mesos --zk_hosts localhost:2181 --event_subscriber http_callback > /var/log/marathon/nohup.log 2> /var/log/marathon/nohup.log < /dev/null & You can use that to start marathon once you ssh into the box. You can probably also use vagrant provision to get it to run again. |
Or you can |
I think he is saying that marathon doesn't restart -- mesos master and slave seem to start fine though. |
@goodgoblin Once vm provisioned, mesos-master/slave process was registered to upstart. So you needn't to worry about. But, marathon process was started |
Hello guys. Thank you for your help. I'll check these approaches shortly. |
@everpeace thanks -- that makes sense. |
I'm having an similar issue. Marathon and Chronos don't start. So I try
The vagrant box restarts then says there is problem with the shares and I need to do
I do that, then the services do not start again.
Which does start the service on the box, but, when I attempt to load any Docker service it never properly loads. |
I had the same issue, I wasn't able to provision all boxes, what worked for me was first do vagrant up, confirm that marathon/chronos doesn't start and then provision only that machine: vagrant provision marathon |
I'll give that a shot. Thanks @corecanarias |
1 similar comment
I'll give that a shot. Thanks @corecanarias |
When you do
vagrant up
on the multinodes cluster, then dovagrant halt marathon
andvagrant up
again, neither marathon nor chronos processes are started within the marathon VM.One have to destroy the vm instead and spend more time on
vagrant up
each time.PS: I don't see anything related to chronos or marathon in the marathon:/etc/init/ or marathon:/etc/init.d/
The text was updated successfully, but these errors were encountered: