On 7/8/13 15:41 , Gary Malouf wrote: > I've run been running a mesos cluster for about a month in our staging > environment without issue. Today, I tried to compile and install a cluster > in production using the same build process we did for staging but have run > into issues getting it to run from the install location. We have the > log_dir parameter set to /var/log/mesos but no data is showing up in there > or in /tmp when I run the sbin/start-mesos-cluster.sh scripts. > > To be clear, I am able to run masters and slaves from the directory I built > the code in but the install location seems to have issues. > > Two questions: > > 1) What are the recommended strategies for debugging an install? > > 2) Any other places where the logs could be showing up?
The mesos-daemon.sh script redirects stdout/err to /dev/null, which is probably a mistake. Try modifying that to redirect them to a useful file. - Charles
