<?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 Marco&#039;s Corner</title>
	<atom:link href="http://marcoscorner.walther-family.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcoscorner.walther-family.org</link>
	<description>Just another Software Developer&#039;s musings</description>
	<lastBuildDate>Sat, 06 Nov 2010 04:44:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on A suggestion for the darker times of the year by me</title>
		<link>http://marcoscorner.walther-family.org/2010/11/a-suggestion-for-the-darker-times-of-the-year/comment-page-1/#comment-114</link>
		<dc:creator>me</dc:creator>
		<pubDate>Sat, 06 Nov 2010 04:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://marcoscorner.walther-family.org/?p=186#comment-114</guid>
		<description>The monkey made the next page!</description>
		<content:encoded><![CDATA[<p>The monkey made the next page!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ucarp and Solaris Shared-IP Zones by mw46d</title>
		<link>http://marcoscorner.walther-family.org/2010/02/ucarp-and-solaris-shared-ip-zones/comment-page-1/#comment-109</link>
		<dc:creator>mw46d</dc:creator>
		<pubDate>Mon, 27 Sep 2010 22:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://marcoscorner.walther-family.org/?p=142#comment-109</guid>
		<description>I don&#039;t think two zones on the same host could be handled that way. the global zone would not know what to do because all packets would go out/come in through the same interface.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think two zones on the same host could be handled that way. the global zone would not know what to do because all packets would go out/come in through the same interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ucarp and Solaris Shared-IP Zones by FooFoo_2</title>
		<link>http://marcoscorner.walther-family.org/2010/02/ucarp-and-solaris-shared-ip-zones/comment-page-1/#comment-108</link>
		<dc:creator>FooFoo_2</dc:creator>
		<pubDate>Thu, 09 Sep 2010 10:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://marcoscorner.walther-family.org/?p=142#comment-108</guid>
		<description>Hi Marco,

thank you very much for this patch! That&#039;s exactly what I was looking for. Just a small question about it: in my test infrastructure, I only have one server running multiple zones and I would like to test Ucarp with two zones running on this same host. So I tried to start two instances of Ucarp as follow (my host is 192.168.12.11, the virtual floating address is 192.168.12.10 and my zones are my-zone-1 and my-zone-2):

======================
./ucarp --nomcast --interface=nge0 --srcip=192.168.12.11 \
        --vhid=1 --pass=mypassword --addr=192.168.12.10 \
        --upscript=/etc/ucarp/vip-up.sh \
        --downscript=/etc/ucarp/vip-down.sh \
        --zone=my-zone-1 --xparam=my-zone-1

./ucarp --nomcast --interface=nge0 --srcip=192.168.12.11 \
        --vhid=1 --pass=mypassword --addr=192.168.12.10 \
        --upscript=/etc/ucarp/vip-up.sh \
        --downscript=/etc/ucarp/vip-down.sh \
        --zone=my-zone-2 --xparam=my-zone-2
======================

... but unfortunately they don&#039;t see each other&#039;s advertisement. In your opinion, is that a limitation of the multicast/broadcast or would it be possible to handle this particular case with your patch?

Thank you in advance for a short feedback and Best Regards,
FooFoo_2</description>
		<content:encoded><![CDATA[<p>Hi Marco,</p>
<p>thank you very much for this patch! That&#8217;s exactly what I was looking for. Just a small question about it: in my test infrastructure, I only have one server running multiple zones and I would like to test Ucarp with two zones running on this same host. So I tried to start two instances of Ucarp as follow (my host is 192.168.12.11, the virtual floating address is 192.168.12.10 and my zones are my-zone-1 and my-zone-2):</p>
<p>======================<br />
./ucarp &#8211;nomcast &#8211;interface=nge0 &#8211;srcip=192.168.12.11 \<br />
        &#8211;vhid=1 &#8211;pass=mypassword &#8211;addr=192.168.12.10 \<br />
        &#8211;upscript=/etc/ucarp/vip-up.sh \<br />
        &#8211;downscript=/etc/ucarp/vip-down.sh \<br />
        &#8211;zone=my-zone-1 &#8211;xparam=my-zone-1</p>
<p>./ucarp &#8211;nomcast &#8211;interface=nge0 &#8211;srcip=192.168.12.11 \<br />
        &#8211;vhid=1 &#8211;pass=mypassword &#8211;addr=192.168.12.10 \<br />
        &#8211;upscript=/etc/ucarp/vip-up.sh \<br />
        &#8211;downscript=/etc/ucarp/vip-down.sh \<br />
        &#8211;zone=my-zone-2 &#8211;xparam=my-zone-2<br />
======================</p>
<p>&#8230; but unfortunately they don&#8217;t see each other&#8217;s advertisement. In your opinion, is that a limitation of the multicast/broadcast or would it be possible to handle this particular case with your patch?</p>
<p>Thank you in advance for a short feedback and Best Regards,<br />
FooFoo_2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How is your DB server doing? MySQL Statistics Collection with Zabbix and Ruby by Laptop</title>
		<link>http://marcoscorner.walther-family.org/2010/03/how-is-your-db-server-doing-mysql-statistics-collection-with-zabbix-and-ruby/comment-page-1/#comment-107</link>
		<dc:creator>Laptop</dc:creator>
		<pubDate>Sun, 23 May 2010 22:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://marcoscorner.walther-family.org/?p=165#comment-107</guid>
		<description>It&#039;s a nice post.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Science Olympiad anyone? by sakthi</title>
		<link>http://marcoscorner.walther-family.org/2010/03/science-olympiad-anyone/comment-page-1/#comment-106</link>
		<dc:creator>sakthi</dc:creator>
		<pubDate>Tue, 13 Apr 2010 17:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://marcoscorner.walther-family.org/?p=152#comment-106</guid>
		<description>Hey Marco: I was there at Science Olympiad in Pleasanton that day. Missed running into you there.

It is great to see that you have moved your blog here. Happy Blogging!

Regards,
Sakthi</description>
		<content:encoded><![CDATA[<p>Hey Marco: I was there at Science Olympiad in Pleasanton that day. Missed running into you there.</p>
<p>It is great to see that you have moved your blog here. Happy Blogging!</p>
<p>Regards,<br />
Sakthi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How is your DB server doing? MySQL Statistics Collection with Zabbix and Ruby by mw46d</title>
		<link>http://marcoscorner.walther-family.org/2010/03/how-is-your-db-server-doing-mysql-statistics-collection-with-zabbix-and-ruby/comment-page-1/#comment-104</link>
		<dc:creator>mw46d</dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://marcoscorner.walther-family.org/?p=165#comment-104</guid>
		<description>Thanks for your info. That&#039;s definitely something to look at. But I&#039;ll have to check what it does in an OpenSolaris SPARC environment.

The docs say mostly Intel/AMD and Linux. That would be fine with me, but our production servers are running [Open]Solaris.

I was just running into an alignment bug within the zabbix server:-( Works fine on x86, but not on SPARC. Those things take a long time to track down:-(</description>
		<content:encoded><![CDATA[<p>Thanks for your info. That&#8217;s definitely something to look at. But I&#8217;ll have to check what it does in an OpenSolaris SPARC environment.</p>
<p>The docs say mostly Intel/AMD and Linux. That would be fine with me, but our production servers are running [Open]Solaris.</p>
<p>I was just running into an alignment bug within the zabbix server:-( Works fine on x86, but not on SPARC. Those things take a long time to track down:-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How is your DB server doing? MySQL Statistics Collection with Zabbix and Ruby by Matt Reid</title>
		<link>http://marcoscorner.walther-family.org/2010/03/how-is-your-db-server-doing-mysql-statistics-collection-with-zabbix-and-ruby/comment-page-1/#comment-103</link>
		<dc:creator>Matt Reid</dc:creator>
		<pubDate>Thu, 18 Mar 2010 15:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://marcoscorner.walther-family.org/?p=165#comment-103</guid>
		<description>This is a very cool combination of ruby and puppet to get things working. Just for reference, there&#039;s another tool you might want to look at that has far more tuning equations and automation of analytics: Kontrollbase - kontrollsoft.com/software-kontrollbase</description>
		<content:encoded><![CDATA[<p>This is a very cool combination of ruby and puppet to get things working. Just for reference, there&#8217;s another tool you might want to look at that has far more tuning equations and automation of analytics: Kontrollbase &#8211; kontrollsoft.com/software-kontrollbase</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Adventure in Component Land by Marco Walther</title>
		<link>http://marcoscorner.walther-family.org/2005/11/my-adventure-in-component-land/comment-page-1/#comment-21</link>
		<dc:creator>Marco Walther</dc:creator>
		<pubDate>Thu, 23 Jul 2009 20:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://marcoscorner.wordpress.com/2005/11/24/my-adventure-in-component-land/#comment-21</guid>
		<description>Darrin, I don&#039;t know. This was written against JSF 1, possibly even prerelease versions. I moved far away from that area now, so I can&#039;t help you much here.</description>
		<content:encoded><![CDATA[<p>Darrin, I don&#8217;t know. This was written against JSF 1, possibly even prerelease versions. I moved far away from that area now, so I can&#8217;t help you much here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Adventure in Component Land by Darrin</title>
		<link>http://marcoscorner.walther-family.org/2005/11/my-adventure-in-component-land/comment-page-1/#comment-20</link>
		<dc:creator>Darrin</dc:creator>
		<pubDate>Thu, 23 Jul 2009 16:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://marcoscorner.wordpress.com/2005/11/24/my-adventure-in-component-land/#comment-20</guid>
		<description>Just tried to get this to work with NetBeans 6.7. The component drops just fine but does not display at runtime.
Any thoughts?</description>
		<content:encoded><![CDATA[<p>Just tried to get this to work with NetBeans 6.7. The component drops just fine but does not display at runtime.<br />
Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One Laptop for You and One for a Child by ludo</title>
		<link>http://marcoscorner.walther-family.org/2007/11/one-laptop-for-you-and-one-for-a-child/comment-page-1/#comment-43</link>
		<dc:creator>ludo</dc:creator>
		<pubDate>Mon, 12 Nov 2007 20:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://marcoscorner.wordpress.com/2007/11/12/one-laptop-for-you-and-one-for-a-child/#comment-43</guid>
		<description>Just ordered one set:) Thanks for the link...</description>
		<content:encoded><![CDATA[<p>Just ordered one set:) Thanks for the link&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

