<?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>PLATFORMedia LLC &#187; fedora</title>
	<atom:link href="http://platformedia.com/oss-blog/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://platformedia.com</link>
	<description>Corporate Web Site</description>
	<lastBuildDate>Sun, 08 Jan 2012 06:55:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>G2X connecting in developer mode</title>
		<link>http://platformedia.com/oss-blog/g2x-developer-mode/</link>
		<comments>http://platformedia.com/oss-blog/g2x-developer-mode/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 23:33:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[G2X]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=510</guid>
		<description><![CDATA[On Fedora, I was having issues getting my T-Mobile G2X to connect in developer mode.
For sure, I was setting Settings-Applications-USBdebugging to Checked.  And when plugging in the device, the SD card (and/or) internal memory space was showing up on the desktop (and the output in /var/log/messages looked equivalent to that from my working G1) [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/g2x-developer-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MythBackend service not starting</title>
		<link>http://platformedia.com/oss-blog/mythbackend-service-not-starting/</link>
		<comments>http://platformedia.com/oss-blog/mythbackend-service-not-starting/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 05:04:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fc16]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=506</guid>
		<description><![CDATA[/var/log/messages complains :

Nov 24 23:52:54 myth systemd&#91;1&#93;: mythbackend.service: control process exited, code=exited status=235
Nov 24 23:52:54 myth systemd&#91;1&#93;: Unit mythbackend.service entered failed state.

Simple solution (not tested whether this survives reboot) :

# touch /var/run/mythbackend.pid; chown mythtv:mythtv /var/run/mythbackend.pid
# systemctl start mythbackend.service
# grep mythbackend

]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/mythbackend-service-not-starting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PulseAudio default Sink (output)</title>
		<link>http://platformedia.com/oss-blog/pulseaudio-default-sink-output/</link>
		<comments>http://platformedia.com/oss-blog/pulseaudio-default-sink-output/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 04:51:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fc16]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=502</guid>
		<description><![CDATA[MythTV suddenly stopped audio (yet again : Every upgrade the reason is different).  This time, it appears that the order the audio cards are detected has changed, so the default output has changed&#8230;
The following is relevant to the process (haven&#8217;t tested this through a reboot, yet) :

$ pacmd help
$ pacmd info &#160;&#124; grep -i [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/pulseaudio-default-sink-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nginx configuration for uwsgi for Flask</title>
		<link>http://platformedia.com/oss-blog/nginx-config-for-uwsgi-for-flask/</link>
		<comments>http://platformedia.com/oss-blog/nginx-config-for-uwsgi-for-flask/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 06:23:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[flask]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[uwsgi]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=485</guid>
		<description><![CDATA[/etc/nginx/conf.d/site.conf :

server &#123;
&#160;server_name example.com www.example.com;
&#160;root home/example/flask/static;
&#160;
&#160;location ~ ^/&#40;img&#124;js&#124;css&#41;/ &#123; &#160;# &#124;pi&#124;&#124;ext&#124;theme
&#160; root &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;/home/example/flask/static;
&#160; add_header &#160; &#160; &#160; &#160; &#160; &#160; &#160;Cache-Control public;
&#160; #expires &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 30d;
&#160; #access_log &#160; &#160; &#160; &#160; &#160; &#160; &#160;off;
&#160;&#125;
&#160;location / &#123; try_files $uri @yourapplication; &#125;
&#160;location [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/nginx-config-for-uwsgi-for-flask/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building uwsgi from src.rpm without Python 3</title>
		<link>http://platformedia.com/oss-blog/uwsgi-src-rpm-without-python-3/</link>
		<comments>http://platformedia.com/oss-blog/uwsgi-src-rpm-without-python-3/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 06:39:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[uwsgi]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=494</guid>
		<description><![CDATA[To build uwsgi on Fedora 12 (which has no easy-to-find python3 rpm), run through the rpmbuild process (shown in a previous post in more detail for nginx) and make the following changes :

wget http://kad.fedorapeople.org/packages/uwsgi/uwsgi-0.9.9.2-2.fc15.src.rpm
rpm -ivh uwsgi-0.9.9.2-2.fc15.src.rpm 
rpmbuild -bb &#160;~/rpmbuild/SPECS/uwsgi.spec 
yum install python-devel libuuid-devel jansson-devel libyaml-devel ruby-devel python3-devel python-greenlet-devel &#160;lua-devel &#160;ruby 
# NB: python3-devel doesn&#8217;t exist&#8230;
# [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/uwsgi-src-rpm-without-python-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating nginx (with uwsgi) for Fedora 12 from src.rpm</title>
		<link>http://platformedia.com/oss-blog/nginx-with-uwsgi-src-rpm/</link>
		<comments>http://platformedia.com/oss-blog/nginx-with-uwsgi-src-rpm/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 05:05:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[flask]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=480</guid>
		<description><![CDATA[In order to get access to uwsgi (useful for deploying python flask projects, for instance), one needs a version of nginx > 0.8 or so.  But Fedora 12 doesn&#8217;t have such a modern version :  Here&#8217;s how to build it from a src.rpm from a more recent Fedora release. 

# First, make sure [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/nginx-with-uwsgi-src-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling nginx (with uwsgi) for Fedora 12</title>
		<link>http://platformedia.com/oss-blog/nginx-uwsgi-for-fedora-12/</link>
		<comments>http://platformedia.com/oss-blog/nginx-uwsgi-for-fedora-12/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 04:56:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[flask]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=472</guid>
		<description><![CDATA[In order to get access to uwsgi (useful for deploying python flask projects, for instance), one needs a version of nginx > 0.8 or so.  But Fedora 12 doesn&#8217;t have such a modern version :  Here&#8217;s how to compile it from source : 
Actually, a less hacky approach is to simply back-port (trivially) [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/nginx-uwsgi-for-fedora-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MythTV / lircd updates on Fedora : Hauppauge</title>
		<link>http://platformedia.com/oss-blog/mythtv-lircd-updates/</link>
		<comments>http://platformedia.com/oss-blog/mythtv-lircd-updates/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 22:59:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Hauppauge]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[PVR350]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=453</guid>
		<description><![CDATA[I&#8217;ve been maintaining a PVR350 on an old Dell 2.4GHz since forever.  
Latest updates (to MythTV 24.1, and licrd 0.9.0.7) have made big changes.  But it&#8217;s all working again, including a serial IR blaster.  The following is just for my easy reference, and anyone else who now finds their Grey Hauppauge remote [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/mythtv-lircd-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ughh : OpenVZ and packet sniffing&#8230;</title>
		<link>http://platformedia.com/oss-blog/openvz-and-packet-sniffing/</link>
		<comments>http://platformedia.com/oss-blog/openvz-and-packet-sniffing/#comments</comments>
		<pubDate>Sat, 28 May 2011 05:11:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=387</guid>
		<description><![CDATA[Before you attempt to experiment with knockd and/or fwknop, Google around a little for venet0 and packet sniffing.
The virtualization of the interfaces by OpenVZ apparently mangles the IP headers for packet sniffers (like fwknop uses to listen to DROP&#8217;d packets).  And they then fail to trigger the next step of cleverness (opening the SSH/22 [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/openvz-and-packet-sniffing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Ruby on Fedora 12</title>
		<link>http://platformedia.com/oss-blog/update-ruby-on-fedora-12/</link>
		<comments>http://platformedia.com/oss-blog/update-ruby-on-fedora-12/#comments</comments>
		<pubDate>Tue, 03 May 2011 02:07:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compass]]></category>
		<category><![CDATA[fc12]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sass]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=382</guid>
		<description><![CDATA[Fedora 12 maxes out it&#8217;s Ruby version at 1.8.6.  Unfortunately, compass / sass requires 1.8.7.  The following steps creates a suitable RPM, and installs it :

# cd ~
# wget http://mo.morsi.org/blog/files/ruby-1.8.7.249-1.fc11.src_.rpm
# yum install rpm-build
# yum install ncurses-devel gdbm-devel tcl-devel tk-devel libX11-devel &#160;autoconf db4-devel byacc bison emacs compat-readline5-devel
# rpmbuild &#8211;rebuild ruby-1.8.7.249-1.fc11.src_.rpm 
# cd /root/rpmbuild/RPMS/i386/
# rpm [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/update-ruby-on-fedora-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

