Hi Vinod, Benjamin, and other mates,

I recently started playing around with Mesos. I think I installed it
successfully (make install went fine), but when I'm starting a Mesos slave
(and even during 'make check'), I'm facing the following warning and error:

>>>
*WARNING: Logging before InitGoogleLogging() is written to STDERR*
*F0609 10:27:18.194910 1953354512 process.cpp:1488] Failed to initialize,
gethostbyname2: Unknown host*
**** Check failure stack trace: ****
*Abort trap: 6*
<<<

I'm starting Mesos master using following cmd:
*mesos-master --ip=127.0.0.1 --zk=zk://localhost:2181/mesos
--work_dir=/Users/prakhar/mesos/data --log_dir=/Users/prakhar/mesos/logs*

and, setting up a slave using the following cmd:
*mesos-slave --master=zk://localhost:2181/mesos
--log_dir=/Users/prakhar/mesos/logs/*

My build environment is *Mac OSX 10.9.3*. I've zookeeper installed and
zookeeper server running in the background.

Do you have any clue what could have caused this error or what I could be
doing wrong?

Thanks,
prakhar

Reply via email to