Oh - forgot. No port is opened, so when I attempt to connect to the Mesos webui with a web browser there is a "no data received" error in Chrome.
Craig On Mon, Mar 4, 2013 at 1:51 PM, Craig Vanderborgh < [email protected]> wrote: > Here are some details: > > OS: Centos 6.2 x86_64 > gcc version 4.4.6 > > Built with: > $ ./bootstrap > $ mkdir build > $ cd build > $ ../configure --with-webui > $ make > $ make install > > Run with: > $ cd /usr/local/sbin > $ ./mesos-cluster-start.sh > > Check for open port on 8080: > $ lsof -i :8080 > (no result) > > On a machine with a working webui (mesos v0.9.0): > $ lsof -i :8080 > COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > mesos-mas 28117 craigv 8u IPv4 428317 0t0 TCP *:webcache (LISTEN) > > Please lmk if you need any more info.. > Craig > > On Mon, Mar 4, 2013 at 1:01 PM, Craig Vanderborgh < > [email protected]> wrote: > >> I have a build of trunk (cloned today) that is largely working, but the >> web ui is not working. Not yet sure why, rebuilt with --with-webui to >> ensure that the config is correct. >> >> Any thoughts? >> > >
