<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating your own FC6 instance for EC2</title>
	<atom:link href="http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/</link>
	<description>Thoughts on Software Development and Engineering</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:56:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Sapeksh</title>
		<link>http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/comment-page-1/#comment-104881</link>
		<dc:creator>Sapeksh</dc:creator>
		<pubDate>Mon, 20 Oct 2008 18:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/#comment-104881</guid>
		<description>I&#039;ve been trying to create an image for CentOS for amamon EC following the steps provided above as well as the script provided by RightScale (http://blog.rightscale.com/2007/04/). In both the cases when I try and do a groupinstall of the Base I get the following below. I&#039;m running the above steps from a machine already running CentOS 5 and version of yum is 3.0.5 as well. Any pointers will be appreciated.

Setting up repositories
Reading repository metadata in from local files
Traceback (most recent call last):
  File &quot;/usr/bin/yum&quot;, line 29, in ?
    yummain.main(sys.argv[1:])
  File &quot;yummain.py&quot;, line 94, in main
    result, resultmsgs = base.doCommands()
  File &quot;cli.py&quot;, line 381, in doCommands
    return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds)
  File &quot;yumcommands.py&quot;, line 228, in doCommand
    return base.installGroups(extcmds)
  File &quot;cli.py&quot;, line 1071, in installGroups
    self.doRepoSetup()
  File &quot;cli.py&quot;, line 109, in doRepoSetup
    self.doSackSetup(thisrepo=thisrepo)
  File &quot;__init__.py&quot;, line 341, in doSackSetup
  File &quot;packageSack.py&quot;, line 331, in excludeArchs
  File &quot;sqlitesack.py&quot;, line 589, in excludeArchs
  File &quot;sqlitesack.py&quot;, line 431, in db2class
  File &quot;/usr/lib/python2.4/site-packages/sqlite/main.py&quot;, line 97, in __getattr__
    raise AttributeError, key
AttributeError: CHECKSUM_VALUE</description>
		<content:encoded><![CDATA[<p>I&#039;ve been trying to create an image for CentOS for amamon EC following the steps provided above as well as the script provided by RightScale (<a href="http://blog.rightscale.com/2007/04/" rel="nofollow">http://blog.rightscale.com/2007/04/</a>). In both the cases when I try and do a groupinstall of the Base I get the following below. I&#039;m running the above steps from a machine already running CentOS 5 and version of yum is 3.0.5 as well. Any pointers will be appreciated.</p>
<p>Setting up repositories<br />
Reading repository metadata in from local files<br />
Traceback (most recent call last):<br />
  File &#034;/usr/bin/yum&#034;, line 29, in ?<br />
    yummain.main(sys.argv[1:])<br />
  File &#034;yummain.py&#034;, line 94, in main<br />
    result, resultmsgs = base.doCommands()<br />
  File &#034;cli.py&#034;, line 381, in doCommands<br />
    return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds)<br />
  File &#034;yumcommands.py&#034;, line 228, in doCommand<br />
    return base.installGroups(extcmds)<br />
  File &#034;cli.py&#034;, line 1071, in installGroups<br />
    self.doRepoSetup()<br />
  File &#034;cli.py&#034;, line 109, in doRepoSetup<br />
    self.doSackSetup(thisrepo=thisrepo)<br />
  File &#034;__init__.py&#034;, line 341, in doSackSetup<br />
  File &#034;packageSack.py&#034;, line 331, in excludeArchs<br />
  File &#034;sqlitesack.py&#034;, line 589, in excludeArchs<br />
  File &#034;sqlitesack.py&#034;, line 431, in db2class<br />
  File &#034;/usr/lib/python2.4/site-packages/sqlite/main.py&#034;, line 97, in __getattr__<br />
    raise AttributeError, key<br />
AttributeError: CHECKSUM_VALUE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus</title>
		<link>http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/comment-page-1/#comment-66765</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Tue, 06 May 2008 00:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/#comment-66765</guid>
		<description>I have a vmware image that I&#039;m trying to upload to EC2. Would I just cp -R / /mnt/ all the files in it to a disk image mounted like above? I guess I&#039;ll go try and update everybody else...</description>
		<content:encoded><![CDATA[<p>I have a vmware image that I&#039;m trying to upload to EC2. Would I just cp -R / /mnt/ all the files in it to a disk image mounted like above? I guess I&#039;ll go try and update everybody else&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent</title>
		<link>http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/comment-page-1/#comment-48952</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Wed, 06 Feb 2008 10:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/#comment-48952</guid>
		<description>How do you debug this distro.
How do you add a stack like the Ruby on Rails stack (Apache/NGINX, Mongrel, Ruby, Rails, mySQL) ?</description>
		<content:encoded><![CDATA[<p>How do you debug this distro.<br />
How do you add a stack like the Ruby on Rails stack (Apache/NGINX, Mongrel, Ruby, Rails, mySQL) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frederic sidler</title>
		<link>http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/comment-page-1/#comment-42576</link>
		<dc:creator>frederic sidler</dc:creator>
		<pubDate>Sun, 06 Jan 2008 10:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/#comment-42576</guid>
		<description>@richard shade if you use the fedora core 4 provided by amazon and try to do a yum groupinstall Base, you will get this error because yum 2.4.1 doesn&#039;t support this option. You should install a newer version of yum before trying to install the &quot;Base&quot;.
Let&#039;s try that first
wget http://linux.duke.edu/projects/yum/download/3.0/yum-3.0.5.tar.gz
tar -xvzf yum-3.0.5.tar.gz
cd yum-3.0.5
make DESTDIR=/ install
then you are set to install the base</description>
		<content:encoded><![CDATA[<p>@richard shade if you use the fedora core 4 provided by amazon and try to do a yum groupinstall Base, you will get this error because yum 2.4.1 doesn&#039;t support this option. You should install a newer version of yum before trying to install the &#034;Base&#034;.<br />
Let&#039;s try that first<br />
wget <a href="http://linux.duke.edu/projects/yum/download/3.0/yum-3.0.5.tar.gz" rel="nofollow">http://linux.duke.edu/projects/yum/download/3.0/yum-3.0.5.tar.gz</a><br />
tar -xvzf yum-3.0.5.tar.gz<br />
cd yum-3.0.5<br />
make DESTDIR=/ install<br />
then you are set to install the base</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/comment-page-1/#comment-37657</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Sat, 24 Nov 2007 11:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/#comment-37657</guid>
		<description>Hi,

I am creating an instance using &#039;loop back&#039; file, I created my image file - but I&#039;m getting the following error while bundling the Image.

[root@ec2 home]# ec2-bundle-image -i my-image.fs -k /home/.ec2/pk-xxx.pem -c /home/.ec2/cert-yyy.pem -u 1111111  -r i386 -p my-image -d /home/bundle

Splitting /home/bundle/my-image.tar.gz.enc...
Created my-image.part.00
Created my-image.part.01
Created my-image.part.02
Created my-image.part.03
Created my-image.part.04
Created my-image.part.05
Created my-image.part.06
Created my-image.part.07
Created my-image.part.08
Created my-image.part.09
Created my-image.part.10
Created my-image.part.11
Created my-image.part.12
Created my-image.part.13
Created my-image.part.14
Created my-image.part.15
Created my-image.part.16
Created my-image.part.17
Created my-image.part.18
Created my-image.part.19
Created my-image.part.20
Created my-image.part.21
Created my-image.part.22
Created my-image.part.23
Created my-image.part.24
Created my-image.part.25
Created my-image.part.26
Created my-image.part.27
Created my-image.part.28
Created my-image.part.29
Created my-image.part.30
Created my-image.part.31
Created my-image.part.32
Created my-image.part.33
Created my-image.part.34
Created my-image.part.35
Created my-image.part.36
Created my-image.part.37
Created my-image.part.38
Generating digests for each part...
Digests generated.
Creating bundle manifest...
Error: private method `gsub&#039; called for 39:Fixnum
ec2-bundle-image failed.


Any Help - --

Ram</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am creating an instance using &#039;loop back&#039; file, I created my image file &#8211; but I&#039;m getting the following error while bundling the Image.</p>
<p>[root@ec2 home]# ec2-bundle-image -i my-image.fs -k /home/.ec2/pk-xxx.pem -c /home/.ec2/cert-yyy.pem -u 1111111  -r i386 -p my-image -d /home/bundle</p>
<p>Splitting /home/bundle/my-image.tar.gz.enc&#8230;<br />
Created my-image.part.00<br />
Created my-image.part.01<br />
Created my-image.part.02<br />
Created my-image.part.03<br />
Created my-image.part.04<br />
Created my-image.part.05<br />
Created my-image.part.06<br />
Created my-image.part.07<br />
Created my-image.part.08<br />
Created my-image.part.09<br />
Created my-image.part.10<br />
Created my-image.part.11<br />
Created my-image.part.12<br />
Created my-image.part.13<br />
Created my-image.part.14<br />
Created my-image.part.15<br />
Created my-image.part.16<br />
Created my-image.part.17<br />
Created my-image.part.18<br />
Created my-image.part.19<br />
Created my-image.part.20<br />
Created my-image.part.21<br />
Created my-image.part.22<br />
Created my-image.part.23<br />
Created my-image.part.24<br />
Created my-image.part.25<br />
Created my-image.part.26<br />
Created my-image.part.27<br />
Created my-image.part.28<br />
Created my-image.part.29<br />
Created my-image.part.30<br />
Created my-image.part.31<br />
Created my-image.part.32<br />
Created my-image.part.33<br />
Created my-image.part.34<br />
Created my-image.part.35<br />
Created my-image.part.36<br />
Created my-image.part.37<br />
Created my-image.part.38<br />
Generating digests for each part&#8230;<br />
Digests generated.<br />
Creating bundle manifest&#8230;<br />
Error: private method `gsub&#039; called for 39:Fixnum<br />
ec2-bundle-image failed.</p>
<p>Any Help &#8211; &#8211;</p>
<p>Ram</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/comment-page-1/#comment-21958</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 22 Jun 2007 09:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/#comment-21958</guid>
		<description>One thing that seems to have bitten quite a few people in both FC6 and FC7, is kudzu move the ifcfg-eth0 file to ifcfg-eth0.bak if an instance is rebooted. This causes networking not to start up on reboots after the initial launch.  kudzu needs to be disabled to avoid this breakage.

Some other niceties would be:
a) disabling IPv6 since EC2 won&#039;t route it anycase,
b) disabling zeroconf networking since you&#039;ll always be getting an IP from EC2.
c) disabling services such PC Card, Bluetooth, gpm, CUPS, etc that don&#039;t really make sense in an EC2 environment.</description>
		<content:encoded><![CDATA[<p>One thing that seems to have bitten quite a few people in both FC6 and FC7, is kudzu move the ifcfg-eth0 file to ifcfg-eth0.bak if an instance is rebooted. This causes networking not to start up on reboots after the initial launch.  kudzu needs to be disabled to avoid this breakage.</p>
<p>Some other niceties would be:<br />
a) disabling IPv6 since EC2 won&#039;t route it anycase,<br />
b) disabling zeroconf networking since you&#039;ll always be getting an IP from EC2.<br />
c) disabling services such PC Card, Bluetooth, gpm, CUPS, etc that don&#039;t really make sense in an EC2 environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to create a Fedora 7 Instance for EC2 @ IONCANNON</title>
		<link>http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/comment-page-1/#comment-18822</link>
		<dc:creator>How to create a Fedora 7 Instance for EC2 @ IONCANNON</dc:creator>
		<pubDate>Sat, 02 Jun 2007 15:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/#comment-18822</guid>
		<description>[...] Now that Fedora 7 is out I figured it was time to update the EC2 instance howto. It is almost exactly the same as creating a FC6 instance so if you want to know the details you can reference that article. [...]</description>
		<content:encoded><![CDATA[<p>[...] Now that Fedora 7 is out I figured it was time to update the EC2 instance howto. It is almost exactly the same as creating a FC6 instance so if you want to know the details you can reference that article. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Shade</title>
		<link>http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/comment-page-1/#comment-9904</link>
		<dc:creator>Richard Shade</dc:creator>
		<pubDate>Mon, 02 Apr 2007 18:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/#comment-9904</guid>
		<description>I get the following error, anyone know the solution?

Failed to add groups file for repository: base
Error: No Groups on which to run command</description>
		<content:encoded><![CDATA[<p>I get the following error, anyone know the solution?</p>
<p>Failed to add groups file for repository: base<br />
Error: No Groups on which to run command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Perry</title>
		<link>http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/comment-page-1/#comment-3294</link>
		<dc:creator>Gregory Perry</dc:creator>
		<pubDate>Thu, 15 Feb 2007 00:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/#comment-3294</guid>
		<description>You don&#039;t need to move the TLS directories out of the way, that error message about nosegneg is an error.  FC6 by default includes nosegneg-friendly libraries and that error message within the Xen Hypervisor will be fixed with subsequent versions.</description>
		<content:encoded><![CDATA[<p>You don&#039;t need to move the TLS directories out of the way, that error message about nosegneg is an error.  FC6 by default includes nosegneg-friendly libraries and that error message within the Xen Hypervisor will be fixed with subsequent versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G Perry</title>
		<link>http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/comment-page-1/#comment-2011</link>
		<dc:creator>G Perry</dc:creator>
		<pubDate>Thu, 18 Jan 2007 23:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/system-administration/115/creating-your-own-fc6-instance-for-ec2/#comment-2011</guid>
		<description>There are apparently some configuration steps that are included with the groupinstall base.  I&#039;ve tried to selectively add just a few packages (namely httpd and openssh-server), but I can&#039;t boot the AMI in Xen or EC2.

In Xen I am getting a &quot;can&#039;t mount /dev/sda1&quot; error, although the device was created using MAKEDEV.

Maybe something is screwy with my fstab.</description>
		<content:encoded><![CDATA[<p>There are apparently some configuration steps that are included with the groupinstall base.  I&#039;ve tried to selectively add just a few packages (namely httpd and openssh-server), but I can&#039;t boot the AMI in Xen or EC2.</p>
<p>In Xen I am getting a &#034;can&#039;t mount /dev/sda1&#034; error, although the device was created using MAKEDEV.</p>
<p>Maybe something is screwy with my fstab.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
