Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 48B14200AC8 for ; Tue, 7 Jun 2016 20:43:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 473CF160A36; Tue, 7 Jun 2016 18:43:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9038D160968 for ; Tue, 7 Jun 2016 20:43:07 +0200 (CEST) Received: (qmail 26051 invoked by uid 500); 7 Jun 2016 18:43:06 -0000 Mailing-List: contact commits-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list commits@aurora.apache.org Received: (qmail 26042 invoked by uid 99); 7 Jun 2016 18:43:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2016 18:43:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8A184DFDC1; Tue, 7 Jun 2016 18:43:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: serb@apache.org To: commits@aurora.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: aurora git commit: Document the logfile locations used in the vagrant box Date: Tue, 7 Jun 2016 18:43:06 +0000 (UTC) archived-at: Tue, 07 Jun 2016 18:43:08 -0000 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 Authored: Tue Jun 7 20:42:43 2016 +0200 Committer: Stephan Erb 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`)