<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>blog.crox.net (Entries tagged as osmc)</title>
    <link>https://blog.crox.net/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 2.5.0 - http://www.s9y.org/</generator>
    <pubDate>Sun, 02 Aug 2015 14:19:46 GMT</pubDate>

    <image>
    <url>https://blog.crox.net/templates/2k11/img/s9y_banner_small.png</url>
    <title>RSS: blog.crox.net - </title>
    <link>https://blog.crox.net/</link>
    <width>100</width>
    <height>21</height>
</image>

<item>
    <title>OSMC NFS mount</title>
    <link>https://blog.crox.net/archives/97-OSMC-NFS-mount.html</link>
    
    <comments>https://blog.crox.net/archives/97-OSMC-NFS-mount.html#comments</comments>
    <wfw:comment>https://blog.crox.net/wfwcomment.php?cid=97</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.crox.net/rss.php?version=2.0&amp;type=comments&amp;cid=97</wfw:commentRss>
    

    <author>nospam@example.com (crox)</author>
    <content:encoded>
    It looks like you need some systemd &quot;magic&quot; to successfully mount an NFS share on &lt;a href=&quot;https://osmc.tv/&quot; title=&quot;OSMC&quot;&gt;OSMC&lt;/a&gt;. Adding &quot;&lt;tt&gt;x-systemd.automount,noauto&lt;/tt&gt;&quot; to the mount options in &lt;tt&gt;/etc/fstab&lt;/tt&gt; did the trick for me.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 02 Aug 2015 14:19:46 +0000</pubDate>
    <guid isPermaLink="false">https://blog.crox.net/archives/97-guid.html</guid>
    <category>linux</category>
<category>network</category>
<category>nfs</category>
<category>osmc</category>
<category>raspberry pi</category>
<category>systemd</category>

</item>
<item>
    <title>Enable IPv6 on OSMC (wired and wireless)</title>
    <link>https://blog.crox.net/archives/96-Enable-IPv6-on-OSMC-wired-and-wireless.html</link>
    
    <comments>https://blog.crox.net/archives/96-Enable-IPv6-on-OSMC-wired-and-wireless.html#comments</comments>
    <wfw:comment>https://blog.crox.net/wfwcomment.php?cid=96</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.crox.net/rss.php?version=2.0&amp;type=comments&amp;cid=96</wfw:commentRss>
    

    <author>nospam@example.com (crox)</author>
    <content:encoded>
    Despite having read the opposite, it looks like IPv6 is disabled by default on the latest &lt;a href=&quot;https://osmc.tv/&quot; title=&quot;OSMC&quot;&gt;OSMC&lt;/a&gt; release (2015.06-1). I&#039;ve tried adding a sysctl.d file to set /proc/sys/net/ipv6/conf/eth0/disable_ipv6 to 0, but this did not help. It worked only when I ran the command manually. By going through numerous forum posts I eventually found out that you need to use the &lt;tt&gt;connmanctl&lt;/tt&gt; CLI tool:&lt;pre&gt;root@osmc:~# connmanctl&lt;br /&gt;connmanctl&gt; services&lt;br /&gt;*AO Wired                ethernet_b827ebaabbcc_cable&lt;br /&gt;connmanctl&gt; config ethernet_b827ebaabbcc_cable --ipv6 auto preferred&lt;br /&gt;connmanctl&gt; quit&lt;br /&gt;root@osmc:~# &lt;/pre&gt;This enables IPv6 with &lt;a href=&quot;https://en.wikipedia.org/wiki/IPv6#Stateless_address_autoconfiguration_.28SLAAC.29&quot; title=&quot;SLAAC&quot;&gt;autoconfiguration&lt;/a&gt;, turns on &lt;a href=&quot;https://en.wikipedia.org/wiki/IPv6#Privacy&quot; title=&quot;IPv6 Privacy Extensions&quot;&gt;Privacy Extensions&lt;/a&gt; and prefers these ephemeral addresses over the autoconfigured ones.&lt;br /&gt;
&lt;br /&gt;
The same command works for wireless as well, you just need to select the appropriate interface (the service name will start with &lt;tt&gt;wifi_&lt;/tt&gt;).&lt;br /&gt;
&lt;br /&gt;
&quot;&lt;tt&gt;help&lt;/tt&gt;&quot; will display basic usage info.&lt;br /&gt;
&lt;br /&gt;
If for some reason you would like to disable IPv6, the command would be &quot;&lt;tt&gt;config ... --ipv6 off&lt;/tt&gt;&quot;.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 01 Aug 2015 22:14:00 +0000</pubDate>
    <guid isPermaLink="false">https://blog.crox.net/archives/96-guid.html</guid>
    <category>ipv6</category>
<category>linux</category>
<category>network</category>
<category>osmc</category>
<category>raspberry pi</category>

</item>

</channel>
</rss>
