[Seaside] Seaside on EC2 Amazon Service

Lawrence Kellogg mac.hive at me.com
Wed Oct 12 18:29:03 UTC 2011


Hey Nick, 

$ wget http://glass.gemstone.com/scripts/installGemstone.sh
--2011-10-12 18:25:48--  http://glass.gemstone.com/scripts/installGemstone.sh
Resolving glass.gemstone.com... 64.20.104.5
Connecting to glass.gemstone.com|64.20.104.5|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://glass.gemstone.com/scripts/installGemstone.sh [following]
--2011-10-12 18:25:48--  https://glass.gemstone.com/scripts/installGemstone.sh
Connecting to glass.gemstone.com|64.20.104.5|:443... connected.
ERROR: certificate common name “magtrac.gemstone.com” doesn’t match requested host name “glass.gemstone.com”.
To connect to glass.gemstone.com insecurely, use ‘--no-check-certificate’.

and with the no certificate option

$ wget http://glass.gemstone.com/scripts/installGemstone.sh --no-check-certificate
--2011-10-12 18:26:35--  http://glass.gemstone.com/scripts/installGemstone.sh
Resolving glass.gemstone.com... 64.20.104.5
Connecting to glass.gemstone.com|64.20.104.5|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://glass.gemstone.com/scripts/installGemstone.sh [following]
--2011-10-12 18:26:35--  https://glass.gemstone.com/scripts/installGemstone.sh
Connecting to glass.gemstone.com|64.20.104.5|:443... connected.
WARNING: certificate common name “magtrac.gemstone.com” doesn’t match requested host name “glass.gemstone.com”.
HTTP request sent, awaiting response... 404 Not Found
2011-10-12 18:26:35 ERROR 404: Not Found.


I guess the install script has been moved somewhere....

Larry


On Oct 12, 2011, at 10:33 AM, Nick Ager wrote:

> Hi Larry,
> 
>> Make sure you include the " - " before your key and lines "#cloud-config" & "ssh_authorized_keys:" 
>> I find it helpful to form the syntax in a text editor prior to posting into the web-form.
>> 
>   
>   So, is there a space between the '-' and the 'ssh-rsa'? Does it matter? 
> 
> I haven't tried it without the spaces, but it works for me with the spaces.  
>  
> I saw another parameter that said something about disabling metadata. I guess that parameter is not needed. 
> 
> Yes that is optional.
> 
> 
>   By the way, your instructions say open SSH on Port 22 but the screen shot shows port 25, or 
> vice versa. I assume that I only need to open up port 22 for SSH.
> 
> 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.
>  
> 
>   It seems like the Security Group stuff has changed. I wasn't able to get the All Internet 
> specification that you show. The entries I created all wanted a source, 0,0,0,0 or 1234567890/default. 
> What do I do with that?
> 
> Just pick SSH and HTTP from the drop-down, but I don't think this is your problem.
>   
>   I wonder if it matters that I was trying this from my laptop over Wifi. 
> 
> I doubt that's an issue. 
> 
> Good luck
> 
> Nick
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20111012/7ddb84c1/attachment-0001.htm


More information about the seaside mailing list