<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments for Nickebo.net</title>
	<atom:link href="http://www.nickebo.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickebo.net</link>
	<description>I am a man of science</description>
	<lastBuildDate>Fri, 26 Apr 2013 21:41:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Complete cables.xml for com hem by guy</title>
		<link>http://www.nickebo.net/complete-cables-xml-for-com-hem/#comment-102381</link>
		<dc:creator>guy</dc:creator>
		<pubDate>Fri, 26 Apr 2013 21:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickebo.net/?p=537#comment-102381</guid>
		<description><![CDATA[hello
i can see the chanells but i can not see any epg
please help.]]></description>
		<content:encoded><![CDATA[<p>hello<br />
i can see the chanells but i can not see any epg<br />
please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plex Media Server in a KVM VM under SmartOS by Tómas Árni</title>
		<link>http://www.nickebo.net/plex-media-server-in-a-kvm-vm-under-smartos/#comment-100478</link>
		<dc:creator>Tómas Árni</dc:creator>
		<pubDate>Thu, 18 Apr 2013 16:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickebo.net/?p=798#comment-100478</guid>
		<description><![CDATA[Excellent!

I&#039;m just about to buy myself a &quot;home-server&quot; to run KVM or xen virtual machines for playing around with linux os&#039;. One of those is going to be a Plex Media Server for transcoding.

Good to know you didn&#039;t have any problems ;)

I&#039;ll drop by with my story if I have trouble, just to let you and your readers know..]]></description>
		<content:encoded><![CDATA[<p>Excellent!</p>
<p>I&#8217;m just about to buy myself a &#8220;home-server&#8221; to run KVM or xen virtual machines for playing around with linux os&#8217;. One of those is going to be a Plex Media Server for transcoding.</p>
<p>Good to know you didn&#8217;t have any problems <img src='http://www.nickebo.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;ll drop by with my story if I have trouble, just to let you and your readers know..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Monitoring a SmartOS hypervisor from Nagios by alcir</title>
		<link>http://www.nickebo.net/monitoring-a-smartos-hypervisor-from-nagios/#comment-97605</link>
		<dc:creator>alcir</dc:creator>
		<pubDate>Thu, 11 Apr 2013 13:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickebo.net/?p=763#comment-97605</guid>
		<description><![CDATA[Probably you don&#039;t need to reboot SmartOS

mkdir /root/.ssh
cp /usbkey/config.inc/authorized_keys /root/.ssh/]]></description>
		<content:encoded><![CDATA[<p>Probably you don&#8217;t need to reboot SmartOS</p>
<p>mkdir /root/.ssh<br />
cp /usbkey/config.inc/authorized_keys /root/.ssh/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hard drive temperature check script version 0.1 by Andrei</title>
		<link>http://www.nickebo.net/hard-drive-temperature-check-script-version-0-1/#comment-90808</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Wed, 20 Mar 2013 10:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickebo.net/?p=417#comment-90808</guid>
		<description><![CDATA[./check_hdd_temp.py 
  File &quot;./check_hdd_temp.py&quot;, line 60
    if (total = warn and total = crit:
        print &quot;ERROR: Critical must be greater than warning&quot;
        raise SystemExit(3)

elif (total = warn and total &lt; crit):
        print &quot;WARNING: Temperature: &quot; + str(total) + &quot; C&#124;Temperature=&quot; + str(total) + &quot;;&quot; + str(warn) + &quot;;&quot; + str(crit) + &quot;;&quot; + str(warn-5) + &quot;;&quot; + str(crit+5)
        raise SystemExit(1)
else:
        print &quot;CRITICAL: Temperature: &quot; + str(total) + &quot; C&#124;Temperature=&quot; + str(total) + &quot;;&quot; + str(warn) + &quot;;&quot; + str(crit) + &quot;;&quot; + str(warn-5) + &quot;;&quot; + str(crit+5)
        raise SystemExit(2)]]></description>
		<content:encoded><![CDATA[<p>./check_hdd_temp.py<br />
  File &#8220;./check_hdd_temp.py&#8221;, line 60<br />
    if (total = warn and total = crit:<br />
        print &#8220;ERROR: Critical must be greater than warning&#8221;<br />
        raise SystemExit(3)</p>
<p>elif (total = warn and total &lt; crit):<br />
        print &quot;WARNING: Temperature: &quot; + str(total) + &quot; C|Temperature=&quot; + str(total) + &quot;;&quot; + str(warn) + &quot;;&quot; + str(crit) + &quot;;&quot; + str(warn-5) + &quot;;&quot; + str(crit+5)<br />
        raise SystemExit(1)<br />
else:<br />
        print &quot;CRITICAL: Temperature: &quot; + str(total) + &quot; C|Temperature=&quot; + str(total) + &quot;;&quot; + str(warn) + &quot;;&quot; + str(crit) + &quot;;&quot; + str(warn-5) + &quot;;&quot; + str(crit+5)<br />
        raise SystemExit(2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a custom route to a VPN in Mac OS X by Jo</title>
		<link>http://www.nickebo.net/adding-a-custom-route-to-a-vpn-in-mac-os-x/#comment-83564</link>
		<dc:creator>Jo</dc:creator>
		<pubDate>Tue, 19 Feb 2013 16:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickebo.net/?p=103#comment-83564</guid>
		<description><![CDATA[Thanks for this post!  Works great!]]></description>
		<content:encoded><![CDATA[<p>Thanks for this post!  Works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The correct way of configuring a static IP in Solaris by patrick</title>
		<link>http://www.nickebo.net/the-correct-way-of-configuring-a-static-ip-in-solaris/#comment-82744</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Mon, 11 Feb 2013 20:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickebo.net/?p=554#comment-82744</guid>
		<description><![CDATA[Thanks so much for this howto. This helps me daring to step into the magic realm of nwam. I try this on my OpenIndiana and it works like a breeze.
But to have a stable StaticIP configuration I have to add a loc through nwamcfg.
This gives me my desired dns setup even after a reebot
--
nwamcfg&gt; list
NCPs:
        Automatic
        StaticIP
Locations:
        Automatic
        NoNet
        User
nwamcfg&gt; create loc StaticIP
Created loc &#039;StaticIP&#039;.  Walking properties ...
activation-mode (manual) [manual&#124;conditional-any&#124;conditional-all]&gt;
enabled (false) [true&#124;false]&gt; true
nameservices (dns) [dns&#124;files&#124;nis&#124;ldap]&gt;
nameservices-config-file (&quot;/etc/nsswitch.dns&quot;)&gt;
dns-nameservice-configsrc (dhcp) [manual&#124;dhcp]&gt; manual
dns-nameservice-domain&gt; fritz.box
dns-nameservice-servers&gt; 192.168.178.1,8.8.8.8,8.8.8.4
dns-nameservice-search&gt;
nfsv4-domain&gt;
ipfilter-config-file&gt;
ipfilter-v6-config-file&gt;
ipnat-config-file&gt;
ippool-config-file&gt;
ike-config-file&gt;
ipsecpolicy-config-file&gt;
nwamcfg:loc:StaticIP&gt; end
Committed changes
nwamcfg&gt; list
NCPs:
        Automatic
        StaticIP
Locations:
        Automatic
        NoNet
        StaticIP
        User
nwamcfg&gt; end
--]]></description>
		<content:encoded><![CDATA[<p>Thanks so much for this howto. This helps me daring to step into the magic realm of nwam. I try this on my OpenIndiana and it works like a breeze.<br />
But to have a stable StaticIP configuration I have to add a loc through nwamcfg.<br />
This gives me my desired dns setup even after a reebot<br />
&#8211;<br />
nwamcfg&gt; list<br />
NCPs:<br />
        Automatic<br />
        StaticIP<br />
Locations:<br />
        Automatic<br />
        NoNet<br />
        User<br />
nwamcfg&gt; create loc StaticIP<br />
Created loc &#8216;StaticIP&#8217;.  Walking properties &#8230;<br />
activation-mode (manual) [manual|conditional-any|conditional-all]&gt;<br />
enabled (false) [true|false]&gt; true<br />
nameservices (dns) [dns|files|nis|ldap]&gt;<br />
nameservices-config-file (&#8220;/etc/nsswitch.dns&#8221;)&gt;<br />
dns-nameservice-configsrc (dhcp) [manual|dhcp]&gt; manual<br />
dns-nameservice-domain&gt; fritz.box<br />
dns-nameservice-servers&gt; 192.168.178.1,8.8.8.8,8.8.8.4<br />
dns-nameservice-search&gt;<br />
nfsv4-domain&gt;<br />
ipfilter-config-file&gt;<br />
ipfilter-v6-config-file&gt;<br />
ipnat-config-file&gt;<br />
ippool-config-file&gt;<br />
ike-config-file&gt;<br />
ipsecpolicy-config-file&gt;<br />
nwamcfg:loc:StaticIP&gt; end<br />
Committed changes<br />
nwamcfg&gt; list<br />
NCPs:<br />
        Automatic<br />
        StaticIP<br />
Locations:<br />
        Automatic<br />
        NoNet<br />
        StaticIP<br />
        User<br />
nwamcfg&gt; end<br />
&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up push mail with Dovecot by Simone</title>
		<link>http://www.nickebo.net/setting-up-push-mail-with-dovecot/#comment-81853</link>
		<dc:creator>Simone</dc:creator>
		<pubDate>Tue, 05 Feb 2013 14:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickebo.net/?p=678#comment-81853</guid>
		<description><![CDATA[Is the iphone connetion on 80 or 443 (or both)?]]></description>
		<content:encoded><![CDATA[<p>Is the iphone connetion on 80 or 443 (or both)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nagios script to monitor disk temperatures in SmartOS by marcus</title>
		<link>http://www.nickebo.net/nagios-script-to-monitor-disk-temperatures-in-smartos/#comment-80779</link>
		<dc:creator>marcus</dc:creator>
		<pubDate>Sat, 02 Feb 2013 06:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickebo.net/?p=851#comment-80779</guid>
		<description><![CDATA[I downloaded an image from smartos.org

&lt;a href=&quot;http://wiki.smartos.org/display/DOC/Download+SmartOS&quot; title=&quot;http://wiki.smartos.org/display/DOC/Download+SmartOS&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>I downloaded an image from smartos.org</p>
<p><a href="http://wiki.smartos.org/display/DOC/Download+SmartOS" title="http://wiki.smartos.org/display/DOC/Download+SmartOS" rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nagios script to monitor disk temperatures in SmartOS by peter</title>
		<link>http://www.nickebo.net/nagios-script-to-monitor-disk-temperatures-in-smartos/#comment-80619</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sat, 02 Feb 2013 00:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickebo.net/?p=851#comment-80619</guid>
		<description><![CDATA[great post! did you build smartmontools yourself or where did you find the binary?]]></description>
		<content:encoded><![CDATA[<p>great post! did you build smartmontools yourself or where did you find the binary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Periodic zpool scrubbing by Juho Mäkinen&#039;s blog &#187; Cheap NAS with ZFS in HP MicroServer N40L</title>
		<link>http://www.nickebo.net/periodic-zpool-scrubbing/#comment-71380</link>
		<dc:creator>Juho Mäkinen&#039;s blog &#187; Cheap NAS with ZFS in HP MicroServer N40L</dc:creator>
		<pubDate>Sun, 20 Jan 2013 16:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickebo.net/?p=71#comment-71380</guid>
		<description><![CDATA[[...] ZFS has a nice feature called scrubbing: This operation will scan over all stored data and verify that each and every byte in each and every disk is stored correctly. This will alert you from a possible upcoming disk breakage when there&#8217;s yet no permanent damage. The command is &#8220;zpool scrub tank&#8221; where &#8220;tank&#8221; is the name of the zpool. You should setup a crontab operation to do this every week. Here&#8217;s one guide how to do it: http://www.nickebo.net/periodic-zpool-scrubbing/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] ZFS has a nice feature called scrubbing: This operation will scan over all stored data and verify that each and every byte in each and every disk is stored correctly. This will alert you from a possible upcoming disk breakage when there&#8217;s yet no permanent damage. The command is &#8220;zpool scrub tank&#8221; where &#8220;tank&#8221; is the name of the zpool. You should setup a crontab operation to do this every week. Here&#8217;s one guide how to do it: http://www.nickebo.net/periodic-zpool-scrubbing/ [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
