From: David L. P. P. <pa...@gm...> - 2008-04-18 20:21:46
|
I have installed Chromium on Windows system. I have compiled Chromium and I am attempting to run the initial demos. I am following the Chromium documentation and running the atlantis demo first. The documentation lists the following four steps: 1: % cd mothership/configs 2: % python crdemo.conf atlantis & 3: % crserver & 4: % crappfaker My question is do I perform these four steps on the same machine (i.e. Chromium okay with 127.0.0.1 loopbacks?). Or should I run #1 and #2 on one machine, #3 on a second machine, and #4 on a third machine, all networked together? I only have one maching at the moment. I've attempted to run the four steps under Cygwin on one machine. Here's a cut-n-paste of my results. I get an error at step #3. I've added my computer's name into the C:/Windows/system32/drivers/etc/hosts file (i.e. Cygwin, /etc/hosts) as a loopback entry (127.0.0.1 Old_Laphroaig). === Begin log file === Dave@Old_Laphroaig /cygdrive/e/cr-1.9/mothership/configs $ python crdemo.conf atlantis & [1] 4648 Dave@Old_Laphroaig /cygdrive/e/cr-1.9/mothership/configs $ This is Chromium, Version 1.9 Start a crappfaker on Old_Laphroaig.um1.comcast.net. Start a crserver on Old_Laphroaig.um1.comcast.net. Dave@Old_Laphroaig /cygdrive/e/cr-1.9/mothership/configs $ crserver & [2] 5412 Dave@Old_Laphroaig /cygdrive/e/cr-1.9/mothership/configs $ CR Warning(Old_Laphroaig:0): crGetPID not implemented on Windows yet! CR Warning(Old_Laphroaig:0): Couldn't find the CRMOTHERSHIP environment variable, defaulting to localhost CR Warning(Old_Laphroaig:0): Couldn't find the CRMOTHERSHIP environment variable, defaulting to localhost CR Warning(Old_Laphroaig:0): Render SPU: WGL wants these visual capabilities: RGB, Doublebuffer, Z CR Warning(Old_Laphroaig:0): Render SPU: WGL chose these visual capabilities: RGB, Doublebuffer, Z, Accum CR Warning(Old_Laphroaig:0): Couldn't find the CRMOTHERSHIP environment variable, defaulting to localhost Mothership error: could not qualify hostname 'Old_Laphroaig' - check /etc/hosts MOTHERSHIP EXCEPTION! TERRIBLE! Traceback (most recent call last): File "../server/mothership.py", line 1062, in Go self.ProcessRequest( self.wrappers[sock] ) File "../server/mothership.py", line 2215, in ProcessRequest fn( sock_wrapper, arguments) File "../server/mothership.py", line 1419, in do_acceptrequest self.AcceptTCPIP(sock, accept_info) File "../server/mothership.py", line 1277, in AcceptTCPIP Fatal( "Mothership error: could not qualify hostname '%s' - check /etc/hosts" % hostname) File "../server/mothership.py", line 102, in Fatal sys.exit(-1) SystemExit: -1 CR Error(Old_Laphroaig:0): Mothership didn't like my accept request [1]- Done python crdemo.conf atlantis [2]+ Done crserver Dave@Old_Laphroaig /cygdrive/e/cr-1.9/mothership/configs $ === End log file === Any insight would be greatly appreciated. Thank you. --Dave |