YES! This is what the problem was. The new web ui is on 5050, not 8080. It's working!
Thanks, Craig On Mon, Mar 4, 2013 at 2:02 PM, Benjamin Mahler <[email protected]> wrote: > Hi Craig, > > The old webui in 0.9.0 ran on 8080. We removed the old webui in favor > of a new webui that runs purely on the master. Check 5050 on a master > machine. > > Ben > > On Mon, Mar 4, 2013 at 12: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? > >> >
