<?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>Newy&#039;s Blog &#187; Mythtv</title>
	<atom:link href="http://www.jnewcastle.com/blog/category/mythtv/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jnewcastle.com/blog</link>
	<description>tail -f /dev/mind &#62; blog</description>
	<lastBuildDate>Fri, 08 Jul 2011 15:31:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Building a myth frontend using mythbuntu 11.04 natty</title>
		<link>http://www.jnewcastle.com/blog/2011/07/08/building-a-myth-frontend-using-mythbuntu-11-04-natty</link>
		<comments>http://www.jnewcastle.com/blog/2011/07/08/building-a-myth-frontend-using-mythbuntu-11-04-natty#comments</comments>
		<pubDate>Fri, 08 Jul 2011 14:44:44 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=972</guid>
		<description><![CDATA[reconfigure sources.list to point to local repo and install aptitude aptitude install openssh-server portmap nfs-common snmpd smartmontools mutt postfix ssh dstat iptraf logwatch dselect mailx sysv-rc-conf gparted ntp iftop apcupsd libaudiofile0 mkdir /dvr /offline /jn /archive nano /etc/fstab 192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp mount -a [...]]]></description>
			<content:encoded><![CDATA[<p>reconfigure sources.list to point to local repo and install aptitude</p>
<p>aptitude install openssh-server portmap nfs-common snmpd smartmontools mutt postfix ssh dstat iptraf logwatch dselect mailx sysv-rc-conf gparted ntp iftop apcupsd libaudiofile0</p>
<p>mkdir /dvr /offline /jn /archive<br />
nano /etc/fstab</p>
<p>192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp<br />
192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>mount -a</p>
<p>dpkg -i /dvr/mythbuntu-repos.deb</p>
<p>aptitude update</p>
<p>aptitude upgrade</p>
<p>aptitude remove mythweb</p>
<p>copy blootube theme</p>
<p>cp -R /dvr/files/blootubelite-wide/ /usr/share/mythtv/themes/</p>
<p>download nx debs</p>
<p>sudo dpkg -i nxclient_3.4.0-7_x86_64.deb<br />
sudo dpkg -i nxnode_3.4.0-14_x86_64.deb<br />
sudo dpkg -i nxserver_3.4.0-14_x86_64.deb</p>
<p>RSYNC<br />
cp /offline/files/rsync/rsyncd.conf /etc<br />
cp /offline/files/rsync/rsyncd.secrets /etc<br />
chmod 600 /etc/rsyncd.secrets<br />
nano /etc/default/rsync and enable<br />
/etc/init.d/rsync restart</p>
<p>SNMP</p>
<p>cp /offline/archive/common/snmpd.conf /etc/snmp</p>
<p>/etc/init.d/snmpd restart</p>
<p>SMARTD</p>
<p>cp /offline/archive/common/smartd.conf /etc/smartd.conf<br />
nano /etc/default/smartmontools<br />
start_smartd=yes<br />
/etc/init.d/smartmontools restart</p>
<p>APCUPSD<br />
cp /offline/archive/common/apcupsd.conf /etc/apcupsd<br />
nano /etc/default/apcupsd and make isconfigured=yes<br />
/etc/init.d/apcupsd restart</p>
<p>WEBMIN</p>
<p>aptitude install libauthen-pam-perl libio-pty-perl apt-show-versions libnet-ssleay-perl<br />
dpkg -i /offline/files/webmin_1.530_all.deb</p>
<p>Make any changes need for lirc and x11 for each server</p>
<p>aptitude install distcc distcc-pump</p>
<p><span class="Apple-style-span" style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 18px; white-space: pre;">cp /offline/archive/common/distcc/hosts /etc/distcc</span></p>
<pre>cp /offline/archive/common/distcc/distcc /etc/default</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2011/07/08/building-a-myth-frontend-using-mythbuntu-11-04-natty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make xfce leave the tv/monitor on and powered</title>
		<link>http://www.jnewcastle.com/blog/2011/01/28/make-xfce-leave-the-tvmonitor-on-and-powered</link>
		<comments>http://www.jnewcastle.com/blog/2011/01/28/make-xfce-leave-the-tvmonitor-on-and-powered#comments</comments>
		<pubDate>Fri, 28 Jan 2011 17:15:05 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=969</guid>
		<description><![CDATA[Go to system settings &#8211;&#62; power management and click on the monitor tab, and slide both options all the way to the left so they say never, for but putting the monitor to sleep and turning off the monitor.]]></description>
			<content:encoded><![CDATA[<p>Go to system settings &#8211;&gt; power management and click on the monitor tab, and slide both options all the way to the left so they say never, for but putting the monitor to sleep and turning off the monitor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2011/01/28/make-xfce-leave-the-tvmonitor-on-and-powered/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xorg settings to survive a reboot without the tv/monitor on</title>
		<link>http://www.jnewcastle.com/blog/2011/01/28/xorg-settings-to-survive-a-reboot-without-the-tvmonitor-on</link>
		<comments>http://www.jnewcastle.com/blog/2011/01/28/xorg-settings-to-survive-a-reboot-without-the-tvmonitor-on#comments</comments>
		<pubDate>Fri, 28 Jan 2011 16:59:50 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=967</guid>
		<description><![CDATA[Vizio 42: Add the following line to the Device: section Option &#8220;CustomEDID&#8221; &#8220;DFP-0:/etc/X11/edidvisio42.bin&#8221; Vizio 32: Add the following line to the Device: section Option  &#8220;CustomEDID&#8221; &#8220;CRT-0:/etc/X11/edidvisio32rgb.bin&#8221; Panasonic AE900U: Add the following two lines to the Device: section Option  &#8220;ConnectedMonitor&#8221; &#8220;DFP-0&#8243; Option  &#8220;CustomEDID&#8221; &#8220;DFP-0:/etc/X11/edidae900udvi.bin&#8221; and also use the xorg.conf.ae900u.hdmi file if you want 1280&#215;720 all files [...]]]></description>
			<content:encoded><![CDATA[<p>Vizio 42:</p>
<p>Add the following line to the Device: section</p>
<p>Option &#8220;CustomEDID&#8221; &#8220;DFP-0:/etc/X11/edidvisio42.bin&#8221;</p>
<p>Vizio 32:</p>
<p>Add the following line to the Device: section</p>
<p>Option  &#8220;CustomEDID&#8221; &#8220;CRT-0:/etc/X11/edidvisio32rgb.bin&#8221;</p>
<p>Panasonic AE900U:</p>
<p>Add the following two lines to the Device: section</p>
<p>Option  &#8220;ConnectedMonitor&#8221; &#8220;DFP-0&#8243;<br />
Option  &#8220;CustomEDID&#8221; &#8220;DFP-0:/etc/X11/edidae900udvi.bin&#8221;</p>
<p>and also use the xorg.conf.ae900u.hdmi file if you want 1280&#215;720</p>
<p>all files located in /offline/archive/common</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2011/01/28/xorg-settings-to-survive-a-reboot-without-the-tvmonitor-on/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a mythfrontend on ubuntu lucid 10.04</title>
		<link>http://www.jnewcastle.com/blog/2010/12/09/building-a-mythfrontend-on-ubuntu-lucid-10-04</link>
		<comments>http://www.jnewcastle.com/blog/2010/12/09/building-a-mythfrontend-on-ubuntu-lucid-10-04#comments</comments>
		<pubDate>Thu, 09 Dec 2010 20:22:16 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=960</guid>
		<description><![CDATA[aptitude install openssh-server portmap nfs-common snmpd smartmontools mutt postfix ssh dstat iptraf logwatch dselect mailx sysv-rc-conf gparted ntp iftop mkdir /dvr /offline /jn /archive nano /etc/fstab 192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp mount -a aptitude update aptitude build-dep mythtv aptitude install mythbuntu-control-centre dpkg -i /dvr/mythbuntu-repos.deb [...]]]></description>
			<content:encoded><![CDATA[<p>aptitude install openssh-server portmap nfs-common snmpd  smartmontools mutt postfix ssh dstat iptraf logwatch dselect mailx  sysv-rc-conf gparted ntp iftop</p>
<p>mkdir /dvr /offline /jn /archive<br />
nano /etc/fstab</p>
<p>192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp<br />
192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>mount -a</p>
<p>aptitude update</p>
<p>aptitude build-dep mythtv</p>
<p>aptitude install mythbuntu-control-centre</p>
<p>dpkg -i /dvr/mythbuntu-repos.deb</p>
<p>aptitude update</p>
<p>aptitude upgrade</p>
<p>download nx debs</p>
<p>sudo dpkg -i nxclient_3.4.0-7_x86_64.deb<br />
sudo dpkg -i nxnode_3.4.0-14_x86_64.deb<br />
sudo dpkg -i nxserver_3.4.0-14_x86_64.deb</p>
<p>RSYNC<br />
cp /offline/files/rsync/rsyncd.conf /etc<br />
cp /offline/files/rsync/rsyncd.secrets /etc<br />
chmod 600 /etc/rsyncd.secrets<br />
nano /etc/default/rsync and enable<br />
/etc/init.d/rsync restart</p>
<p>SNMP</p>
<p>cp /offline/archive/common/snmpd.conf /etc/snmp</p>
<p>nano /etc/default/snmpd remove 127.0.0.1 our of config line<br />
/etc/init.d/snmpd restart</p>
<p>SMARTD</p>
<p>cp /offline/archive/common/smartd.conf /etc/smartd.conf<br />
nano /etc/default/smartmontools<br />
start_smartd=yes<br />
/etc/init.d/smartmontools restart</p>
<p>APCUPSD<br />
cp /offline/archive/common/apcupsd.conf /etc/apcupsd<br />
nano /etc/default/apcupsd and make isconfigured=yes<br />
/etc/init.d/apcupsd restart</p>
<p>WEBMIN</p>
<p>aptitude install libauthen-pam-perl libio-pty-perl apt-show-versions libnet-ssleay-perl<br />
dpkg -i /offline/files/webmin_1.530_all.deb</p>
<p>aptitude install distcc distcc-pump</p>
<p>Note: lucid has pump script problems, change line in /usr/bin/pump to</p>
<pre>/usr/lib/pymodules/python2.6/include_server/include_server.py
instead of
<pre>/usr/lib/pymodules/python2.5/include_server/include_server.py

cp /offline/archive/common/distcc/hosts /etc/distcc
cp /offline/archive/common/distcc/distcc /etc/default
</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2010/12/09/building-a-mythfrontend-on-ubuntu-lucid-10-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building mythtv vm on lucid</title>
		<link>http://www.jnewcastle.com/blog/2010/12/03/building-mythtv-vm-on-lucid</link>
		<comments>http://www.jnewcastle.com/blog/2010/12/03/building-mythtv-vm-on-lucid#comments</comments>
		<pubDate>Sat, 04 Dec 2010 03:53:26 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=947</guid>
		<description><![CDATA[aptitude install openssh-server portmap nfs-common snmpd smartmontools mutt postfix ssh dstat iptraf logwatch dselect mailx sysv-rc-conf gparted ntp iftop mkdir /dvr /offline /jn /archive nano /etc/fstab 192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp mount -a aptitude update aptitude build-dep mythtv aptitude install mythbuntu-control-centre dpkg -i /dvr/mythbuntu-repos.deb [...]]]></description>
			<content:encoded><![CDATA[<p>aptitude install openssh-server portmap nfs-common snmpd smartmontools mutt postfix ssh dstat iptraf logwatch dselect mailx sysv-rc-conf gparted ntp iftop</p>
<p>mkdir /dvr /offline /jn /archive<br />
nano /etc/fstab</p>
<p>192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp<br />
192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>mount -a</p>
<p>aptitude update</p>
<p>aptitude build-dep mythtv</p>
<p>aptitude install mythbuntu-control-centre</p>
<p>dpkg -i /dvr/mythbuntu-repos.deb</p>
<p>download nx debs</p>
<p>sudo dpkg -i nxclient_3.4.0-7_x86_64.deb<br />
sudo dpkg -i nxnode_3.4.0-14_x86_64.deb<br />
sudo dpkg -i nxserver_3.4.0-14_x86_64.deb</p>
<p>SNMP</p>
<p>cp /offline/archive/common/snmpd.conf /etc/snmp</p>
<p>nano /etc/default/snmpd remove 127.0.0.1 our of config line<br />
/etc/init.d/snmpd restart</p>
<p>WEBMIN</p>
<p>aptitude install libauthen-pam-perl libio-pty-perl apt-show-versions libnet-ssleay-perl<br />
dpkg -i /offline/files/webmin_1.530_all.deb</p>
<p>aptitude install distcc distcc-pump</p>
<p>Note: lucid has pump script problems, change line in /usr/bin/pump to</p>
<pre>/usr/lib/pymodules/python2.6/include_server/include_server.py
instead of
<pre>/usr/lib/pymodules/python2.5/include_server/include_server.py

cp /offline/archive/common/distcc/hosts /etc/distcc
cp /offline/archive/common/distcc/distcc /etc/default
</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2010/12/03/building-mythtv-vm-on-lucid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a mythfrontend on ubuntu karmic and 0.22-fixes</title>
		<link>http://www.jnewcastle.com/blog/2009/11/04/building-a-mythfrontend-on-ubuntu-karmic-and-0-22-fixes</link>
		<comments>http://www.jnewcastle.com/blog/2009/11/04/building-a-mythfrontend-on-ubuntu-karmic-and-0-22-fixes#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:47:19 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=883</guid>
		<description><![CDATA[start os install during install routine I create a default user and we will call it desktop. make desktop user login automatically install nvidia restricted driver aptitude install openssh-server portmap nfs-common xfsprogs lm-sensors snmpd smartmontools mutt postfix ssh dstat iptraf subversion checkinstall apache2 php5 libdts-dev libfreetype6-dev lame apcupsd apcupsd-cgi logwatch dselect openbox lirc mailx sysv-rc-conf [...]]]></description>
			<content:encoded><![CDATA[<p>start os install</p>
<p>during install routine I create a default user and we will call it desktop.</p>
<p>make desktop user login automatically</p>
<p>install nvidia restricted driver</p>
<p>aptitude install openssh-server portmap nfs-common xfsprogs lm-sensors snmpd smartmontools mutt postfix ssh dstat iptraf subversion checkinstall apache2 php5 libdts-dev libfreetype6-dev lame apcupsd apcupsd-cgi logwatch dselect openbox lirc mailx sysv-rc-conf mysql-client gparted libfame-0.9 libhtml-template-perl libmjpegtools-1.9 libnet-upnp-perl libphonon4 libpvm3 libqt4-dbus libqt4-designer libqt4-network libqt4-opengl libqt4-qt3support libqt4-script libqt4-sql libqt4-sql-mysql libqt4-webkit libqt4-xml libqtcore4 libqtgui4 libquicktime1 libsox-fmt-alsa libsox-fmt-base libsox1 libxml-namespacesupport-perl libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl mjpegtools ntp phonon phonon-backend-gstreamer pvm pwgen python-mysqldb qt4-qtconfig sox toolame transcode transcode-doc ttf-liberation libqt4-dev nvidia-180-libvdpau nvidia-180-libvdpau-dev libxxf86vm-dev xfce4</p>
<p>mkdir /dvr /offline<br />
nano /etc/fstab</p>
<p>192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp<br />
192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>mount -a</p>
<p>cp /etc/apt/sources.list /etc/apt/sources.list.org</p>
<p>sudo apt-key adv <code>--</code>keyserver keyserver.ubuntu.com <code>--</code>recv-keys CEC06767</p>
<p>cp /offline/archive/common/sources.list.karmic /etc/apt/sources.list</p>
<p>aptitude update</p>
<p>aptitude install nvidia-190-modaliases nvidia-glx-190 nvidia-190-libvdpau-dev<br />
aptitude upgrade<br />
aptitude build-dep mythtv</p>
<p>aptitude install libmad0 libmad0-dev flac libflac-dev libcdaudio-dev libtag1-dev libcdparanoia-dev xine-ui libxine1-ffmpeg mplayer libpulse-dev</p>
<p>download nx debs</p>
<p>sudo dpkg -i nxclient_3.3.0-6_x86_64.deb<br />
sudo dpkg -i dpkg -i nxnode_3.3.0-17_x86_64.deb<br />
sudo dpkg -i dpkg -i nxserver_3.3.0-22_x86_64.deb</p>
<p>RSYNC<br />
cp /offline/files/rsync/rsyncd.conf /etc<br />
cp /offline/files/rsync/rsyncd.secrets /etc<br />
chmod 600 /etc/rsyncd.secrets<br />
nano /etc/default/rsync and enable<br />
/etc/init.d/rsync restart</p>
<p>SNMP</p>
<p>cp /offline/archive/common/snmpd.conf /etc/snmp</p>
<p>nano /etc/default/snmpd remove 127.0.0.1 our of config line<br />
/etc/init.d/snmpd restart<br />
SMARTD</p>
<p>cp /offline/archive/common/smartd.conf /etc/smartd.conf<br />
nano /etc/default/smartmontools<br />
start_smartd=yes<br />
/etc/init.d/smartmontools restart</p>
<p>WEBMIN</p>
<p>aptitude install libauthen-pam-perl libio-pty-perl libmd5-perl libnet-ssleay-perl<br />
dpkg -i /offline/files/webmin_1.490_all.deb</p>
<p>Wake on lan if supported</p>
<p>echo ‘ethtool -s eth0 wol g’ &gt;&gt; /etc/rc.local</p>
<p>APCUPSD<br />
cp /offline/archive/common/apcupsd/apcupsd.conf /etc/apcupsd<br />
nano /etc/default/apcupsd and make isconfigured=yes<br />
/etc/init.d/apcupsd restart</p>
<p>download mythtv 0.22-fixes from svn and compile</p>
<p>cp /dvr/scripts/mythtv-backend /etc/init.d</p>
<p>cp /dvr/scripts/mythtv-backend.default /etc/default/mythtv-backend</p>
<p>update-rc.d mythtv-backend defaults</p>
<p>mkdir /var/log/mythtv</p>
<p>chown mythtv.mythtv /var/log/mythtv</p>
<p>make sure /root/.mythtv/mysql.txt is created and correct</p>
<p>/etc/init.d/mythtv-backend start</p>
<p>Customize desktop for mythtv</p>
<p>nano /usr/share/xsessions/mythtv.desktop<br />
[Desktop Entry]<br />
Encoding=UTF-8<br />
Name=MythTV<br />
Comment=Use this session to run MythTV<br />
Exec=/usr/local/bin/mythtv.sh<br />
Icon=<br />
Type=Application</p>
<p>nano /usr/local/bin/mythtv.sh<br />
mythfrontend&amp;<br />
killall irexec<br />
irexec -d<br />
nvidia-settings -l<br />
mtd -d</p>
<p>exec openbox</p>
<p>chmod +x /usr/local/bin/mythtv.sh</p>
<p>LIRC</p>
<p>cp /dvr/files/lircrc /home/desktop/.mythtv<br />
ln -s /home/desktop/.mythtv/lircrc /home/desktop/.lircrc</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2009/11/04/building-a-mythfrontend-on-ubuntu-karmic-and-0-22-fixes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a 0.22 (trunk) mythbackend on ubuntu Jaunty</title>
		<link>http://www.jnewcastle.com/blog/2009/10/09/building-a-0-22-trunk-mythbackend-on-ubuntu-jaunty</link>
		<comments>http://www.jnewcastle.com/blog/2009/10/09/building-a-0-22-trunk-mythbackend-on-ubuntu-jaunty#comments</comments>
		<pubDate>Sat, 10 Oct 2009 01:04:10 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=824</guid>
		<description><![CDATA[start os install during install routine I create a default user and we will call it desktop. make desktop user login automatically install nvidia restricted driver aptitude install openssh-server portmap nfs-common xfsprogs lm-sensors snmpd smartmontools mutt postfix ssh dstat iptraf subversion checkinstall apache2 php5 libdts-dev libfreetype6-dev lame apcupsd apcupsd-cgi logwatch dselect openbox phpmyadmin lirc mailx [...]]]></description>
			<content:encoded><![CDATA[<p>start os install</p>
<p>during install routine I create a default user and we will call it desktop.</p>
<p>make desktop user login automatically</p>
<p>install nvidia restricted driver</p>
<p>aptitude install openssh-server portmap nfs-common xfsprogs lm-sensors snmpd smartmontools mutt postfix ssh dstat iptraf subversion checkinstall apache2 php5  libdts-dev libfreetype6-dev lame apcupsd apcupsd-cgi logwatch dselect openbox phpmyadmin lirc mailx sysv-rc-conf mysql-client gparted libfame-0.9 libhtml-template-perl libmjpegtools-1.9 libnet-upnp-perl libphonon4 libpvm3 libqt4-dbus libqt4-designer libqt4-network libqt4-opengl libqt4-qt3support libqt4-script libqt4-sql libqt4-sql-mysql libqt4-webkit libqt4-xml libqtcore4 libqtgui4 libquicktime1 libsox-fmt-alsa libsox-fmt-base libsox1 libxml-namespacesupport-perl libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl mjpegtools mysql-server mysql-server-5.0 mysql-server-core-5.0 ntp phonon phonon-backend-gstreamer pvm pwgen python-mysqldb qt4-qtconfig sox toolame transcode transcode-doc ttf-liberation libqt4-dev nvidia-180-libvdpau nvidia-180-libvdpau-dev libxxf86vm-dev</p>
<p>mkdir /dvr /offline<br />
nano /etc/fstab</p>
<p>192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp<br />
192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>mount -a</p>
<p>cp /etc/apt/sources.list /etc/apt/sources.list.org</p>
<p>cp /offline/archive/common/sources.list.jaunty /etc/apt/sources.list</p>
<p>aptitude update<br />
aptitude upgrade<br />
aptitude build-dep mythtv</p>
<p>aptitude install libmad0 libmad0-dev flac libflac-dev libcdaudio-dev libtag1-dev libcdparanoia-dev xine-ui libxine1-ffmpeg mplayer libpulse-dev</p>
<p>download nx debs</p>
<p>sudo dpkg -i nxclient_3.3.0-6_x86_64.deb<br />
sudo dpkg -i dpkg -i nxnode_3.3.0-17_x86_64.deb<br />
sudo dpkg -i dpkg -i nxserver_3.3.0-22_x86_64.deb</p>
<p>RSYNC<br />
cp /offline/files/rsync/rsyncd.conf /etc<br />
cp /offline/files/rsync/rsyncd.secrets /etc<br />
chmod 600 /etc/rsyncd.secrets<br />
nano /etc/default/rsync and enable<br />
/etc/init.d/rsync restart</p>
<p>SNMP</p>
<p>cp /offline/archive/common/snmpd.conf /etc/snmp</p>
<p>nano /etc/default/snmpd remove 127.0.0.1 our of config line<br />
/etc/init.d/snmpd restart<br />
SMARTD</p>
<p>cp /offline/archive/common/smartd.conf /etc/smartd.conf<br />
nano /etc/default/smartmontools<br />
start_smartd=yes<br />
/etc/init.d/smartmontools restart</p>
<p>WEBMIN</p>
<p>aptitude install libauthen-pam-perl libio-pty-perl libmd5-perl libnet-ssleay-perl<br />
dpkg -i /offline/files/webmin_1.480_all.deb</p>
<p>Wake on lan if supported</p>
<p>echo &#8216;ethtool -s eth0 wol g&#8217; &gt;&gt; /etc/rc.local</p>
<p>APCUPSD<br />
cp /offline/archive/common/apcupsd/apcupsd.conf /etc/apcupsd<br />
nano /etc/default/apcupsd and make isconfigured=yes<br />
/etc/init.d/apcupsd restart</p>
<p>cp /dvr/scripts/mythtv-backend /etc/init.d</p>
<p>cp /dvr/scripts/mythtv-backend.default /etc/default/mythtv-backend</p>
<p>update-rc.d mythtv-backend defaults</p>
<p>mkdir /var/log/mythtv</p>
<p>chown mythtv.mythtv /var/log/mythtv</p>
<p>make sure /root/.mythtv/mysql.txt is created and correct</p>
<p>/etc/init.d/mythtv-backend start</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2009/10/09/building-a-0-22-trunk-mythbackend-on-ubuntu-jaunty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install nvidia 190.x or 185.x drivers on ubuntu jaunty</title>
		<link>http://www.jnewcastle.com/blog/2009/09/29/how-to-install-nvidia-190-x-or-185-x-drivers-on-ubuntu-jaunty</link>
		<comments>http://www.jnewcastle.com/blog/2009/09/29/how-to-install-nvidia-190-x-or-185-x-drivers-on-ubuntu-jaunty#comments</comments>
		<pubDate>Tue, 29 Sep 2009 18:07:24 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=876</guid>
		<description><![CDATA[Add the following two lines to your /etc/apt/sources.list file deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main Install the gpg key sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CEC06767 install aptitude update aptitude install nvidia-190-modaliases nvidia-glx-190 nvidia-190-libvdpau-dev or aptitude install nvidia-185-modaliases nvidia-glx-185 nvidia-185-libvdpau-dev]]></description>
			<content:encoded><![CDATA[<p>Add the following two lines to your /etc/apt/sources.list file</p>
<p>deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main</p>
<p>Install the gpg key</p>
<p>sudo apt-key adv <code>--</code>keyserver keyserver.ubuntu.com <code>--</code>recv-keys CEC06767</p>
<p>install</p>
<p>aptitude update</p>
<p>aptitude install nvidia-190-modaliases nvidia-glx-190 nvidia-190-libvdpau-dev</p>
<p>or</p>
<p>aptitude install nvidia-185-modaliases nvidia-glx-185 nvidia-185-libvdpau-dev</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2009/09/29/how-to-install-nvidia-190-x-or-185-x-drivers-on-ubuntu-jaunty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mythtv and vdpau is truely amazing</title>
		<link>http://www.jnewcastle.com/blog/2009/09/17/mythtv-and-vdpau-is-truely-amazing</link>
		<comments>http://www.jnewcastle.com/blog/2009/09/17/mythtv-and-vdpau-is-truely-amazing#comments</comments>
		<pubDate>Thu, 17 Sep 2009 22:45:24 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mythtv]]></category>
		<category><![CDATA[New toys]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=871</guid>
		<description><![CDATA[Finally have the new nano itx motherboard running.  Ubuntu Jaunty with the latest nvidia .run installer.  Playing a 720p hd source from our qam source.  Right now cpu usage for mythfrontend is only about 19 -20%.  system load is right around .44.  Amazing that an atom based motherboard could handle playback like this.  I am [...]]]></description>
			<content:encoded><![CDATA[<p><img src="file:///C:/Users/JNEWCA%7E1/AppData/Local/Temp/moz-screenshot.png" alt="" />Finally have the new nano itx motherboard running.  Ubuntu Jaunty with the latest nvidia .run installer.  Playing a 720p hd source from our qam source.  Right now cpu usage for mythfrontend is only about 19 -20%.  system load is right around .44.  Amazing that an atom based motherboard could handle playback like this.  I am going to try windows 7 media center and xbox media center on it and see how those perform also.  So far I am sold.  I may invest in another one of these.</p>
<p>processor       : 0<br />
vendor_id       : GenuineIntel<br />
cpu family      : 6<br />
model           : 28<br />
model name      : Intel(R) Atom(TM) CPU  230   @ 1.60GHz<br />
stepping        : 2<br />
cpu MHz         : 1600.139<br />
cache size      : 512 KB<br />
physical id     : 0<br />
siblings        : 2<br />
core id         : 0<br />
cpu cores       : 1<br />
apicid          : 0<br />
initial apicid  : 0<br />
fpu             : yes<br />
fpu_exception   : yes<br />
cpuid level     : 10<br />
wp              : yes<br />
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov p                             at clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arc                             h_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl tm2 ssse3 cx16 xtpr pdcm la                             hf_lm<br />
bogomips        : 3200.27<br />
clflush size    : 64<br />
cache_alignment : 64<br />
address sizes   : 32 bits physical, 48 bits virtual<br />
power management:</p>
<p>processor       : 1<br />
vendor_id       : GenuineIntel<br />
cpu family      : 6<br />
model           : 28<br />
model name      : Intel(R) Atom(TM) CPU  230   @ 1.60GHz<br />
stepping        : 2<br />
cpu MHz         : 1600.139<br />
cache size      : 512 KB<br />
physical id     : 0<br />
siblings        : 2<br />
core id         : 0<br />
cpu cores       : 1<br />
apicid          : 1<br />
initial apicid  : 1<br />
fpu             : yes<br />
fpu_exception   : yes<br />
cpuid level     : 10<br />
wp              : yes<br />
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov p                             at clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arc                             h_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl tm2 ssse3 cx16 xtpr pdcm la                             hf_lm<br />
bogomips        : 3200.01<br />
clflush size    : 64<br />
cache_alignment : 64<br />
address sizes   : 32 bits physical, 48 bits virtual<br />
power management:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2009/09/17/mythtv-and-vdpau-is-truely-amazing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ordered new motherboard</title>
		<link>http://www.jnewcastle.com/blog/2009/09/13/ordered-new-motherboard</link>
		<comments>http://www.jnewcastle.com/blog/2009/09/13/ordered-new-motherboard#comments</comments>
		<pubDate>Sun, 13 Sep 2009 22:50:45 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Mythtv]]></category>
		<category><![CDATA[New toys]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=866</guid>
		<description><![CDATA[I finally ordered the rest of the parts to put together a very small and power efficient pc.  I plan to eventually put it in the living room as a mythfrontend.  It should work out great once mythtv 0.22 is released.  I have been running a test backend for a few months and it seems [...]]]></description>
			<content:encoded><![CDATA[<p>I finally ordered the rest of the parts to put together a very small and power efficient pc.  I plan to eventually put it in the living room as a mythfrontend.  It should work out great once mythtv 0.22 is released.  I have been running a test backend for a few months and it seems to be doing just great.</p>
<p>Next part will be a hauppauge hd-pvr.</p>
<p>For now I will be using the <a href="http://www.mini-box.com/M350-universal-mini-itx-enclosure?sc=8&amp;category=87">M350</a> for a case.  The <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813500028">ZOTAC IONITX-C-U Intel Atom N230 Mini ITX ION</a> for the motherboard.  Some memory that I had from another system and the a 8 gig usb thumb drive for the operating system.  I will probably just end up pxe booting it from my masterbackend eventually.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2009/09/13/ordered-new-motherboard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

