<?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>OliverBrown.me.uk &#187; ATrpms</title>
	<atom:link href="http://www.oliverbrown.me.uk/tag/atrpms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oliverbrown.me.uk</link>
	<description></description>
	<lastBuildDate>Sun, 21 Aug 2011 09:08:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Back to vanilla MythTV &#8211; Part 2: Fiddling</title>
		<link>http://www.oliverbrown.me.uk/2007/08/28/back-to-vanilla-mythtv-part-1-fiddling/</link>
		<comments>http://www.oliverbrown.me.uk/2007/08/28/back-to-vanilla-mythtv-part-1-fiddling/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 15:06:23 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ATrpms]]></category>
		<category><![CDATA[CIFS]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv-part-1-fiddling/</guid>
		<description><![CDATA[After installing MythDora, there were a few extra things I had to do that took a while to figure out. Upgrade to mythtv-trunk from ATrpms I figured I just enable the &#8220;bleeding&#8221; repository and then do yum install mythtv. This worked fine. But nothing was different. It seems that &#8220;mythtv&#8221; is a meta package that [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://www.oliverbrown.me.uk/2007/08/24/back-to-vanilla-mythtv/">installing MythDora</a>, there were a few extra things I had to do that took a while to figure out.</p>
<p><strong>Upgrade to mythtv-trunk from ATrpms</strong></p>
<p>I figured I just enable the &#8220;bleeding&#8221; repository and then do <code>yum install mythtv</code>. This worked fine. But nothing was different. It seems that &#8220;mythtv&#8221; is a meta package that just says you have Myth installed without actually containing anything. So then I tried <code>yum install mythtv-frontend mythtv-backend mythtv-setup mythweb mythplugins</code>. This worked up until a point bu then failed a transaction test. The actual failure was a mismatch between themes that different parts provided. I decided this was unimportant but couldn&#8217;t force yum to install. So I installed apt (<code>yum install apt</code>) and used that (<code>apt-get install mythtv-frontend mythtv-backend mythtv-setup mythweb mythplugins</code> and it all went fine.</p>
<p><strong>Import old recordings</strong></p>
<p>This was easy than I expected. Simply replace the database with your old one (make sure you stop mythbackend before you do). I had previously copied all my old recordings to my FreeNAS box and dumped the database (<code>mysqldump -u <em>username</em> -p mythconverg &gt; mythconverg.sql</code>). So I deleted the <code>mythconverg</code> database and imported the SQL file (<code>mysql -u <em>username</em> -p &lt; mythconverg.sql</code>. You could also just copy the <code>mythconverg</code> directory in the MySQL data directory directly.</p>
<p>The next time you start mythbackend it will update the database schema (if necessary) and everything will work. Apparently if you had slave backends on your old system you might have problems but I didn&#8217;t so I&#8217;m not entirely sure what they are&#8230;</p>
<p><strong>Automatically mount a remote file system</strong></p>
<p>To get MythTV to save on my FreeNAS server I obviously needed to mount it at start up. This was simpler than I expected (although I did it using a terminal). Open the file <code>/etc/fstab</code> and add the line:<br />
<code><em>server</em>:<em>/share</em> <em>mount_point</em> cifs defaults 0 0</code>.<br />
<code>server</code> is the IP address of the FreeNAS server, <code>/share</code> is the folder on the server <code>mount_point</code> is the name you want to access it with locally (this directory should already exist &#8211; you normally make a sub directory of <code>/mnt</code>. After adding this run the command <code>mount -a</code> to force the system to mount all the file systems (it does this automatically at start up).</p>
<p>Then run MythTV Setup, select storage groups and add the mount point you chose as a directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oliverbrown.me.uk/2007/08/28/back-to-vanilla-mythtv-part-1-fiddling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.oliverbrown.me.uk @ 2012-02-08 14:32:51 -->
