[ec2-beta] Ec2-beta Digest, Vol 4, Issue 28

Gaurav gp at alabot.com
Mon Mar 30 10:50:21 BST 2009


UNSUBSCRIBE

On Sun, Mar 29, 2009 at 4:30 PM, <ec2-beta-request at lists.ubuntu.com> wrote:

> Send Ec2-beta mailing list submissions to
>        ec2-beta at lists.ubuntu.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.ubuntu.com/mailman/listinfo/ec2-beta
> or, via email, send a message with subject or body 'help' to
>        ec2-beta-request at lists.ubuntu.com
>
> You can reach the person managing the list at
>        ec2-beta-owner at lists.ubuntu.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ec2-beta digest..."
>
>
> Today's Topics:
>
>   1.  ec2-attach-volume? (Jason Morehouse)
>   2. Re:  ec2-attach-volume? (Eric Hammond)
>   3. Re:  deploying to EC2 from Springloops, etc (Eric Hammond)
>   4. Re:  init level 2-4 + network access (Eric Hammond)
>   5.  Beta program and 9.04 (Wouter Samaey)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 28 Mar 2009 21:42:22 -0700
> From: Jason Morehouse <jm at onisland.ca>
> Subject: [ec2-beta] ec2-attach-volume?
> To: ec2-beta at lists.ubuntu.com
> Message-ID: <49CEFC2E.402 at onisland.ca>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hello, has ec2-attach-volume been replaced, or does it need to be
> installed manually?
>
> Cheers,
> -Jason
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 29 Mar 2009 02:50:09 -0700
> From: Eric Hammond <ehammond at thinksome.com>
> Subject: Re: [ec2-beta] ec2-attach-volume?
> To: Jason Morehouse <jm at onisland.ca>
> Cc: ec2-beta at lists.ubuntu.com
> Message-ID: <49CF4451.5020607 at thinksome.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
>
> The official Ubuntu beta2 images for EC2 have the EC2 AMI command line
> tools installed, but not the EC2 API command line tools.
>
> ec2-attach-volume is part of the API tools, so you would need to install
> them if you want to use this command on the EC2 instance.
>
> --
> Eric Hammond
> ehammond at thinksome.com
>
>
>
> Jason Morehouse wrote:
> > Hello, has ec2-attach-volume been replaced, or does it need to be
> > installed manually?
> >
> > Cheers,
> > -Jason
> >
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 29 Mar 2009 03:19:39 -0700
> From: Eric Hammond <ehammond at thinksome.com>
> Subject: Re: [ec2-beta] deploying to EC2 from Springloops, etc
> To: Micah Walter <micahpix at mac.com>
> Cc: ec2-beta at lists.ubuntu.com
> Message-ID: <49CF4B3B.4060508 at thinksome.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Micah:
>
> It's not clear to me what you're trying to accomplish.  Are you wanting
> to run the web app on EC2 or on Springloops.com?  Are you trying to
> access subversion from EC2? or FTP?  What about the key settings
> concerns you and what key settings are you referring to?
>
> If you're still having problems, could you rephrase your question and
> provide more details?
>
> --
> Eric Hammond
> ehammond at thinksome.com
>
>
>
> Micah Walter wrote:
> > Hi,
> > I would like to set my instance up so that I can deploy a web app from
> > my subversion host at Springloops.com. They use FTP or SFTP, but I am
> > unsure as to how I would get this going considering the public/private
> > key settings on these AMIs.
> >
> > -micah
> >
>
>
>
> ------------------------------
>
> Message: 4
> Date: Sun, 29 Mar 2009 03:25:40 -0700
> From: Eric Hammond <ehammond at thinksome.com>
> Subject: Re: [ec2-beta] init level 2-4 + network access
> To: Darren Govoni <darren at ontrenet.com>
> Cc: ec2-beta at lists.ubuntu.com
> Message-ID: <49CF4CA4.3040301 at thinksome.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Darren:
>
> Did you ever solve this issue?
>
> If your scripts are being run from /etc/rc*.d/ (or symlinks there) then
> they are run as root.  The order in which they are run relative to
> network setup depends partly on the names of the files or symlinks in
> that directory and partly on how fast DHCP resolves.
>
> In the Ubuntu images I publish on http://alestic.com I found they booted
> so fast that I needed to put in some checks to wait for the network to
> come up (DHCP).  I did this using a command like the following (only
> works on EC2):
>
>  perl -MIO::Socket::INET -e '
>   until(new IO::Socket::INET("169.254.169.254:80")){sleep 1}'
>
> I have a suggested ticket open in launchpad for the official images:
>
>  https://bugs.launchpad.net/ubuntu-on-ec2/+bug/308530
>
> Each process requiring network will need to implement its own check.
>
> --
> Eric Hammond
> ehammond at thinksome.com
>
>
>
> Darren Govoni wrote:
> > Hi,
> >   In beta 1 I had some init scripts I wrote that pulled updates from a
> > subversion server outside of EC2. In beta2 those scripts don't quite
> > work entirely. After adding some logging, they seem to get hung or bail
> > out on svn calls that attempt network access. That is, they run up to
> > that point.
> >
> > So my question is, is there any network constraints at init 2 that would
> > prevent my script from working?
> >
> > I will dare to also ask if they run as root like before, which I think
> > my scripts require at boot time.
> >
> > Warm regards,
> > Darren
> >
> >
>
>
>
> ------------------------------
>
> Message: 5
> Date: Sun, 29 Mar 2009 12:33:24 +0200
> From: Wouter Samaey <wouter.samaey at gmail.com>
> Subject: [ec2-beta] Beta program and 9.04
> To: ec2-beta at lists.ubuntu.com
> Message-ID:
>        <c2204d510903290333k61a66030s7612ca31d4ca7931 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi everyone,
>
> I was wondering how the upcoming release of 9.04 will affect this beta
> EC2 program.
> Will the beta be updated to 9.04, or will there be a final release or...
>
> Kind regards
>
> Wouter Samaey
>
>
>
> ------------------------------
>
> --
> Ec2-beta mailing list
> Ec2-beta at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ec2-beta
>
>
> End of Ec2-beta Digest, Vol 4, Issue 28
> ***************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/mailman/private/ec2/attachments/20090330/a5c535fd/attachment-0002.htm 


More information about the Ec2-beta mailing list