<?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/"
		>
<channel>
	<title>Comments on: How to: Compile and run Mediatomb as a daemon with Ubuntu 9.04</title>
	<atom:link href="http://www.wesg.ca/2009/09/how-to-compile-and-run-mediatomb-as-a-daemon-with-ubuntu-9-04/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wesg.ca/2009/09/how-to-compile-and-run-mediatomb-as-a-daemon-with-ubuntu-9-04/</link>
	<description>macs and more</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:48:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: wesg</title>
		<link>http://www.wesg.ca/2009/09/how-to-compile-and-run-mediatomb-as-a-daemon-with-ubuntu-9-04/comment-page-1/#comment-2390</link>
		<dc:creator>wesg</dc:creator>
		<pubDate>Sun, 28 Mar 2010 04:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.wesg.ca/?p=611#comment-2390</guid>
		<description>@Bill Weswtrup: Thanks for the messages, Bill! I haven&#039;t had the chance to try my solution from start to finish yet, but it sounds like your script can help out a lot. I will give it a try when I find some time.</description>
		<content:encoded><![CDATA[<p>@Bill Weswtrup: Thanks for the messages, Bill! I haven&#8217;t had the chance to try my solution from start to finish yet, but it sounds like your script can help out a lot. I will give it a try when I find some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Westrup</title>
		<link>http://www.wesg.ca/2009/09/how-to-compile-and-run-mediatomb-as-a-daemon-with-ubuntu-9-04/comment-page-1/#comment-2389</link>
		<dc:creator>Bill Westrup</dc:creator>
		<pubDate>Sun, 28 Mar 2010 03:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.wesg.ca/?p=611#comment-2389</guid>
		<description>OK heres a start on the script...still has errors though

#!/bin/bash
wget http://mirrors.kernel.org/ubuntu/pool/universe/m/mediatomb/mediatomb-daemon_0.11.0-3ubuntu2_all.deb
dpkg-deb -x mediatomb-daemon_0.11.0-3ubuntu2_all.deb temp
cd temp
sudo mkdir /usr/share/doc/mediatomb-daemon
sudo cp etc/mediatomb/config.xml /etc/mediatomb/config.xml
sudo cp etc/default/mediatomb /etc/default/mediatomb
sudo cp etc/init.d/mediatomb /etc/init.d/mediatomb
sudo cp etc/logrotate.d/mediatomb /etc/logrotate.d/mediatomb
sudo cp usr/share/doc/mediatomb-daemon/README.Debian /usr/share/doc/mediatomb-daemon/README.Debian
sudo cp usr/share/doc/mediatomb-daemon/changelog.Debian.gz /usr/share/doc/mediatomb-daemon/changelog.Debian.gz
sudo cp usr/share/doc/mediatomb-daemon/changelog.gz /usr/share/doc/mediatomb-daemon/changelog.gz
sudo cp usr/share/doc/mediatomb-daemon/copyright /usr/share/doc/mediatomb-daemon/copyright

cd /var/lib/
ls mediatomb
chown -R mediatomb:mediatomb mediatomb
sudo chmod 666 mediatomb/mediatomb.html
sudo chmod 644 mediatomb/sqlite3.db
sudo chmod 644 mediatomb/sqlite3.db-journal
update-rc.d mediatomb defaults</description>
		<content:encoded><![CDATA[<p>OK heres a start on the script&#8230;still has errors though</p>
<p>#!/bin/bash<br />
wget <a href="http://mirrors.kernel.org/ubuntu/pool/universe/m/mediatomb/mediatomb-daemon_0.11.0-3ubuntu2_all.deb" rel="nofollow">http://mirrors.kernel.org/ubuntu/pool/universe/m/mediatomb/mediatomb-daemon_0.11.0-3ubuntu2_all.deb</a><br />
dpkg-deb -x mediatomb-daemon_0.11.0-3ubuntu2_all.deb temp<br />
cd temp<br />
sudo mkdir /usr/share/doc/mediatomb-daemon<br />
sudo cp etc/mediatomb/config.xml /etc/mediatomb/config.xml<br />
sudo cp etc/default/mediatomb /etc/default/mediatomb<br />
sudo cp etc/init.d/mediatomb /etc/init.d/mediatomb<br />
sudo cp etc/logrotate.d/mediatomb /etc/logrotate.d/mediatomb<br />
sudo cp usr/share/doc/mediatomb-daemon/README.Debian /usr/share/doc/mediatomb-daemon/README.Debian<br />
sudo cp usr/share/doc/mediatomb-daemon/changelog.Debian.gz /usr/share/doc/mediatomb-daemon/changelog.Debian.gz<br />
sudo cp usr/share/doc/mediatomb-daemon/changelog.gz /usr/share/doc/mediatomb-daemon/changelog.gz<br />
sudo cp usr/share/doc/mediatomb-daemon/copyright /usr/share/doc/mediatomb-daemon/copyright</p>
<p>cd /var/lib/<br />
ls mediatomb<br />
chown -R mediatomb:mediatomb mediatomb<br />
sudo chmod 666 mediatomb/mediatomb.html<br />
sudo chmod 644 mediatomb/sqlite3.db<br />
sudo chmod 644 mediatomb/sqlite3.db-journal<br />
update-rc.d mediatomb defaults</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Weswtrup</title>
		<link>http://www.wesg.ca/2009/09/how-to-compile-and-run-mediatomb-as-a-daemon-with-ubuntu-9-04/comment-page-1/#comment-2388</link>
		<dc:creator>Bill Weswtrup</dc:creator>
		<pubDate>Sun, 28 Mar 2010 03:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.wesg.ca/?p=611#comment-2388</guid>
		<description>&quot;The folder /var/lib/mediatomb should contain 3 files:&quot;

If you compile from source, they won&#039;t...</description>
		<content:encoded><![CDATA[<p>&#8220;The folder /var/lib/mediatomb should contain 3 files:&#8221;</p>
<p>If you compile from source, they won&#8217;t&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Weswtrup</title>
		<link>http://www.wesg.ca/2009/09/how-to-compile-and-run-mediatomb-as-a-daemon-with-ubuntu-9-04/comment-page-1/#comment-2387</link>
		<dc:creator>Bill Weswtrup</dc:creator>
		<pubDate>Sun, 28 Mar 2010 03:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wesg.ca/?p=611#comment-2387</guid>
		<description>I know you mean well...but you have quite a few errors in your instructions

 sudo cp usr/share/doc/mediatomb-daemon/README.Debian usr/share/doc/mediatomb-daemon/README.Debian - fails
$ sudo cp usr/share/doc/mediatomb-daemon/README.Debian usr/share/doc/mediatomb-daemon/README.Debian- fails

$ sudo cp usr/share/doc/mediatomb-daemon/changelog.Debian.gz /usr/share/doc/mediatomb-daemon/changelog.Debian.gz - fails

$ sudo cp usr/share/doc/mediatomb-daemon/changelog.gz /usr/share/doc/mediatomb-daemon/changelog.gz - fails

$ sudo cp usr/share/doc/mediatomb-daemon/copyright /usr/share/doc/mediatomb-daemon/copyright  - fails

If your having to set this up manually, you will have to create directories...why not simply include that.

also prependng every line with $ makes it very tedious to cut and past each line....

why not a bash script for those already know how to copy files at the command line?....  :-)</description>
		<content:encoded><![CDATA[<p>I know you mean well&#8230;but you have quite a few errors in your instructions</p>
<p> sudo cp usr/share/doc/mediatomb-daemon/README.Debian usr/share/doc/mediatomb-daemon/README.Debian &#8211; fails<br />
$ sudo cp usr/share/doc/mediatomb-daemon/README.Debian usr/share/doc/mediatomb-daemon/README.Debian- fails</p>
<p>$ sudo cp usr/share/doc/mediatomb-daemon/changelog.Debian.gz /usr/share/doc/mediatomb-daemon/changelog.Debian.gz &#8211; fails</p>
<p>$ sudo cp usr/share/doc/mediatomb-daemon/changelog.gz /usr/share/doc/mediatomb-daemon/changelog.gz &#8211; fails</p>
<p>$ sudo cp usr/share/doc/mediatomb-daemon/copyright /usr/share/doc/mediatomb-daemon/copyright  &#8211; fails</p>
<p>If your having to set this up manually, you will have to create directories&#8230;why not simply include that.</p>
<p>also prependng every line with $ makes it very tedious to cut and past each line&#8230;.</p>
<p>why not a bash script for those already know how to copy files at the command line?&#8230;.  <img src='http://www.wesg.ca/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
