<?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 for Joe's Linux Blog</title>
	<atom:link href="http://joseph.freivald.com/linux/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joseph.freivald.com/linux</link>
	<description>Linux Admin tips and tricks</description>
	<lastBuildDate>Wed, 30 Jun 2010 20:44:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on ALIX Centos Image by admin</title>
		<link>http://joseph.freivald.com/linux/2010/04/22/alix-centos-image/comment-page-1/#comment-58</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 30 Jun 2010 20:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.freivald.com/linux/?p=87#comment-58</guid>
		<description>I used VMware Workstation.  I understand that it is just as easy to use the opensource tools (qemu/kvm/virt-manager) under Centos, but I&#039;ve used VMware for years.

In VMware, I created a new virtual machine and used the 2GB SanDisk as a physical partition instead of the normal virtual partition.  I removed the sound bridge, added an extra virtual network and installed as normal.  Once the installation was complete I removed a bunch of extra packages and converted the boot configuration to serial-only.  

There is a quick &#039;System emulation with QEMU&#039; tutorial from IBM on qemu at http://www.ibm.com/developerworks/linux/library/l-qemu/

--JATF</description>
		<content:encoded><![CDATA[<p>I used VMware Workstation.  I understand that it is just as easy to use the opensource tools (qemu/kvm/virt-manager) under Centos, but I&#8217;ve used VMware for years.</p>
<p>In VMware, I created a new virtual machine and used the 2GB SanDisk as a physical partition instead of the normal virtual partition.  I removed the sound bridge, added an extra virtual network and installed as normal.  Once the installation was complete I removed a bunch of extra packages and converted the boot configuration to serial-only.  </p>
<p>There is a quick &#8216;System emulation with QEMU&#8217; tutorial from IBM on qemu at <a href="http://www.ibm.com/developerworks/linux/library/l-qemu/" rel="nofollow">http://www.ibm.com/developerworks/linux/library/l-qemu/</a></p>
<p>&#8211;JATF</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ALIX Centos Image by liquid</title>
		<link>http://joseph.freivald.com/linux/2010/04/22/alix-centos-image/comment-page-1/#comment-57</link>
		<dc:creator>liquid</dc:creator>
		<pubDate>Wed, 30 Jun 2010 19:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.freivald.com/linux/?p=87#comment-57</guid>
		<description>I have a specialized image of Centos on my CF card and I am looking to create my own image file from that CF card that will work with physdiskwrite. I would like to copy the image onto multiple CF cards. What software did you use to create your image file? Any help I could get would be appreciated.</description>
		<content:encoded><![CDATA[<p>I have a specialized image of Centos on my CF card and I am looking to create my own image file from that CF card that will work with physdiskwrite. I would like to copy the image onto multiple CF cards. What software did you use to create your image file? Any help I could get would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ALIX Centos Image by admin</title>
		<link>http://joseph.freivald.com/linux/2010/04/22/alix-centos-image/comment-page-1/#comment-55</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 01 Jun 2010 17:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.freivald.com/linux/?p=87#comment-55</guid>
		<description>The image is not set up for compiling new software.  I did this because I assume that most users are looking for a stripped down server and will add the features they need.

In your case, you will have to install both the kernel-devel and kernel-headers packages, and maybe more.  I haven&#039;t used Dahdi before, so I can&#039;t be more specific.

Before I went through all that I would try to find a repository that already compiled the software for RHEL5.  It appears that the epel repository has three dahdi packages: dahdi-tools, dahdi-tools-devel and dahdi-tools-libs.  You might want to start there.

Also - you shouldn&#039;t need to compile software on the ALIX itself.  If you are going to work on software for your ALIX, I would recommend compiling it on a full-speed machine, or even a virtual machine.  If you create an RPM spec script and package it as an rpm file, then you will only need to install the rpm with the binaries on the ALIX and you won&#039;t have all the extra stuff lying around.  You also won&#039;t have libraries on the machine that aren&#039;t accounted for in your rpm database.  Creating an rpm is not hard, and will save you mountains of time and headache in the long run.  Check out &lt;a href=&quot;http://software.freivald.com/centos&quot; rel=&quot;nofollow&quot;&gt;my software repository&lt;/a&gt; for some examples of RPMs that I distribute.  I try very hard to make them tidy and not cludgy.  But it&#039;s always better if someone has already done the work for you.  I use the EPEL and rpmforge repositories a lot and almost never have problems.  Centos  &lt;a href=&quot;http://wiki.centos.org/AdditionalResources/Repositories/RPMForge&quot; rel=&quot;nofollow&quot;&gt;provides a link&lt;/a&gt; that shows how to set everything up properly for using multiple repositories.</description>
		<content:encoded><![CDATA[<p>The image is not set up for compiling new software.  I did this because I assume that most users are looking for a stripped down server and will add the features they need.</p>
<p>In your case, you will have to install both the kernel-devel and kernel-headers packages, and maybe more.  I haven&#8217;t used Dahdi before, so I can&#8217;t be more specific.</p>
<p>Before I went through all that I would try to find a repository that already compiled the software for RHEL5.  It appears that the epel repository has three dahdi packages: dahdi-tools, dahdi-tools-devel and dahdi-tools-libs.  You might want to start there.</p>
<p>Also &#8211; you shouldn&#8217;t need to compile software on the ALIX itself.  If you are going to work on software for your ALIX, I would recommend compiling it on a full-speed machine, or even a virtual machine.  If you create an RPM spec script and package it as an rpm file, then you will only need to install the rpm with the binaries on the ALIX and you won&#8217;t have all the extra stuff lying around.  You also won&#8217;t have libraries on the machine that aren&#8217;t accounted for in your rpm database.  Creating an rpm is not hard, and will save you mountains of time and headache in the long run.  Check out <a href="http://software.freivald.com/centos" rel="nofollow">my software repository</a> for some examples of RPMs that I distribute.  I try very hard to make them tidy and not cludgy.  But it&#8217;s always better if someone has already done the work for you.  I use the EPEL and rpmforge repositories a lot and almost never have problems.  Centos  <a href="http://wiki.centos.org/AdditionalResources/Repositories/RPMForge" rel="nofollow">provides a link</a> that shows how to set everything up properly for using multiple repositories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ALIX Centos Image by rg3</title>
		<link>http://joseph.freivald.com/linux/2010/04/22/alix-centos-image/comment-page-1/#comment-54</link>
		<dc:creator>rg3</dc:creator>
		<pubDate>Tue, 01 Jun 2010 16:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.freivald.com/linux/?p=87#comment-54</guid>
		<description>Hi Joe,

Got the following errors when tried to installed Dahdi:

You do not appear to have the sources for the 2.6.18-164.el5 kernel installed.
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/dahdi-linux-complete-2.3.0+2.3.0/linux&#039;
make: *** [all] Error 2

Have installed kernel-devel-2.6.18-164.el5, but still didn&#039;t help. 

Any ideas?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>Got the following errors when tried to installed Dahdi:</p>
<p>You do not appear to have the sources for the 2.6.18-164.el5 kernel installed.<br />
make[1]: *** [modules] Error 1<br />
make[1]: Leaving directory `/usr/src/dahdi-linux-complete-2.3.0+2.3.0/linux&#8217;<br />
make: *** [all] Error 2</p>
<p>Have installed kernel-devel-2.6.18-164.el5, but still didn&#8217;t help. </p>
<p>Any ideas?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ALIX Centos Image by admin</title>
		<link>http://joseph.freivald.com/linux/2010/04/22/alix-centos-image/comment-page-1/#comment-53</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 26 May 2010 13:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.freivald.com/linux/?p=87#comment-53</guid>
		<description>Glad you like it!</description>
		<content:encoded><![CDATA[<p>Glad you like it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ALIX Centos Image by psiriders</title>
		<link>http://joseph.freivald.com/linux/2010/04/22/alix-centos-image/comment-page-1/#comment-52</link>
		<dc:creator>psiriders</dc:creator>
		<pubDate>Wed, 26 May 2010 12:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.freivald.com/linux/?p=87#comment-52</guid>
		<description>Great Job! I was waiting a long time for this ;)</description>
		<content:encoded><![CDATA[<p>Great Job! I was waiting a long time for this <img src='http://joseph.freivald.com/linux/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ALIX Centos Image by admin</title>
		<link>http://joseph.freivald.com/linux/2010/04/22/alix-centos-image/comment-page-1/#comment-51</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 19 May 2010 03:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.freivald.com/linux/?p=87#comment-51</guid>
		<description>You are welcome!  I&#039;m traveling this week, but I plan to update the image to 5.5 and post it either this weekend or sometime next week.</description>
		<content:encoded><![CDATA[<p>You are welcome!  I&#8217;m traveling this week, but I plan to update the image to 5.5 and post it either this weekend or sometime next week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ALIX Centos Image by pmoor</title>
		<link>http://joseph.freivald.com/linux/2010/04/22/alix-centos-image/comment-page-1/#comment-50</link>
		<dc:creator>pmoor</dc:creator>
		<pubDate>Wed, 19 May 2010 02:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.freivald.com/linux/?p=87#comment-50</guid>
		<description>Thanks for the image! It worked like a charm, and the update to Centos 5.5 worked flawlessly!</description>
		<content:encoded><![CDATA[<p>Thanks for the image! It worked like a charm, and the update to Centos 5.5 worked flawlessly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ALIX Centos Image by rg3</title>
		<link>http://joseph.freivald.com/linux/2010/04/22/alix-centos-image/comment-page-1/#comment-49</link>
		<dc:creator>rg3</dc:creator>
		<pubDate>Thu, 13 May 2010 05:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.freivald.com/linux/?p=87#comment-49</guid>
		<description>I was just trying to mount my USB storage to /mnt mount point.
Yes, logically it should be automatically recognised, but didn&#039;t see any usb device detected.
Will try out your commands later to check.</description>
		<content:encoded><![CDATA[<p>I was just trying to mount my USB storage to /mnt mount point.<br />
Yes, logically it should be automatically recognised, but didn&#8217;t see any usb device detected.<br />
Will try out your commands later to check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ALIX Centos Image by admin</title>
		<link>http://joseph.freivald.com/linux/2010/04/22/alix-centos-image/comment-page-1/#comment-48</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 12 May 2010 20:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.freivald.com/linux/?p=87#comment-48</guid>
		<description>Got a message back from Giulio.  He said that the USB hardware was automatically recognized.   If you tell me exactly what you are trying to do maybe I can point you in the right direction.</description>
		<content:encoded><![CDATA[<p>Got a message back from Giulio.  He said that the USB hardware was automatically recognized.   If you tell me exactly what you are trying to do maybe I can point you in the right direction.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
