<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog.yo61.com</title>
	<atom:link href="http://blog.yo61.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.yo61.com</link>
	<description>Web Operations &#38; System Administration in the wilds of North Yorkshire</description>
	<lastBuildDate>Mon, 13 May 2013 19:48:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Building RPMs from ruby gems with fpm</title>
		<link>http://blog.yo61.com/building-rpms-from-ruby-gems-with-fpm.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-rpms-from-ruby-gems-with-fpm</link>
		<comments>http://blog.yo61.com/building-rpms-from-ruby-gems-with-fpm.html#comments</comments>
		<pubDate>Mon, 13 May 2013 19:46:40 +0000</pubDate>
		<dc:creator>Robin Bowes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.yo61.com/?p=354</guid>
		<description><![CDATA[Some time ago, I wrote up how I created RPMs for ruby gems to simplify installation on EL-flavoured distributions. In the comments for that article, Jordan Sissel pointed me at his fpm tool which I said I&#8217;d check out if I ever needed to build any more rubygem RPMs. Well, that time has come. I wanted&#8230; <a href="http://blog.yo61.com/building-rpms-from-ruby-gems-with-fpm.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Some time ago, I wrote up how I <a title="Building RPMs from Ruby gems" href="http://blog.yo61.com/building-rpms-from-ruby-gems.html" target="_blank">created RPMs for ruby gems</a> to simplify installation on EL-flavoured distributions. In the comments for that article, <a href="https://github.com/jordansissel" target="_blank">Jordan Sissel</a> pointed me at his <a href="https://github.com/jordansissel/fpm" target="_blank">fpm</a> tool which I said I&#8217;d check out if I ever needed to build any more rubygem RPMs.</p>
<p>Well, that time has come. I wanted to deploy a later version of capistrano across a client&#8217;s infrastructure and my previous approach didn&#8217;t work so I grabbed fpm and did this:</p>
<pre>mkdir ~/tmp/gems
cd ~/tmp/gems
gem install --no-ri --no-rdoc --install-dir . capistrano
find ./cache -name '*.gem' | xargs -rn1 fpm -s gem -t rpm
ls *.rpm
rubygem-capistrano-2.15.4-1.noarch.rpm	rubygem-net-scp-1.1.0-1.noarch.rpm   rubygem-net-ssh-2.6.7-1.noarch.rpm
rubygem-highline-1.6.19-1.noarch.rpm	rubygem-net-sftp-2.1.2-1.noarch.rpm  rubygem-net-ssh-gateway-1.2.0-1.noarch.rpm
</pre>
<p>Nice and easy. Kudos whack!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yo61.com/building-rpms-from-ruby-gems-with-fpm.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Samsung Note 2 freezing &#8211; here&#8217;s the fix</title>
		<link>http://blog.yo61.com/samsung-note-2-freezing-heres-the-fix.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=samsung-note-2-freezing-heres-the-fix</link>
		<comments>http://blog.yo61.com/samsung-note-2-freezing-heres-the-fix.html#comments</comments>
		<pubDate>Fri, 12 Apr 2013 13:21:16 +0000</pubDate>
		<dc:creator>Robin Bowes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[note 2]]></category>

		<guid isPermaLink="false">http://blog.yo61.com/?p=337</guid>
		<description><![CDATA[My Note 2 recently started apparently locking up/freezing and apparently required powering off to fix it. Thanks to this post, I discovered that this seems to be a &#34;known&#34; problem with the eMMC chip which is susceptible to &#34;Sudden Death Syndrome&#34; There is an app to determine if your phone has the chip that is&#8230; <a href="http://blog.yo61.com/samsung-note-2-freezing-heres-the-fix.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>My Note 2 recently started apparently locking up/freezing and apparently required powering off to fix it.</p>
<p>Thanks to <a href="http://androidforums.com/samsung-galaxy-note-2/708861-note-ii-crashing-freezing.html#post5727916">this post</a>, I discovered that this seems to be a &quot;known&quot; problem with the eMMC chip which is susceptible to &quot;Sudden Death Syndrome&quot;</p>
<p>There is an <a href="https://play.google.com/store/apps/details?id=net.vinagre.android.emmc_check">app</a> to determine if your phone has the chip that is affected, and <a href="https://play.google.com/store/apps/details?id=jp.nomunomu.dummy">another app</a> to write data to every area of the chip to &quot;fix&quot; the issue.</p>
<p>My phone now appears to be back to normal.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yo61.com/samsung-note-2-freezing-heres-the-fix.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Find files matching criteria, exclude NFS mounts</title>
		<link>http://blog.yo61.com/find-files-matching-criteria-exclude-nfs-mounts.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=find-files-matching-criteria-exclude-nfs-mounts</link>
		<comments>http://blog.yo61.com/find-files-matching-criteria-exclude-nfs-mounts.html#comments</comments>
		<pubDate>Fri, 05 Apr 2013 11:39:46 +0000</pubDate>
		<dc:creator>Robin Bowes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://yo61.com/?p=333</guid>
		<description><![CDATA[We have app servers with smallish local file systems and application data mounted over NFS. Sometimes I want to find all files matching a particular set of criteria but don&#39;t want to traverse the NFS mounts. Here&#39;s how to do it: find / -group sophosav -print -o -fstype nfs -prune Ordering is important, as is&#8230; <a href="http://blog.yo61.com/find-files-matching-criteria-exclude-nfs-mounts.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>We have app servers with smallish local file systems and application data mounted over NFS.</p>
<p>Sometimes I want to find all files matching a particular set of criteria but don&#39;t want to traverse the NFS mounts.</p>
<p>Here&#39;s how to do it:</p>
<p><kbd>find / -group sophosav -print -o -fstype nfs -prune</kbd></p>
<p>Ordering is important, as is the explict inclusion of <kbd>-print</kbd>. If you omit this, it will print the name(s) of the NFS mounts as well.</p>
<p>Change start location (<kbd>/</kbd>) and criteria (<kbd>-group sophosav</kbd>) to suit your own purposes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yo61.com/find-files-matching-criteria-exclude-nfs-mounts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>djbdns dnscache not resolving akamai-hosted domains</title>
		<link>http://blog.yo61.com/djbdns-dnscache-not-resolving-akamai-hosted-domains.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=djbdns-dnscache-not-resolving-akamai-hosted-domains</link>
		<comments>http://blog.yo61.com/djbdns-dnscache-not-resolving-akamai-hosted-domains.html#comments</comments>
		<pubDate>Sat, 30 Mar 2013 22:20:56 +0000</pubDate>
		<dc:creator>Robin Bowes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[akamai]]></category>
		<category><![CDATA[djbdns]]></category>
		<category><![CDATA[dnscache]]></category>

		<guid isPermaLink="false">http://yo61.com/?p=331</guid>
		<description><![CDATA[I was experiencing problems with dnscache not resolving certain domains. On inspection, it turned out to be akamai-hosted domains that were failing. A quick google turned up this thread from 2004 (!), and a little further digging turned up this patch. I tweaked the patch a little to set QUERY_MAXLOOP to 1000 (original value: 100,&#8230; <a href="http://blog.yo61.com/djbdns-dnscache-not-resolving-akamai-hosted-domains.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I was experiencing problems with dnscache not resolving certain domains. On inspection, it turned out to be akamai-hosted domains that were failing. A quick google turned up <a href="http://marc.info/?t=109422162200001&amp;r=1&amp;w=2">this thread</a> from 2004 (!), and a little further digging turned up <a href="http://marc.info/?l=djbdns&amp;m=113170809226754">this patch</a>.</p>
<p>I tweaked the patch a little to set QUERY_MAXLOOP to 1000 (original value: 100, value in patch: 160), and rebuilt.</p>
<p>All works just fine now:</p>
<p>&nbsp;</p>
<div><code>[robin@dist ~]$ env DNSCACHEIP=192.168.1.90 dnsqr A www.cisco.com</code></div>
<div><code>1 www.cisco.com:</code></div>
<div><code>212 bytes, 1+5+0+0 records, response, noerror</code></div>
<div><code>query: 1 www.cisco.com</code></div>
<div><code>answer: www.cisco.com 0 CNAME www.cisco.com.akadns.net</code></div>
<div><code>answer: www.cisco.com.akadns.net 0 CNAME wwwds.cisco.com.edgekey.net</code></div>
<div><code>answer: wwwds.cisco.com.edgekey.net 0 CNAME wwwds.cisco.com.edgekey.net.globalredir.akadns.net</code></div>
<div><code>answer: wwwds.cisco.com.edgekey.net.globalredir.akadns.net 0 CNAME e144.dscb.akamaiedge.net</code></div>
<div><code>answer: e144.dscb.akamaiedge.net 12 A 2.19.144.170</code></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.yo61.com/djbdns-dnscache-not-resolving-akamai-hosted-domains.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount NFS 4 shares from OSX</title>
		<link>http://blog.yo61.com/mount-nfs4-shares-from-osx.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mount-nfs4-shares-from-osx</link>
		<comments>http://blog.yo61.com/mount-nfs4-shares-from-osx.html#comments</comments>
		<pubDate>Wed, 27 Feb 2013 01:28:09 +0000</pubDate>
		<dc:creator>Robin Bowes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[nfsv4]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://yo61.com/?p=321</guid>
		<description><![CDATA[This is one of those things that goes to show: it&#39;s easy if you know how. I&#39;ve got a zfs-based file server (currently using SmartOS) which uses NFSv4 shares. OSX can connect to NFS shares using &#34;Connect To Server&#34; from the finder&#34; using a syntax like this: nfs://nas.example.com/share_name I&#39;ve previously tried to use on my&#8230; <a href="http://blog.yo61.com/mount-nfs4-shares-from-osx.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This is one of those things that goes to show: it&#39;s easy if you know how.</p>
<p>I&#39;ve got a zfs-based file server (currently using SmartOS) which uses NFSv4 shares. OSX can connect to NFS shares using &quot;Connect To Server&quot; from the finder&quot; using a syntax like this:</p>
<pre style="margin-top: 0px; margin-bottom: 10px; padding: 5px; border: 0px; font-size: 14px; vertical-align: baseline; overflow: auto; width: auto; max-height: 600px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-color: rgb(238, 238, 238); color: rgb(51, 51, 51); line-height: 19px;"><code style="margin: 0px; padding: 0px; border: 0px; font-size: 12px; vertical-align: baseline; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: rgb(34, 34, 34);">nfs://nas.example.com/share_name</code></pre>
<p>I&#39;ve previously tried to use on my mbp but have never managed to get it to work in a stable fashion.</p>
<p>Then, this evening, I stumbled across the solution:</p>
<pre style="margin-top: 0px; margin-bottom: 10px; padding: 5px; border: 0px; font-size: 14px; vertical-align: baseline; overflow: auto; width: auto; max-height: 600px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; background-color: rgb(238, 238, 238); color: rgb(51, 51, 51); line-height: 19px;"><code style="margin: 0px; padding: 0px; border: 0px; font-size: 12px; vertical-align: baseline; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: rgb(34, 34, 34);">nfs://vers=4,nas.example.com/share_name</code></pre>
<p>That&#39;s all there is to it &#8211; I now have stable NFSv4 connections from my Mac!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yo61.com/mount-nfs4-shares-from-osx.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>hbase lzo compression on CentOS 6.3</title>
		<link>http://blog.yo61.com/hbase-lzo-compression-on-centos-6-3.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hbase-lzo-compression-on-centos-6-3</link>
		<comments>http://blog.yo61.com/hbase-lzo-compression-on-centos-6-3.html#comments</comments>
		<pubDate>Fri, 01 Feb 2013 23:56:52 +0000</pubDate>
		<dc:creator>Robin Bowes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cloudera]]></category>
		<category><![CDATA[hadoop]]></category>
		<category><![CDATA[hbase]]></category>
		<category><![CDATA[lzo]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[rpmbuild]]></category>

		<guid isPermaLink="false">http://yo61.com/?p=312</guid>
		<description><![CDATA[The installation of hbase on CentOS is fairly painless thanks to those generous folks at Cloudera. Add their CDH4 repository and you&#39;re there: yum install hbase. However, adding lzo compression for hbase is a little more tricky. There are a few guides describing how to checkout from github, build the extension, and copy the resulting&#8230; <a href="http://blog.yo61.com/hbase-lzo-compression-on-centos-6-3.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>The <a href="https://ccp.cloudera.com/display/CDH4DOC/HBase+Installation">installation of hbase</a> on CentOS is fairly painless thanks to those generous folks at Cloudera. Add their <a href="https://ccp.cloudera.com/display/CDH4DOC/CDH4+Installation">CDH4</a> repository and you&#39;re there: <kbd>yum install hbase</kbd>.</p>
<p>However, adding lzo compression for hbase is a little more tricky. There are a few guides describing how to checkout from github, build the extension, and copy the resulting libraries into the right place, but I want a nice, simple RPM package to deploy.</p>
<p>Enter the <a href="https://github.com/toddlipcon/hadoop-lzo-packager">hadoop-lzo-packager project on github</a>. Let&#39;s try and use this to build an RPM I can use to install lzo support for hbase.</p>
<p>Get the source code:</p>
<p><code>git clone git://github.com/toddlipcon/hadoop-lzo-packager.git</code></p>
<p>Install the deps:</p>
<p><kbd>yum install lzo-devel ant ant-nodeps gcc-c++ rpmbuild java-devel</kbd></p>
<p>Build the RPMs:</p>
<p><code>cd hadoop-lzo-packager<br />
	export JAVA_HOME=/usr/lib/jvm/java<br />
	./run.sh --no-debs</code></p>
<p>Et voila &#8211; cloudera-hadoop-lzo RPMS ready for installation. But wait&#8230; The libs get installed to <code>/usr/lib/hadoop-0.20</code>&#8230; That&#39;s no good, I want them in <code>/usr/lib/hbase</code>.</p>
<p>So I went ahead &amp; hacked <code>run.sh</code> and <code>template.spec</code> to allow the install dir on the target machine to be specified on the command-line. I can now use a command line something like this:</p>
<p><kbd>./run.sh --name hbase-lzo --install-dir /usr/lib/hbase --no-deb</kbd></p>
<p>That produces a set of RPMs (binary, source, and debuginfo) with the base name <kbd>hbase-lzo</kbd>&nbsp;and libraries installed to <kbd>/usr/lib/hbase</kbd></p>
<p>My changes (plus another small change adding necessary BuildRequires to the RPM spec template) are in my <a href="https://github.com/robinbowes/hadoop-lzo-packager">fork of the project on github</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yo61.com/hbase-lzo-compression-on-centos-6-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating every nth row in MySQL table</title>
		<link>http://blog.yo61.com/updating-every-nth-row-in-mysql-table.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=updating-every-nth-row-in-mysql-table</link>
		<comments>http://blog.yo61.com/updating-every-nth-row-in-mysql-table.html#comments</comments>
		<pubDate>Wed, 16 Jan 2013 12:36:53 +0000</pubDate>
		<dc:creator>Robin Bowes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://yo61.com/?p=308</guid>
		<description><![CDATA[I wanted to set a field on a MySQL table to one of 4 values for testing purposes. Let&#39;s say I want to set the &#34;pet&#34; field to one of {cat,dog,rabbit,hamster}. First, add a new field to the table: alter table test add column `id` int(10) unsigned unique key autoincrement; Now insert each of the&#8230; <a href="http://blog.yo61.com/updating-every-nth-row-in-mysql-table.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I wanted to set a field on a MySQL table to one of 4 values for testing purposes. Let&#39;s say I want to set the &quot;pet&quot; field to one of {cat,dog,rabbit,hamster}.</p>
<p>First, add a new field to the table:</p>
<p><code>alter table test add column `id` int(10) unsigned unique key autoincrement;</code></p>
<p>Now insert each of the four values:</p>
<p><code>update test set pet = &#39;cat&#39; where MOD(id, 4) = 1;<br />
	update test set pet = &#39;dog&#39; where MOD(id+3, 4) = 1;<br />
	update test set pet = &#39;rabbit&#39; where MOD(id+2, 4) = 1;<br />
	update test set pet = &#39;hamster&#39; where MOD(id+1, 4) = 1;</code></p>
<p>Finally, drop the additional field:</p>
<p><code>alter table test drop column `id`;</code></p>
<p>I&#39;m always interesting hearing better/alternative ways to do this sort of thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yo61.com/updating-every-nth-row-in-mysql-table.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serial console access with OSX</title>
		<link>http://blog.yo61.com/serial-console-access-with-osx.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=serial-console-access-with-osx</link>
		<comments>http://blog.yo61.com/serial-console-access-with-osx.html#comments</comments>
		<pubDate>Fri, 04 Jan 2013 16:55:14 +0000</pubDate>
		<dc:creator>Robin Bowes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yo61.com/?p=304</guid>
		<description><![CDATA[A couple of possibilities are screen and minicom screen /dev/ttyS0 19200 Or in my case (with a Keyspan USB serial adapter): screen /dev/tty.KeySerial1 minicom is available from homebrew, ie. brew install minicom.&#160; I&#39;ve not used it for a while, and it didn&#39;t work at my first attempt &#8211; probably needs some configuration.]]></description>
				<content:encoded><![CDATA[<p>A couple of possibilities are screen and minicom</p>
<p><code>screen /dev/ttyS0 19200</code></p>
<p>Or in my case (with a Keyspan USB serial adapter):</p>
<p><code>screen /dev/tty.KeySerial1</code></p>
<p>minicom is available from homebrew, ie. <kbd>brew install minicom</kbd>.&nbsp;</p>
<p>I&#39;ve not used it for a while, and it didn&#39;t work at my first attempt &#8211; probably needs some configuration.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yo61.com/serial-console-access-with-osx.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a VLAN sub-interface in FortiOS</title>
		<link>http://blog.yo61.com/creating-a-vlan-sub-interface-in-fortios.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-a-vlan-sub-interface-in-fortios</link>
		<comments>http://blog.yo61.com/creating-a-vlan-sub-interface-in-fortios.html#comments</comments>
		<pubDate>Fri, 04 Jan 2013 15:43:46 +0000</pubDate>
		<dc:creator>Robin Bowes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fortios]]></category>

		<guid isPermaLink="false">http://yo61.com/?p=299</guid>
		<description><![CDATA[This is in the docs, so this is more of a convenience reminder than anything else: config system interface edit VLAN_20 set interface internal1 set type vlan set vlanid 20 set ip 172.31.20.0/24 set allowaccess https ssh ping next end]]></description>
				<content:encoded><![CDATA[<p>This is in the docs, so this is more of a convenience reminder than anything else:</p>
<p><kbd>config system interface<br />
	edit VLAN_20<br />
	set interface internal1<br />
	set type vlan<br />
	set vlanid 20<br />
	set ip 172.31.20.0/24<br />
	set allowaccess https ssh ping<br />
	next<br />
	end<br />
	</kbd></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yo61.com/creating-a-vlan-sub-interface-in-fortios.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summary of tools for observing processes</title>
		<link>http://blog.yo61.com/summary-of-tools-for-observing-processes.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=summary-of-tools-for-observing-processes</link>
		<comments>http://blog.yo61.com/summary-of-tools-for-observing-processes.html#comments</comments>
		<pubDate>Thu, 23 Aug 2012 08:11:44 +0000</pubDate>
		<dc:creator>Robin Bowes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[illumos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[smartos]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://yo61.com/?p=288</guid>
		<description><![CDATA[This is an useful summary: http://dtrace.org/blogs/dap/2012/08/04/illumos-tools-for-observing-processes/ It&#39;s written for illumos/solaris/smartos users but most of the tools are also available on linux.]]></description>
				<content:encoded><![CDATA[<p>This is an useful summary:</p>
<p>http://dtrace.org/blogs/dap/2012/08/04/illumos-tools-for-observing-processes/</p>
<p>It&#39;s written for illumos/solaris/smartos users but most of the tools are also available on linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yo61.com/summary-of-tools-for-observing-processes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
