New User Question: Windows and Chromium: Problem with first demo atlantis

"David L. Page, PhD" <[email protected]> Fri, 18 Apr 2008 16:21:38 -0400
Newsgroups gmane.comp.graphics.chromium.user
Message-ID <[email protected]>
--===============1134424791==
Content-Type: multipart/alternative; 
	boundary="----=_Part_4793_21033085.1208550098868"

------=_Part_4793_21033085.1208550098868
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

------=_Part_4793_21033085.1208550098868
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div><br clear="all">I have installed Chromium on Windows system. I have compiled Chromium and I am attempting to run the initial demos.</div>
<div>&nbsp;</div>
<div>I am following the Chromium documentation and running the atlantis demo first. The documentation lists the following four steps:</div>
<div>&nbsp;</div>
<div>1: % cd mothership/configs<br>2: % python crdemo.conf atlantis &amp;<br>3: % crserver &amp;<br>4: % crappfaker</div>
<div>&nbsp;</div>
<div>My question is do I perform these four steps on the same machine (i.e. Chromium&nbsp;okay with&nbsp;<a href="http://127.0.0.1">127.0.0.1</a> 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?</div>

<div>&nbsp;</div>
<div>I only have one maching at the moment. I&#39;ve attempted to run the four steps under Cygwin on one machine. Here&#39;s a cut-n-paste of my results. I get an error at step #3. I&#39;ve added my computer&#39;s name into the C:/Windows/system32/drivers/etc/hosts file (i.e. Cygwin, /etc/hosts) as a loopback entry (<a href="http://127.0.0.1">127.0.0.1</a>&nbsp;&nbsp;Old_Laphroaig).</div>

<div>&nbsp;</div>
<div>&nbsp;</div>
<div>===&nbsp;Begin log file ===</div>
<div>&nbsp;</div>
<div><a href="mailto:Dave@Old_Laphroaig">Dave@Old_Laphroaig</a> /cygdrive/e/cr-1.9/mothership/configs<br>$ python crdemo.conf atlantis &amp;<br>[1] 4648</div>
<div><a href="mailto:Dave@Old_Laphroaig">Dave@Old_Laphroaig</a> /cygdrive/e/cr-1.9/mothership/configs<br>$ This is Chromium, Version 1.9<br>Start a crappfaker on <a href="http://Old_Laphroaig.um1.comcast.net">Old_Laphroaig.um1.comcast.net</a>.<br>
Start a crserver on <a href="http://Old_Laphroaig.um1.comcast.net">Old_Laphroaig.um1.comcast.net</a>.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>
<div><a href="mailto:Dave@Old_Laphroaig">Dave@Old_Laphroaig</a> /cygdrive/e/cr-1.9/mothership/configs<br>$ crserver &amp;<br>[2] 5412</div>
<div><a href="mailto:Dave@Old_Laphroaig">Dave@Old_Laphroaig</a> /cygdrive/e/cr-1.9/mothership/configs<br>$ CR Warning(Old_Laphroaig:0): crGetPID not implemented on Windows yet!<br>CR Warning(Old_Laphroaig:0): Couldn&#39;t find the CRMOTHERSHIP environment variable, defaulting to localhost<br>
CR Warning(Old_Laphroaig:0): Couldn&#39;t find the CRMOTHERSHIP environment variable, defaulting to localhost<br>CR Warning(Old_Laphroaig:0): Render SPU: WGL wants these visual capabilities: RGB, Doublebuffer, Z<br>CR Warning(Old_Laphroaig:0): Render SPU: WGL chose these visual capabilities: RGB, Doublebuffer, Z, Accum<br>
CR Warning(Old_Laphroaig:0): Couldn&#39;t find the CRMOTHERSHIP environment variable, defaulting to localhost<br>Mothership error: could not qualify hostname &#39;Old_Laphroaig&#39; - check /etc/hosts</div>
<div><br>MOTHERSHIP EXCEPTION!&nbsp; TERRIBLE!<br>Traceback (most recent call last):<br>&nbsp; File &quot;../server/mothership.py&quot;, line 1062, in Go<br>&nbsp;&nbsp;&nbsp; self.ProcessRequest( self.wrappers[sock] )<br>&nbsp; File &quot;../server/mothership.py&quot;, line 2215, in ProcessRequest<br>
&nbsp;&nbsp;&nbsp; fn( sock_wrapper, arguments)<br>&nbsp; File &quot;../server/mothership.py&quot;, line 1419, in do_acceptrequest<br>&nbsp;&nbsp;&nbsp; self.AcceptTCPIP(sock, accept_info)<br>&nbsp; File &quot;../server/mothership.py&quot;, line 1277, in AcceptTCPIP<br>
&nbsp;&nbsp;&nbsp; Fatal( &quot;Mothership error: could not qualify hostname &#39;%s&#39; - check /etc/hosts&quot; % hostname)<br>&nbsp; File &quot;../server/mothership.py&quot;, line 102, in Fatal<br>&nbsp;&nbsp;&nbsp; sys.exit(-1)<br>SystemExit: -1<br>CR Error(Old_Laphroaig:0): Mothership didn&#39;t like my accept request</div>

<div>[1]-&nbsp; Done&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; python crdemo.conf atlantis<br>[2]+&nbsp; Done&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; crserver</div>
<div><a href="mailto:Dave@Old_Laphroaig">Dave@Old_Laphroaig</a> /cygdrive/e/cr-1.9/mothership/configs<br>$ </div>
<div>&nbsp;</div>
<div>=== End log file ===</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Any insight would be greatly appreciated. Thank you.</div>
<div>&nbsp;</div>
<div>--Dave</div>
<div>&nbsp;</div>

------=_Part_4793_21033085.1208550098868--


--===============1134424791==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
--===============1134424791==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Chromium-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chromium-users

--===============1134424791==--