<?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 Ball Dawg!</title>
	<atom:link href="http://www.balldawg.net/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.balldawg.net</link>
	<description>A Brain Dump from Andrew Rankin</description>
	<lastBuildDate>Fri, 04 Jun 2010 18:12:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on How To: Accelrys Insight II 2005 on RHEL5 by Andrew Rankin</title>
		<link>http://www.balldawg.net/index.php/2009/08/how-to-accelrys-insight-ii-2005-on-rhel5/comment-page-1/#comment-97</link>
		<dc:creator>Andrew Rankin</dc:creator>
		<pubDate>Fri, 04 Jun 2010 18:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.balldawg.net/?p=274#comment-97</guid>
		<description>John - 

Glad it worked for you too!  If you have a list of your final set of RPM&#039;s I&#039;d love to see it.  

Thanks,
Andrew

&lt;a href=&quot;#comment-96&quot; rel=&quot;nofollow&quot;&gt;@John Bollinger&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>John &#8211; </p>
<p>Glad it worked for you too!  If you have a list of your final set of RPM&#8217;s I&#8217;d love to see it.  </p>
<p>Thanks,<br />
Andrew</p>
<p><a href="#comment-96" rel="nofollow">@John Bollinger</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Accelrys Insight II 2005 on RHEL5 by John Bollinger</title>
		<link>http://www.balldawg.net/index.php/2009/08/how-to-accelrys-insight-ii-2005-on-rhel5/comment-page-1/#comment-96</link>
		<dc:creator>John Bollinger</dc:creator>
		<pubDate>Fri, 04 Jun 2010 18:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.balldawg.net/?p=274#comment-96</guid>
		<description>Thanks for this, Andrew.

I was faced with precisely the same problem, and no amount of fiddling with v4 libraries and LD_LIBRARY_PATH overcame it.  I didn&#039;t want to maintain a separate (possibly virtual) machine just for Insight II, so I gave your approach a spin. It worked like a charm.

FWIW, I was able to reduce the size of the image to 256MB by

1) Not installing RPM, Yum, or any of their otherwise-unneeded dependencies (e.g. Python) in the chroot environment.  To do this, I performed all installs externally, using rpm --root.

2) Not installing certain RPM dependencies (rpm --justdb and/or --nodeps) that are needed only for a real, bootable machine (e.g. kernel, initscripts).

In the end, I found I needed only 49 packages.

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for this, Andrew.</p>
<p>I was faced with precisely the same problem, and no amount of fiddling with v4 libraries and LD_LIBRARY_PATH overcame it.  I didn&#8217;t want to maintain a separate (possibly virtual) machine just for Insight II, so I gave your approach a spin. It worked like a charm.</p>
<p>FWIW, I was able to reduce the size of the image to 256MB by</p>
<p>1) Not installing RPM, Yum, or any of their otherwise-unneeded dependencies (e.g. Python) in the chroot environment.  To do this, I performed all installs externally, using rpm &#8211;root.</p>
<p>2) Not installing certain RPM dependencies (rpm &#8211;justdb and/or &#8211;nodeps) that are needed only for a real, bootable machine (e.g. kernel, initscripts).</p>
<p>In the end, I found I needed only 49 packages.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Your Own Hobbit / Xymon Tests by Andrew Rankin</title>
		<link>http://www.balldawg.net/index.php/2009/05/creating-your-own-hobbit-xymon-tests/comment-page-1/#comment-94</link>
		<dc:creator>Andrew Rankin</dc:creator>
		<pubDate>Wed, 26 May 2010 14:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.balldawg.net/?p=96#comment-94</guid>
		<description>&lt;a href=&quot;#comment-80&quot; rel=&quot;nofollow&quot;&gt;@Tzach Solomon&lt;/a&gt; 

Thanks, I&#039;ve updated the post.

Andrew</description>
		<content:encoded><![CDATA[<p><a href="#comment-80" rel="nofollow">@Tzach Solomon</a> </p>
<p>Thanks, I&#8217;ve updated the post.</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Your Own Hobbit / Xymon Tests by Tzach Solomon</title>
		<link>http://www.balldawg.net/index.php/2009/05/creating-your-own-hobbit-xymon-tests/comment-page-1/#comment-80</link>
		<dc:creator>Tzach Solomon</dc:creator>
		<pubDate>Wed, 03 Mar 2010 14:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.balldawg.net/?p=96#comment-80</guid>
		<description>Hey Andrew,

Thank you very much for the script.
Just for notice i tried to copy and work with the first empty script and it did not work.
the error was Use of uninitialized value in concatenation (.) or string at ext/bb-modules.pl line
after assigning value to $DATA it worked okay meaning line 26 should be like this my $DATA=&quot;&quot;;

thanks any how :)</description>
		<content:encoded><![CDATA[<p>Hey Andrew,</p>
<p>Thank you very much for the script.<br />
Just for notice i tried to copy and work with the first empty script and it did not work.<br />
the error was Use of uninitialized value in concatenation (.) or string at ext/bb-modules.pl line<br />
after assigning value to $DATA it worked okay meaning line 26 should be like this my $DATA=&#8221;";</p>
<p>thanks any how <img src='http://www.balldawg.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Your Own Hobbit / Xymon Tests by Andrew Rankin</title>
		<link>http://www.balldawg.net/index.php/2009/05/creating-your-own-hobbit-xymon-tests/comment-page-1/#comment-71</link>
		<dc:creator>Andrew Rankin</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.balldawg.net/?p=96#comment-71</guid>
		<description>Juergen -

The purpose of the exercise was to demonstrate how to build a test in hobbit/xymon.  I picked `lsmod` because I wanted a simple command to use as an example of how to parse and deliver data to hobbit/xymon.  The example test was not meant to be useful or really used beyond being an example.

Andrew</description>
		<content:encoded><![CDATA[<p>Juergen -</p>
<p>The purpose of the exercise was to demonstrate how to build a test in hobbit/xymon.  I picked `lsmod` because I wanted a simple command to use as an example of how to parse and deliver data to hobbit/xymon.  The example test was not meant to be useful or really used beyond being an example.</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Your Own Hobbit / Xymon Tests by Juergen Neumann</title>
		<link>http://www.balldawg.net/index.php/2009/05/creating-your-own-hobbit-xymon-tests/comment-page-1/#comment-70</link>
		<dc:creator>Juergen Neumann</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.balldawg.net/?p=96#comment-70</guid>
		<description>You can test modules also via file or dir statement by checking the contents of /sys/module/ on a linux machine. You will find all loaded moduels there, too. So you would not necessarily need to write your own test for this purpose.

My 2 cents,

Juergen</description>
		<content:encoded><![CDATA[<p>You can test modules also via file or dir statement by checking the contents of /sys/module/ on a linux machine. You will find all loaded moduels there, too. So you would not necessarily need to write your own test for this purpose.</p>
<p>My 2 cents,</p>
<p>Juergen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting Blade Type &amp; Serial on IBM HS22 by Darwin Jacob</title>
		<link>http://www.balldawg.net/index.php/2009/09/setting-blade-type-serial-on-ibm-hs22/comment-page-1/#comment-64</link>
		<dc:creator>Darwin Jacob</dc:creator>
		<pubDate>Sat, 02 Jan 2010 05:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.balldawg.net/?p=290#comment-64</guid>
		<description>It help to change type model and serial no of hs22 blade from vmware os.

thanks very much</description>
		<content:encoded><![CDATA[<p>It help to change type model and serial no of hs22 blade from vmware os.</p>
<p>thanks very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Puppet Recipe for Tripwire by Miles Davis&#187; Blog Archive &#187; Puppetize Tripwire</title>
		<link>http://www.balldawg.net/index.php/2009/08/puppetizing-tripwire/comment-page-1/#comment-63</link>
		<dc:creator>Miles Davis&#187; Blog Archive &#187; Puppetize Tripwire</dc:creator>
		<pubDate>Thu, 19 Nov 2009 14:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.balldawg.net/?p=262#comment-63</guid>
		<description>[...] recipe to get tripwire puppetized [...]</description>
		<content:encoded><![CDATA[<p>[...] recipe to get tripwire puppetized [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Your Own Hobbit / Xymon Tests by Aman</title>
		<link>http://www.balldawg.net/index.php/2009/05/creating-your-own-hobbit-xymon-tests/comment-page-1/#comment-44</link>
		<dc:creator>Aman</dc:creator>
		<pubDate>Thu, 17 Sep 2009 09:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.balldawg.net/?p=96#comment-44</guid>
		<description>Thanks Andrew,

I have installed Xymon and also the integraion with Devmon is done. Do you have any scripts which can help me to do the RMON monitoring via Hobbit or Devmon. Kindly share your views so that I can implement it properly.  My email id is amanlamba83@gmail.com. Please share with me all the scripts and information related to hobbit/devmon.

Thanks &amp; Regards,
Aman Lamba.</description>
		<content:encoded><![CDATA[<p>Thanks Andrew,</p>
<p>I have installed Xymon and also the integraion with Devmon is done. Do you have any scripts which can help me to do the RMON monitoring via Hobbit or Devmon. Kindly share your views so that I can implement it properly.  My email id is <a href="mailto:amanlamba83@gmail.com">amanlamba83@gmail.com</a>. Please share with me all the scripts and information related to hobbit/devmon.</p>
<p>Thanks &amp; Regards,<br />
Aman Lamba.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Your Own Hobbit / Xymon Tests by Wouter</title>
		<link>http://www.balldawg.net/index.php/2009/05/creating-your-own-hobbit-xymon-tests/comment-page-1/#comment-12</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Thu, 11 Jun 2009 10:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.balldawg.net/?p=96#comment-12</guid>
		<description>nice writeup, I&#039;m gonna save this link for future reference! It&#039;s crazy how hard it is to find good resources with scripts for hobbit/xymon, in contrast to nagios or something.</description>
		<content:encoded><![CDATA[<p>nice writeup, I&#8217;m gonna save this link for future reference! It&#8217;s crazy how hard it is to find good resources with scripts for hobbit/xymon, in contrast to nagios or something.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
