Repository: aurora Updated Branches: refs/heads/master 2e7b317be -> e6674939c
Document the logfile locations used in the vagrant box Reviewed at https://reviews.apache.org/r/48218/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/e6674939 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/e6674939 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/e6674939 Branch: refs/heads/master Commit: e6674939c7be556f138e125c96e60541afe04879 Parents: 2e7b317 Author: Stephan Erb <[email protected]> Authored: Tue Jun 7 20:42:43 2016 +0200 Committer: Stephan Erb <[email protected]> Committed: Tue Jun 7 20:42:43 2016 +0200 ---------------------------------------------------------------------- docs/getting-started/vagrant.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/e6674939/docs/getting-started/vagrant.md ---------------------------------------------------------------------- diff --git a/docs/getting-started/vagrant.md b/docs/getting-started/vagrant.md index 4460600..ca4b704 100644 --- a/docs/getting-started/vagrant.md +++ b/docs/getting-started/vagrant.md @@ -139,9 +139,16 @@ you can use the command `vagrant destroy` to turn off and delete the virtual fil Troubleshooting --------------- -Most of the vagrant related problems can be fixed by the following steps: +Most of the Vagrant related problems can be fixed by the following steps: * Destroying the vagrant environment with `vagrant destroy` * Killing any orphaned VMs (see AURORA-499) with `virtualbox` UI or `VBoxManage` command line tool * Cleaning the repository of build artifacts and other intermediate output with `git clean -fdx` * Bringing up the vagrant environment with `vagrant up` + +If that still doesn't solve your problem, make sure to inspect the log files: + +* Scheduler: `/var/log/upstart/aurora-scheduler.log` +* Observer: `/var/log/upstart/aurora-thermos-observer.log` +* Mesos Master: `/var/log/mesos/mesos-master.INFO` (also see `.WARNING` and `.ERROR`) +* Mesos Agent: `/var/log/mesos/mesos-slave.INFO` (also see `.WARNING` and `.ERROR`)
