<?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"
	>
<channel>
	<title>Comments for Alasdair on Everything</title>
	<atom:link href="http://blogs.everycity.co.uk/alasdair/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.everycity.co.uk/alasdair</link>
	<description></description>
	<pubDate>Sat, 13 Mar 2010 11:37:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Installing the memcached Ruby Gem on Solaris by Ben Summers</title>
		<link>http://blogs.everycity.co.uk/alasdair/2010/03/installing-the-memcached-ruby-gem-on-solaris/#comment-217</link>
		<dc:creator>Ben Summers</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.everycity.co.uk/alasdair/?p=243#comment-217</guid>
		<description>You can't use native extensions, even if they were supported it'd break the real multi-threading. But all the important ones have java versions instead, eg Mongrel.

isitjruby.com used to have some compatibility info, but it looks like it's down or it's been taken off air, given the Joyent holding page.

It's unlikely to be as much of a problem as you might think, though.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t use native extensions, even if they were supported it&#8217;d break the real multi-threading. But all the important ones have java versions instead, eg Mongrel.</p>
<p>isitjruby.com used to have some compatibility info, but it looks like it&#8217;s down or it&#8217;s been taken off air, given the Joyent holding page.</p>
<p>It&#8217;s unlikely to be as much of a problem as you might think, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing the memcached Ruby Gem on Solaris by Alasdair</title>
		<link>http://blogs.everycity.co.uk/alasdair/2010/03/installing-the-memcached-ruby-gem-on-solaris/#comment-216</link>
		<dc:creator>Alasdair</dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.everycity.co.uk/alasdair/?p=243#comment-216</guid>
		<description>How do gems with native extensions work with JRuby? Do you have to avoid using them?</description>
		<content:encoded><![CDATA[<p>How do gems with native extensions work with JRuby? Do you have to avoid using them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing the memcached Ruby Gem on Solaris by Ben Summers</title>
		<link>http://blogs.everycity.co.uk/alasdair/2010/03/installing-the-memcached-ruby-gem-on-solaris/#comment-215</link>
		<dc:creator>Ben Summers</dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.everycity.co.uk/alasdair/?p=243#comment-215</guid>
		<description>Ah, the joys of compiling software on Solaris.

One of the beauties of using JRuby rather than the standard Ruby is that you don't have to worry about this sort of thing. Just find the Java library that you want, and use it from your Ruby code. In most cases, the Java library is higher quality and much faster.

Of course, doing this isn't so easy when you're hosting software which already exists. :-(</description>
		<content:encoded><![CDATA[<p>Ah, the joys of compiling software on Solaris.</p>
<p>One of the beauties of using JRuby rather than the standard Ruby is that you don&#8217;t have to worry about this sort of thing. Just find the Java library that you want, and use it from your Ruby code. In most cases, the Java library is higher quality and much faster.</p>
<p>Of course, doing this isn&#8217;t so easy when you&#8217;re hosting software which already exists. :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SNMP Monitoring of LSI MegaRaid Cards by Ryan Dutton</title>
		<link>http://blogs.everycity.co.uk/alasdair/2008/11/snmp-monitoring-of-lsi-megaraid-cards/#comment-214</link>
		<dc:creator>Ryan Dutton</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.everycity.co.uk/alasdair/?p=61#comment-214</guid>
		<description>I have a HP DL160 G5 with a HP SC40Ge controller (re-branded SAS1064ET) and this is exactly what I needed, a simple way to monitor the disk status. You would expect HP to provide this information but their support for Debian is almost non-existant. Thanks for your helpful post.</description>
		<content:encoded><![CDATA[<p>I have a HP DL160 G5 with a HP SC40Ge controller (re-branded SAS1064ET) and this is exactly what I needed, a simple way to monitor the disk status. You would expect HP to provide this information but their support for Debian is almost non-existant. Thanks for your helpful post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text relocation remains against symbol, libx264 by Greg</title>
		<link>http://blogs.everycity.co.uk/alasdair/2009/05/text-relocation-remains-against-symbol-libx264/#comment-213</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 10 Feb 2010 20:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.everycity.co.uk/alasdair/?p=212#comment-213</guid>
		<description>If you use the -mimpure-text option, your libx264.so.67 gets linked. But, when you link the lib to an executable, and attempt to execute it, the same error is likely to occur agaain:
ld.so.1: : fatal: relocation error: R-AMD64_32: file libx264.so.67: ...</description>
		<content:encoded><![CDATA[<p>If you use the -mimpure-text option, your libx264.so.67 gets linked. But, when you link the lib to an executable, and attempt to execute it, the same error is likely to occur agaain:<br />
ld.so.1: : fatal: relocation error: R-AMD64_32: file libx264.so.67: &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing OpenSolaris/Solaris on a Fasthosts Dedicated Server by Alasdair</title>
		<link>http://blogs.everycity.co.uk/alasdair/2009/12/installing-opensolarissolaris-on-a-fasthosts-dedicated-server/#comment-207</link>
		<dc:creator>Alasdair</dc:creator>
		<pubDate>Wed, 03 Feb 2010 12:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.everycity.co.uk/alasdair/?p=233#comment-207</guid>
		<description>Hi Paul,

Sorry for not approving/replying sooner - missed the email from Wordpress and only saw the comment waiting when I logged in.

You have to have a Windows or Samba server sat unprotected on the internet (with no firewall or the correct ports open) for the ERIC card to connect to.

Then you just supply the details. I think one quirk was you have to put the iso image you're using in a subfolder rather than in the root of the share.

After a lot of fiddling I got it to work but there wasn't too much magic involved.</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>Sorry for not approving/replying sooner - missed the email from Wordpress and only saw the comment waiting when I logged in.</p>
<p>You have to have a Windows or Samba server sat unprotected on the internet (with no firewall or the correct ports open) for the ERIC card to connect to.</p>
<p>Then you just supply the details. I think one quirk was you have to put the iso image you&#8217;re using in a subfolder rather than in the root of the share.</p>
<p>After a lot of fiddling I got it to work but there wasn&#8217;t too much magic involved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nagios 3.2.0 coredumps when started via SMF on Solaris 10 by Alasdair</title>
		<link>http://blogs.everycity.co.uk/alasdair/2009/10/nagios-320-coredumps-when-started-via-smf-on-solaris-10/#comment-206</link>
		<dc:creator>Alasdair</dc:creator>
		<pubDate>Wed, 03 Feb 2010 12:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.everycity.co.uk/alasdair/?p=230#comment-206</guid>
		<description>Hi Peter,

Thanks for that additional info - useful to know :)

Cheers,

Alasdair</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Thanks for that additional info - useful to know :)</p>
<p>Cheers,</p>
<p>Alasdair</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nagios 3.2.0 coredumps when started via SMF on Solaris 10 by Peter Eriksson</title>
		<link>http://blogs.everycity.co.uk/alasdair/2009/10/nagios-320-coredumps-when-started-via-smf-on-solaris-10/#comment-205</link>
		<dc:creator>Peter Eriksson</dc:creator>
		<pubDate>Wed, 03 Feb 2010 11:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.everycity.co.uk/alasdair/?p=230#comment-205</guid>
		<description>I've found a couple of other problems with Nagios on Solaris 10 too...

When you have a large setup with many hosts and many services the default "rlimit" on "descriptors" (256) is too low, which causes file leaks in /var/nagios/spool/checkcommands 
(when I found it we had accumulated about 600K files there :-)

Raising the limit to "unlimited" causes "check_dns" to coredump instead... Setting it to 1024 seems to work better though.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found a couple of other problems with Nagios on Solaris 10 too&#8230;</p>
<p>When you have a large setup with many hosts and many services the default &#8220;rlimit&#8221; on &#8220;descriptors&#8221; (256) is too low, which causes file leaks in /var/nagios/spool/checkcommands<br />
(when I found it we had accumulated about 600K files there :-)</p>
<p>Raising the limit to &#8220;unlimited&#8221; causes &#8220;check_dns&#8221; to coredump instead&#8230; Setting it to 1024 seems to work better though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing OpenSolaris/Solaris on a Fasthosts Dedicated Server by Paul Prior</title>
		<link>http://blogs.everycity.co.uk/alasdair/2009/12/installing-opensolarissolaris-on-a-fasthosts-dedicated-server/#comment-203</link>
		<dc:creator>Paul Prior</dc:creator>
		<pubDate>Sat, 30 Jan 2010 15:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.everycity.co.uk/alasdair/?p=233#comment-203</guid>
		<description>Fasthosts have close my calls 4 times and never demostrated how to mount the CD image. What format did you use for each field (Username/Password/Share Name/path to image/etc)? Fasthosts support is by far the worst I have ever had to deal with.</description>
		<content:encoded><![CDATA[<p>Fasthosts have close my calls 4 times and never demostrated how to mount the CD image. What format did you use for each field (Username/Password/Share Name/path to image/etc)? Fasthosts support is by far the worst I have ever had to deal with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solaris as an iSCSI Server with ZFS by Valery</title>
		<link>http://blogs.everycity.co.uk/alasdair/2008/11/solaris-as-an-iscsi-server-with-zfs/#comment-201</link>
		<dc:creator>Valery</dc:creator>
		<pubDate>Thu, 28 Jan 2010 14:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.everycity.co.uk/alasdair/?p=42#comment-201</guid>
		<description>Hello and thanks a lot for the useful, detailed post! I was able to set up iSCSI between my Solaris 10 box and Windows XP in less than an hour from scratch.</description>
		<content:encoded><![CDATA[<p>Hello and thanks a lot for the useful, detailed post! I was able to set up iSCSI between my Solaris 10 box and Windows XP in less than an hour from scratch.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
