<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">and a problem with finding X11 display module....<div><br></div><div><div>[seasideuser@domU-12-31-39-14-08-6B GemTools-1.0-beta.8-244x.app]$ ~/gemtools.sh</div><div>[seasideuser@domU-12-31-39-14-08-6B GemTools-1.0-beta.8-244x.app]$ could not find module vm-display-X11</div><div><br></div><div><br></div><div>hmmmm....</div><div><br></div><div><br></div><div><div>On Oct 13, 2011, at 9:55 AM, Nick Ager wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi Larry,</div><div><br></div>So the problem seems to be in the /etc/init.d/gemstone script.<div><br></div><div>In the meantime if you want to start Gemstone.</div><div><br></div><div>cd /opt/gemstone/product/seaside/bin</div>
<div>startGemstone</div><div>startnet</div><div>runSeasideGems30 start WAFastCGIAdaptor 9001</div><div><br></div><div>and to stop:</div><div>runSeasideGems30 stop WAFastCGIAdaptor 9001</div><div>stopnetldi</div><div>stopGemstone</div>
<div><br></div><div><br></div><div>Nick</div><div><br><br><div class="gmail_quote">On 13 October 2011 14:47, Lawrence Kellogg <span dir="ltr">&lt;<a href="mailto:mac.hive@me.com">mac.hive@me.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word"><br><div><div class="im"><div>On Oct 13, 2011, at 9:44 AM, Nick Ager wrote:</div><br></div><blockquote type="cite">Hi Larry,<div><br></div><div class="im"><div>I'm mystified. One last idea, try:</div>
<div><br></div><div>cd&nbsp;/opt/gemstone/product/seaside/bin</div><div>startGemstone</div><div><br></div><div>Any luck?</div><div><br></div><div>BTW I assume you downloaded Gemstone 2.4.4.1, not 3.0Beta...</div>
<div><br></div></div></blockquote><div><br></div><div><br></div><div>&nbsp; Well, that seems to work, I think....&nbsp;</div><div><br></div><div><div>stopstone[Info]: Stone repository monitor "seaside" has been stopped.</div>
<div>startstone[Info]: GemStone version '2.4.4.1'</div><div>startstone[Info]: Starting Stone repository monitor "seaside".</div><div>startstone[Info]: GEMSTONE is: "/opt/gemstone/product".</div>
<div>startstone[Warning]: /usr/lib64/libposix-aio.so not found, using librt.so</div><div>startstone[Info]:</div><div>&nbsp; &nbsp; GEMSTONE_SYS_CONF=/opt/gemstone/GemStone64Bit2.4.4.1-x86_64.Linux/seaside/data/system.conf</div><div>
&nbsp; &nbsp; GEMSTONE_EXE_CONF=/opt/gemstone/GemStone64Bit2.4.4.1-x86_64.Linux/seaside/data/seaside.conf</div><div>startstone[Info]: Log file is '/opt/gemstone/log/seaside.log'.</div><div>startstone[Info]: GemStone server 'seaside' has been started.</div>
<div><br></div><div><br></div><div>[seasideuser@domU-12-31-39-14-08-6B bin]$ gslist -l</div><div>Status &nbsp;Version &nbsp; &nbsp;Owner &nbsp; &nbsp;Pid &nbsp; Port &nbsp; Started &nbsp; &nbsp; Type &nbsp;Name</div><div>------ --------- --------- ----- ----- ------------ ------ ----</div>
<div>exists 2.4.4.1 &nbsp; seasideuser 20921 43237 Oct 13 13:45 cache &nbsp;<a href="mailto:seaside@domU-12-31-39-14-08-6B.compute-1.internal" target="_blank">seaside@domU-12-31-39-14-08-6B.compute-1.internal</a></div><div>exists 2.4.4.1 &nbsp; seasideuser 20920 49298 Oct 13 13:45 Stone &nbsp;seaside</div>
<div><br></div></div><div>Should the ldi process be running? Yes, it is version 2.4.4.1 according to this....</div><div><br></div><div>Larry</div><div><div></div><div class="h5"><div><br></div><br><blockquote type="cite">
<div>Nick<br><br><div class="gmail_quote">On 13 October 2011 14:10, Lawrence Kellogg <span dir="ltr">&lt;<a href="mailto:mac.hive@me.com" target="_blank">mac.hive@me.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="word-wrap:break-word"><br><div><div><div>On Oct 13, 2011, at 8:56 AM, Nick Ager wrote:</div><br></div><blockquote type="cite">Hi Larry,<div><br></div><div><div>If you examine your&nbsp;<span style="color:rgb(34, 34, 34);font-family:'andale mono', 'lucida console', monospace;font-size:13px;line-height:19px;white-space:pre-wrap">/etc/init.d/gemstone </span>what user does the script use to execute the Gemstone scripts. In mine the key lines are:</div>


<div><br></div><div>RUNASUSER="seasideuser"</div><div>GEMSTONE_BIN="/opt/gemstone/product/seaside/bin"</div><div>GEMSTONE_STOPNET="/opt/gemstone/product/bin"</div><div><br></div><div># Start GemStone</div>


<div>startGemStone() {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; logger "Starting GemStone server: "</div><div>&nbsp; &nbsp; &nbsp; &nbsp; daemon --user=$RUNASUSER $GEMSTONE_BIN/startGemstone</div><div>&nbsp; &nbsp; &nbsp; &nbsp; daemon --user=$RUNASUSER $GEMSTONE_BIN/startnet&nbsp;</div>


<div><br></div><div>the environment that 'startGemstone' and friends use will be defined by the environment for user $RUNASUSER</div><div><br></div></div></blockquote><div><br></div><div><br></div><div>&nbsp; Yes, my RUNASUSER is also defined as seasideuser, but I still have the same problem.</div>

<div><br></div><div><div>seasideuser@domU-12-31-39-14-08-6B init.d]$ sudo /etc/init.d/gemstone restart</div><div>echoing GEMSTONE:</div><div>/opt/gemstone/product</div><div>seasideuser &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;------------ echo $RUNASUSER here</div>

<div><div></div><div><div>Stopping Gems...</div><div>&nbsp; &nbsp;No PID file found for gem on port 9001, not running?</div><div>&nbsp; &nbsp;No PID file found for gem on port 9002, not running?</div><div>&nbsp; &nbsp;No PID file found for gem on port 9003, not running?</div>

<div>&nbsp; &nbsp;No PID file for for the maintenance gem, not running?</div><div>&nbsp; &nbsp;No PID file for for the service gem, not running?</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[ &nbsp;OK &nbsp;]</div><div>stopnetldi[Info]: GemStone version '2.4.4.1'</div>

<div>stopnetldi[Info]: Server 'gs64ldi' is not running.</div><div>Missing password file $GEMSTONE/seaside/etc/gemstone.secret[ &nbsp;OK &nbsp;]</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[FAILED]</div>

<div>Missing password file $GEMSTONE/seaside/etc/gemstone.secret</div><div>/opt/gemstone/product/seaside/bin/startnet: line 8: /bin/startnetldi: No such file or directory</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[ &nbsp;OK &nbsp;]</div>

<div>Starting Gems....</div><div><span style="white-space:pre-wrap">        </span>Starting WAFastCGIAdaptor gem on port 9001</div><div><br></div></div></div></div><div><div></div><div><br><blockquote type="cite"><div>
Nick</div><div><br><br><div class="gmail_quote">On 13 October 2011 11:24, Lawrence Kellogg <span dir="ltr">&lt;<a href="mailto:mac.hive@me.com" target="_blank">mac.hive@me.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br><div><div><div>On Oct 13, 2011, at 4:20 AM, Nick Ager wrote:</div><br>
<blockquote type="cite"><div>Hi Larry</div><div><br></div>I suspect that $GEMSTONE isn't defined in the context of the startup script. You could try adding:<div><br></div><div>echo 'echoing GEMSTONE:'</div><div>


echo $GEMSTONE</div><div>
<br></div><div>within the startup script and see if you get any output. Otherwise I'm at a loss.</div><div><br></div></blockquote><div><br></div></div><div>&nbsp; You're right, the variable is not defined in the context of the startup script.&nbsp;</div>


<div>So, I added it to the gemstone startup script but it still cannot locate the files! Why?</div><div><br></div><div>&nbsp; I'm at a loss too.... How strange.&nbsp;</div><div><br></div><div>&nbsp; Here are all my environment variables:&nbsp;</div>


<div><br></div><div><div>[seasideuser@domU-12-31-39-14-08-6B init.d]$ set | grep gem</div><div>DYLD_LIBRARY_PATH=/opt/gemstone/product/lib:</div><div>GEMSTONE=/opt/gemstone/product</div><div>GEMSTONE_DATADIR=/opt/gemstone/product/seaside/data</div>


<div>GEMSTONE_EXE_CONF=/opt/gemstone/product/seaside/data</div><div>GEMSTONE_KEYFILE=/opt/gemstone/product/seaside/etc/gemstone.key</div><div>GEMSTONE_LOGDIR=/opt/gemstone/log</div><div>GEMSTONE_SYS_CONF=/opt/gemstone/product/seaside/data/system.conf</div>


<div>LD_LIBRARY_PATH=/opt/gemstone/product/lib:</div><div>MANPATH=/opt/gemstone/product/doc:</div><div>OLDPWD=/opt/gemstone/product</div><div>PATH=/opt/gemstone/product/bin:/opt/gemstone/product/seaside/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/aws/bin:/home/seasideuser/bin</div>


<div>_=gemstone</div><div><br></div></div><div><div></div><div><br><blockquote type="cite"><div>Nick</div><div><br><div class="gmail_quote">On 13 October 2011 03:23, Lawrence Kellogg <span dir="ltr">&lt;<a href="mailto:mac.hive@me.com" target="_blank">mac.hive@me.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">I do have a gemstone.secret file<div><br></div><div><br></div><div><div>[seasideuser@domU-12-31-39-14-08-6B ~]$ ls $GEMSTONE/seaside/etc/gemstone.secret</div>



<div>/opt/gemstone/product/seaside/etc/gemstone.secret</div><div>[seasideuser@domU-12-31-39-14-08-6B ~]$&nbsp;</div><div><br></div><div><br></div><div>so I'm not sure why the restart script is complaining....</div><div>
<div><br></div><div><div>stopnetldi[Info]: Server 'gs64ldi' is not running.</div><div>Missing password file $GEMSTONE/seaside/etc/gemstone.secret[ &nbsp;OK &nbsp;]</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[FAILED]</div>



<div>Missing password file $GEMSTONE/seaside/etc/gemstone.secret</div><div>/opt/gemstone/product/seaside/bin/startnet: line 8: /bin/startnetldi: No such file or directory</div></div><div><br></div></div><div>It also says this is missing:&nbsp;</div>



<div><br></div><div>$GEMSTONE/bin/startnetldi&nbsp;</div><div><br></div><div>but here it is:&nbsp;</div><div><br></div><div><div>[seasideuser@domU-12-31-39-14-08-6B bin]$ ls -l $GEMSTONE/bin/startnetldi&nbsp;</div><div>-r-xr-xr-x 1 seasideuser seasideuser 311158 Jul 13 &nbsp;2010 /opt/gemstone/product/bin/startnetldi</div>



<div>[seasideuser@domU-12-31-39-14-08-6B bin]$&nbsp;</div></div><div><br></div><div><br></div><div>Confusing....</div><div><br></div><div>Larry</div><div><div></div><div><div><br></div><div><br></div><div><br></div>
<div><div>On Oct 12, 2011, at 5:30 PM, Nick Ager wrote:</div><br><blockquote type="cite">Hi Larry,<div><br></div><div>It looks as Gemstone can't find the password file:&nbsp;gemstone.secret</div><div><br></div><div>I'd suspect that the environment variable $GEMSTONE isn't setup correctly. On my installation:</div>




<div><br></div><div>echo $GEMSTONE</div><div><br></div><div>gives:</div><div><br></div><div>/opt/gemstone/product</div><div><br></div><div>also if I try</div><div><br></div><div>sudo echo $GEMSTONE</div><div><br></div><div>




I get the same result. Do you see something similar?</div><div><br></div><div>Nick&nbsp;</div><div><div><br><div class="gmail_quote">On 12 October 2011 21:23, Lawrence Kellogg <span dir="ltr">&lt;<a href="mailto:mac.hive@me.com" target="_blank">mac.hive@me.com</a>&gt;</span> wrote:<br>




<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hello Nick,&nbsp;<div>&nbsp; Well, I'm up to testing out my Gemstone install.&nbsp;</div><div><br>




</div><div><div>&nbsp;sudo /etc/init.d/gemstone restart</div><div>Stopping Gems...</div><div>&nbsp; &nbsp;No PID file found for gem on port 9001, not running?</div><div>&nbsp; &nbsp;No PID file found for gem on port 9002, not running?</div><div>



&nbsp; &nbsp;No PID file found for gem on port 9003, not running?</div>
<div>&nbsp; &nbsp;No PID file for for the maintenance gem, not running?</div><div>&nbsp; &nbsp;No PID file for for the service gem, not running?</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[ &nbsp;OK &nbsp;]</div><div>stopnetldi[Info]: GemStone version '2.4.4.1'</div>




<div>stopnetldi[Info]: Server 'gs64ldi' is not running.</div><div>Missing password file $GEMSTONE/seaside/etc/gemstone.secret[ &nbsp;OK &nbsp;]</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[FAILED]</div>




<div>Missing password file $GEMSTONE/seaside/etc/gemstone.secret</div><div>/opt/gemstone/product/seaside/bin/startnet: line 8: /bin/startnetldi: No such file or directory</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[ &nbsp;OK &nbsp;]</div>




<div>Starting Gems....</div><div><span style="white-space:pre-wrap">        </span>Starting WAFastCGIAdaptor gem on port 9001</div><div><span style="white-space:pre-wrap">        </span>Starting WAFastCGIAdaptor gem on port 9002</div>



<div>
<span style="white-space:pre-wrap">        </span>Starting WAFastCGIAdaptor gem on port 9003</div><div><span style="white-space:pre-wrap">        </span>Starting maintenance gem</div><div>&nbsp; Starting service gem</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[ &nbsp;OK &nbsp;]</div>




<div>[seasideuser@domU-12-31-39-14-08-6B ~]$ /opt/gemstone/product/seaside/bin/runSeasideGems30: line 21: /WAFastCGIAdaptor_start-9002.log: Permission denied</div><div>/opt/gemstone/product/seaside/bin/runSeasideGems30: line 21: /WAFastCGIAdaptor_start-9001.log: Permission denied</div>




<div>/opt/gemstone/product/seaside/bin/runSeasideGems30: line 21: /WAFastCGIAdaptor_start-9003.log: Permission denied</div><div>/opt/gemstone/product/seaside/bin/runSeasideGems30: line 28: /maintenance_start.log: Permission denied</div>




<div>/opt/gemstone/product/seaside/bin/runSeasideGems30: line 35: /service_start.log: Permission denied</div><div><br></div><div><br></div><div>It looks like I am missing permissions to write to the log files.&nbsp;</div><div>




Did I miss some change that I had to make to those two script files, runSeasideGems30 and gemstone?&nbsp;</div><div><br></div><div>It has been a while since I have done any Gemstone work so I'm a little lost.&nbsp;</div><div><br>




</div><div>Larry</div><div><div></div><div><div><br></div><div><br></div><div><div>On Oct 12, 2011, at 2:54 PM, Nick Ager wrote:</div><br><blockquote type="cite"><div>Hi Larry.</div><div><br></div>Try:&nbsp;<div><br>
</div><div><a href="http://seaside.gemstone.com/scripts/installGemstone.sh" target="_blank">http://seaside.gemstone.com/scripts/installGemstone.sh</a></div><div><br></div><div>thanks for the corrections - I fix the blog post in due course.</div>





<div><br></div><div>A good source of up-to-date information is:</div><div><br></div><div><a href="http://code.google.com/p/glassdb/" target="_blank">http://code.google.com/p/glassdb/</a></div><div><br></div><div>Nick<br>




<br><div class="gmail_quote">
On 12 October 2011 19:29, Lawrence Kellogg <span dir="ltr">&lt;<a href="mailto:mac.hive@me.com" target="_blank">mac.hive@me.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div style="word-wrap:break-word"><div>Hey Nick,&nbsp;</div><div><br></div><div><div>$ wget <a href="http://glass.gemstone.com/scripts/installGemstone.sh" target="_blank">http://glass.gemstone.com/scripts/installGemstone.sh</a></div>





<div>--<a href="tel:2011-10-12%2018" value="+442011101218" target="_blank">2011-10-12 18</a>:25:48-- &nbsp;<a href="http://glass.gemstone.com/scripts/installGemstone.sh" target="_blank">http://glass.gemstone.com/scripts/installGemstone.sh</a></div>





<div>Resolving <a href="http://glass.gemstone.com/" target="_blank">glass.gemstone.com</a>... 64.20.104.5</div><div>Connecting to <a href="http://glass.gemstone.com/" target="_blank">glass.gemstone.com</a>|64.20.104.5|:80... connected.</div>





<div>HTTP request sent, awaiting response... 301 Moved Permanently</div><div>Location: <a href="https://glass.gemstone.com/scripts/installGemstone.sh" target="_blank">https://glass.gemstone.com/scripts/installGemstone.sh</a> [following]</div>





<div>--<a href="tel:2011-10-12%2018" value="+442011101218" target="_blank">2011-10-12 18</a>:25:48-- &nbsp;<a href="https://glass.gemstone.com/scripts/installGemstone.sh" target="_blank">https://glass.gemstone.com/scripts/installGemstone.sh</a></div>





<div>Connecting to <a href="http://glass.gemstone.com/" target="_blank">glass.gemstone.com</a>|64.20.104.5|:443... connected.</div><div>ERROR: certificate common name “<a href="http://magtrac.gemstone.com/" target="_blank">magtrac.gemstone.com</a>” doesn’t match requested host name “<a href="http://glass.gemstone.com/" target="_blank">glass.gemstone.com</a>”.</div>





<div>To connect to <a href="http://glass.gemstone.com/" target="_blank">glass.gemstone.com</a> insecurely, use ‘--no-check-certificate’.</div></div><div><br></div><div>and with the no certificate option</div><div><br></div>





<div><div>$ wget <a href="http://glass.gemstone.com/scripts/installGemstone.sh" target="_blank">http://glass.gemstone.com/scripts/installGemstone.sh</a> --no-check-certificate</div><div>--<a href="tel:2011-10-12%2018" value="+442011101218" target="_blank">2011-10-12 18</a>:26:35-- &nbsp;<a href="http://glass.gemstone.com/scripts/installGemstone.sh" target="_blank">http://glass.gemstone.com/scripts/installGemstone.sh</a></div>





<div>Resolving <a href="http://glass.gemstone.com/" target="_blank">glass.gemstone.com</a>... 64.20.104.5</div><div>Connecting to <a href="http://glass.gemstone.com/" target="_blank">glass.gemstone.com</a>|64.20.104.5|:80... connected.</div>





<div>HTTP request sent, awaiting response... 301 Moved Permanently</div><div>Location: <a href="https://glass.gemstone.com/scripts/installGemstone.sh" target="_blank">https://glass.gemstone.com/scripts/installGemstone.sh</a> [following]</div>





<div>--<a href="tel:2011-10-12%2018" value="+442011101218" target="_blank">2011-10-12 18</a>:26:35-- &nbsp;<a href="https://glass.gemstone.com/scripts/installGemstone.sh" target="_blank">https://glass.gemstone.com/scripts/installGemstone.sh</a></div>





<div>Connecting to <a href="http://glass.gemstone.com/" target="_blank">glass.gemstone.com</a>|64.20.104.5|:443... connected.</div><div>WARNING: certificate common name “<a href="http://magtrac.gemstone.com/" target="_blank">magtrac.gemstone.com</a>” doesn’t match requested host name “<a href="http://glass.gemstone.com/" target="_blank">glass.gemstone.com</a>”.</div>





<div>HTTP request sent, awaiting response... 404 Not Found</div><div><a href="tel:2011-10-12%2018" value="+442011101218" target="_blank">2011-10-12 18</a>:26:35 ERROR 404: Not Found.</div></div><div><br></div><div><br></div>





<div>I guess the install script has been moved somewhere....</div><div><br></div><div>Larry</div><div><br></div><br><div><div><div>On Oct 12, 2011, at 10:33 AM, Nick Ager wrote:</div><br></div><blockquote type="cite">
<div><div></div><div>Hi Larry,<div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div>
<div><blockquote type="cite">
<div>Make sure you include the " - " before your key and lines "#cloud-config" &amp; "ssh_authorized_keys:"&nbsp;</div><div>I find it helpful to form the syntax in a text editor prior to posting into the web-form.</div>







<div><br></div></blockquote><div>&nbsp;&nbsp;</div></div><div>&nbsp; So, is there a space between the '-' and the 'ssh-rsa'? Does it matter?&nbsp;</div></div></div></div></blockquote><div><br></div><div>I haven't tried it without the spaces, but it works for me with the spaces.&nbsp;&nbsp;</div>






<div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div><div>I saw another parameter that said something about disabling metadata. I guess that parameter is not needed.&nbsp;</div>






</div></div></div></blockquote><div><br></div><div>Yes that is optional.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">






<div><div><div><br></div><div>&nbsp; By the way, your instructions say open SSH on Port 22 but the screen shot shows port 25, or&nbsp;</div><div>vice versa. I assume that I only need to open up port 22 for SSH.</div></div></div></div>






</blockquote><div><br></div><div>Correct port 22 is SSH. I've corrected the spurious reference to port 25 in the blog post - thanks. On the latest EC2 interface you can just pick SSH and HTTP from the drop-down menu.</div>






<div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div><div><br></div><div>&nbsp; It seems like the Security Group stuff has changed. I wasn't able to get the All Internet&nbsp;</div>






<div>specification that you show. The entries I created all wanted a source, 0,0,0,0 or <a href="tel:1234567890" value="+441234567890" target="_blank">1234567890</a>/default.&nbsp;</div><div>What do I do with that?</div></div>






</div></div></blockquote><div><br></div><div>Just pick SSH and HTTP from the drop-down, but I don't think this is your problem.</div><div>&nbsp;&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div style="word-wrap:break-word"><div><div><div><div></div></div><div>&nbsp; I wonder if it matters that I was trying this from my laptop over Wifi.&nbsp;</div></div></div></div></blockquote><div><br></div><div>I doubt that's an issue.&nbsp;</div>






<div><br></div><div>Good luck</div><div><br></div><div>Nick</div></div></div></div></div><div>
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>





</div></blockquote></div><br></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>




</blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br></div></div>
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>



</blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>


</blockquote></div></div></div><br></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>

</blockquote></div></div></div><br></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</blockquote></div></div></div><br></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></blockquote></div><br></div></body></html>