<?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>William Lindley - wlindley.com &#187; System Admin</title>
	<atom:link href="http://blog.wlindley.com/category/computers/system-admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wlindley.com</link>
	<description>A Computer Guru&#039;s Journal. Have Keyboard Will Travel. 480.947.6100</description>
	<lastBuildDate>Sat, 04 Sep 2010 11:59:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PostgreSQL connections</title>
		<link>http://blog.wlindley.com/2010/02/postgresql-connections/</link>
		<comments>http://blog.wlindley.com/2010/02/postgresql-connections/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:41:06 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=403</guid>
		<description><![CDATA[If you are using an application that needs PostgreSQL connections on your LAN, don&#8217;t forget to add, or replace, in file postgresql.conf &#8211; listen_addresses ='*' Otherwise, postgres will bind only to &#8216;localhost&#8217; and won&#8217;t be accessible from your network. You &#8230; <a href="http://blog.wlindley.com/2010/02/postgresql-connections/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you are using an application that needs PostgreSQL connections on your LAN, don&#8217;t forget to add, or replace, in file <code>postgresql.conf</code> &#8211;</p>
<pre>listen_addresses ='*'</pre>
<p>Otherwise, postgres will bind only to &#8216;localhost&#8217; and won&#8217;t be accessible from your network.  You will just get Connection Refused errors until you add this parameter to enable listening to TCP sockets.  (That&#8217;s port 5432 if you look in <code>/etc/services</code>.)</p>
<p>NOTE: Webmin doesn&#8217;t give you a way to edit the parameters in postgresql.conf, you&#8217;ll have to do it manually.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2010/02/postgresql-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Controlling backscatter spam in Mailman</title>
		<link>http://blog.wlindley.com/2010/01/controlling-backscatter-spam-in-mailman/</link>
		<comments>http://blog.wlindley.com/2010/01/controlling-backscatter-spam-in-mailman/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 16:49:47 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[backscatter]]></category>
		<category><![CDATA[mailman]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[virtualmin]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=399</guid>
		<description><![CDATA[By default, Mailman &#8212; which is installed by default in Virtualmin as your mailing list manager, exhibits some nasty behavior, being open to sending &#8220;backscatter&#8221; spam.  This means that the Bad Guys send fraudulent messages &#8220;from&#8221; the email address they &#8230; <a href="http://blog.wlindley.com/2010/01/controlling-backscatter-spam-in-mailman/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>By default, Mailman &#8212; which is installed by default in Virtualmin as your mailing list manager, exhibits some nasty behavior, being open to sending &#8220;backscatter&#8221; spam.  This means that the Bad Guys send fraudulent messages &#8220;from&#8221; the email address they actually want to send spam to; Mailman rejects those messages, basically sending a bounce message to the victim.</p>
<p>The mechanism the spammers use is left over from the days before web interfaces.  Nowadays, your subscribers interact with Mailman almost exclusively via its HTTP interface.  Other than actual postings from subscribed members, and messages to the list owner, there is little or no reason to keep the vestigial email aliases.</p>
<p>To disable the vulnerable aliases:</p>
<p>With Virtualmin, go into the Webmin interface, under Servers; Postfix Mail Server; and click on the Aliases icon.  You should see, for example, defined among the email addresses:</p>
<pre style="padding-left: 30px;">yourlist-example.com 	Program /usr/lib/mailman/mail/mailman post yourlist
<strong>yourlist-admin-example.com 	Program /usr/lib/mailman/mail/mailman admin yourlist</strong>
yourlist-bounces-example.com 	Program /usr/lib/mailman/mail/mailman bounces yourlist
<strong>yourlist-confirm-example.com 	Program /usr/lib/mailman/mail/mailman confirm yourlist
yourlist-join-example.com 	Program /usr/lib/mailman/mail/mailman join yourlist
yourlist-leave-example.com 	Program /usr/lib/mailman/mail/mailman leave yourlist
</strong>yourlist-owner-example.com 	Program /usr/lib/mailman/mail/mailman owner yourlist
<strong>yourlist-request-example.com 	Program /usr/lib/mailman/mail/mailman request yourlist
yourlist-subscribe-example.com 	Program /usr/lib/mailman/mail/mailman subscribe yourlist
yourlist-unsubscribe-example.com	Program /usr/lib/mailman/mail/mailman unsubscribe yourlist</strong>
</pre>
<p>for &#8220;yourlist@example.com&#8221; &#8230; I recommend you disable these aliases shown in bold above:</p>
<p style="padding-left: 30px;"><strong><code>-admin-</code>, <code>-confirm-</code>, <code>-join-</code>, <code>-leave-</code>, <code>-request-</code>, <code>-subscribe-</code>, <code>-unsubscribe-</code></strong>.</p>
<p>You will want to do this for each mailing list on your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2010/01/controlling-backscatter-spam-in-mailman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Zonet 2102 print server on Ubuntu Linux</title>
		<link>http://blog.wlindley.com/2010/01/zonet-2102-printer-on-linux/</link>
		<comments>http://blog.wlindley.com/2010/01/zonet-2102-printer-on-linux/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 23:01:10 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=393</guid>
		<description><![CDATA[For setup of the Zonet ZPS2102: The default IP is 192.168.0.10 &#8230; in the Add Printer dialogs, choose Network Printer, then enter the IP address, the queue (default is: LP1) and choose the model. The Device URI, when you are &#8230; <a href="http://blog.wlindley.com/2010/01/zonet-2102-printer-on-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For setup of the Zonet ZPS2102:</p>
<p>The default IP is 192.168.0.10 &#8230; in the Add Printer dialogs, choose Network Printer, then enter the IP address, the queue (default is: <code>LP1</code>) and choose the model.</p>
<p>The Device URI, when you are done, looks like:</p>
<pre>lpd://192.168.0.10/LP1</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2010/01/zonet-2102-printer-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commands on selected files in a tree</title>
		<link>http://blog.wlindley.com/2009/10/commands-on-selected-files-in-a-tree/</link>
		<comments>http://blog.wlindley.com/2009/10/commands-on-selected-files-in-a-tree/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 19:49:48 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=327</guid>
		<description><![CDATA[For example, I needed to add the group execute (list directory) bit to every subdirectory in the tree below the currrent directory. Most of the simple ways get tripped up by filename quoting, or embedded spaces in directory names. Here&#8217;s &#8230; <a href="http://blog.wlindley.com/2009/10/commands-on-selected-files-in-a-tree/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For example, I needed to add the group execute (list directory) bit to every subdirectory in the tree below the currrent directory. Most of the simple ways get tripped up by filename quoting, or embedded spaces in directory names.</p>
<p>Here&#8217;s the command to use:</p>
<pre style="padding-left: 30px;">find . -type d -exec chmod g+x "{}" \;</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/10/commands-on-selected-files-in-a-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Share Thunderbird Address book via LDAP</title>
		<link>http://blog.wlindley.com/2009/10/share-thunderbird-address-book-via-ldap/</link>
		<comments>http://blog.wlindley.com/2009/10/share-thunderbird-address-book-via-ldap/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 18:01:59 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=297</guid>
		<description><![CDATA[If you like this, please consider donating to fund further development. After years of frustration waiting for the Mozilla Thunderbird folks to add the ability to edit LDAP address-books, and years of frustration with the pigheadedness and brain-damagedness of LDAP &#8230; <a href="http://blog.wlindley.com/2009/10/share-thunderbird-address-book-via-ldap/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="border: 5px ridge #ff8833; float: right; width: 200px; margin-left: 5px; padding-left: 5px;">If you like this, please consider donating to fund further development.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="8855466" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" />
<img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
</div>
<p>After years of frustration waiting for the Mozilla Thunderbird folks to add the ability to edit LDAP address-books, and years of frustration with the pigheadedness and brain-damagedness of LDAP server software, I decided to write my own little pseudo-LDAP server.</p>
<p><strong>This is a proof of concept only and not meant for production use yet.</strong></p>
<p>Here it is, in Perl: <a href="http://blog.wlindley.com/wp-content/uploads/2009/10/generic-ldap-0.1.tgz">generic-ldap-0.1</a> It merely reads in</p>
<ul>
<li>a Thunderbird address book using a module from CPAN</li>
<li>or an LDIF file, using another module from CPAN</li>
<li>or anything else you care to write a plugin for (put it in the Plugins/ subdirectory)&#8230; there&#8217;s a start on a WordPress module, or you could write one for OSCommerce, or&#8230; the sky&#8217;s the limit</li>
</ul>
<p>and shares that out via the LDAP protocol, using the Net::LDAP::Server module. Writing this meant seeing what the various email clients (Thunderbird, Evolution, KMail) actually wanted to see.</p>
<p>The nastiest, most brain-damaged part of LDAP is the non-standard field (attribute) names. None of these programs agree on what to call &#8220;home street address&#8221; versus &#8220;work street address,&#8221; for example.  What a nightmare.  My little server tries to remedy this by copying what it can suss out, into every possible field that your email client might be looking for.</p>
<p>What needs to be done yet?</p>
<ul>
<li>Better (or any) support for Outlook and Outlook Express, both reading their address-books and talking what they want to hear in terms of LDAP</li>
<li>Security. Right now there isn&#8217;t much, beyond plaintext password authentication for each resource. You probably want to run this behind a firewall until there is support for TLS or SSL or something else. Perhaps another set of Plugins.</li>
<li>Support for reading IMAP address books, vCards, etc.</li>
<li>Support for more complex queries. Right now it only understands &#8220;OR&#8221; queries. Again, possibly as another set of Plugins.</li>
</ul>
<p>This is written as an extensible system with Plugins. At the moment it fills my internal needs &#8212; specifically, sharing a single Thunderbird address-book inside an office.</p>
<p>Please contact me if you would like help adding features or additional development.</p>
<p>William Lindley, wlindley.com, 480.947.6100</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/10/share-thunderbird-address-book-via-ldap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailman membership reminder</title>
		<link>http://blog.wlindley.com/2009/10/mailman-membership-reminder/</link>
		<comments>http://blog.wlindley.com/2009/10/mailman-membership-reminder/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 15:43:14 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=293</guid>
		<description><![CDATA[Here&#8217;s a little script you can add to your crontab, to periodically email the administrators of each mailman mailing list both the list of current members and the mailing-list&#8217;s full configuration. This gives you both an audit trail of membership &#8230; <a href="http://blog.wlindley.com/2009/10/mailman-membership-reminder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a little script you can add to your crontab, to periodically email the administrators of each mailman mailing list both the list of current members and the mailing-list&#8217;s full configuration.  This gives you both an audit trail of membership and the ability to restore mailing lists from the backup files in case your webhost goes awry.</p>
<p style="padding-left: 30px;"><a href="http://blog.wlindley.com/wp-content/uploads/2009/10/mailman-reminder.pl">mailman-reminder</a> (Perl script)</p>
<p>Edit root&#8217;s crontab with the command</p>
<p style="padding-left: 30px;"><code># <strong><code>crontab -e</code></strong></code></p>
<p>and add something like this:</p>
<p style="padding-left: 30px;"><code>0 3 1 * * perl /root/mailman-reminder.pl</code></p>
<p>Which will run the script at 03:00 on the first day of each month.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/10/mailman-membership-reminder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion 1.6.5 on Ubuntu 9.04</title>
		<link>http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/</link>
		<comments>http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 00:02:39 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=275</guid>
		<description><![CDATA[Following the instructions at: https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6 Edit the apt sources, using your favorite editor: $ sudo emacs /etc/apt/sources.list Add these lines to the end of the file: deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main The add the key signature: $ &#8230; <a href="http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Following the instructions at:</p>
<blockquote><p><code><a href="https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6">https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6</a></code></p></blockquote>
<p>Edit the apt sources, using your favorite editor:</p>
<p style="padding-left: 30px;"><code>$ sudo emacs /etc/apt/sources.list</code></p>
<p>Add these lines to the end of the file:</p>
<blockquote><p><code>deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main</code></p></blockquote>
<p>The add the key signature:</p>
<p style="padding-left: 30px;"><code>$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 413576CB</code></p>
<p>where 413576CB is the Signing Key from the web page above&#8230; update the apt cache, and force a reinstall:</p>
<p style="padding-left: 30px;"><code>$ sudo apt-get update<br />
$ sudo apt-get --reinstall install subversion</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reducing Spamassassin process count</title>
		<link>http://blog.wlindley.com/2009/08/reducing-spamassassin-process-count/</link>
		<comments>http://blog.wlindley.com/2009/08/reducing-spamassassin-process-count/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 18:07:09 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[spamasssin]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=235</guid>
		<description><![CDATA[Dramatically reduce memory footprint by changing the number of threads that spamassassin will execute at once from 5 down to 1. Centos: In /etc/sysconfig/spamassassin &#8211; change: SPAMDOPTIONS="-d -c -m5 -H" to SPAMDOPTIONS="-d -c -m1 -H" Debian: in /etc/default/spamassassin, change: OPTIONS="--create-prefs &#8230; <a href="http://blog.wlindley.com/2009/08/reducing-spamassassin-process-count/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Dramatically reduce memory footprint by changing the number of threads that spamassassin will execute at once from 5 down to 1.</p>
<p>Centos: In <code>/etc/sysconfig/spamassassin</code> &#8211;</p>
<p>change:</p>
<pre style="padding-left: 30px;">SPAMDOPTIONS="-d -c -m<strong>5</strong> -H"</pre>
<p>to</p>
<pre style="padding-left: 30px;">SPAMDOPTIONS="-d -c -m<strong>1</strong> -H"</pre>
<p>Debian: in /etc/default/spamassassin, change:</p>
<pre style="padding-left: 30px;">OPTIONS="--create-prefs --max-children <strong>5</strong> --helper-home-dir"</pre>
<p>to</p>
<pre style="padding-left: 30px;">OPTIONS="--create-prefs --max-children <strong>1</strong> --helper-home-dir"</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/08/reducing-spamassassin-process-count/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APC UPS in Centos 5.x</title>
		<link>http://blog.wlindley.com/2009/06/apc-ups-in-centos-5x/</link>
		<comments>http://blog.wlindley.com/2009/06/apc-ups-in-centos-5x/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:28:33 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[apcupsd]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ups]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=203</guid>
		<description><![CDATA[$ sudo yum install apcups* ... ---&#62; Package apcupsd.x86_64 0:3.14.3-1.el5.rf set to be updated ... $ sudo /sbin/chkconfig --list apcupsd apcupsd 0:off 1:off 2:on 3:on 4:on 5:on 6:off Before you start the apcupsd service, edit /etc/apcupsd/apcupsd.conf and set the cable &#8230; <a href="http://blog.wlindley.com/2009/06/apc-ups-in-centos-5x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<pre>$ <span style="text-decoration: underline;">sudo yum install apcups*</span>
...
---&gt; Package apcupsd.x86_64 0:3.14.3-1.el5.rf set to be updated
...
$ <span style="text-decoration: underline;">sudo /sbin/chkconfig --list apcupsd</span>
apcupsd         0:off   1:off   2:on    3:on    4:on    5:on    6:off</pre>
<p>Before you start the <code>apcupsd</code> service, edit <code>/etc/apcupsd/apcupsd.conf</code> and set the cable type (to <code>usb</code> for most modern units) and other parameters as needed&#8230; then:</p>
<pre>
$ <span style="text-decoration: underline;">sudo /etc/init.d/apcupsd start</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/06/apc-ups-in-centos-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting LVM volumes from Ubuntu LiveCD</title>
		<link>http://blog.wlindley.com/2009/06/mounting-lvm-volumes-from-ubuntu-livecd/</link>
		<comments>http://blog.wlindley.com/2009/06/mounting-lvm-volumes-from-ubuntu-livecd/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 01:49:35 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[lvm]]></category>
		<category><![CDATA[mounting]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=201</guid>
		<description><![CDATA[sudo -i apt-get install lvm2 modprobe dm-mod vgchange -a y Also try &#8211; pvdisplay Displays physical volumes vgdisplay Displays volume groups lvdisplay Displays logical volumes and: man lvm]]></description>
			<content:encoded><![CDATA[<pre>sudo -i
apt-get install lvm2
modprobe dm-mod
vgchange -a y</pre>
<p>Also try &#8211;</p>
<dl>
<dt>pvdisplay </dt>
<dd>Displays physical volumes </dd>
<dt>vgdisplay </dt>
<dd>Displays volume groups </dd>
<dt>lvdisplay </dt>
<dd>Displays logical volumes </dd>
</dl>
<p>and:  <code>man lvm</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/06/mounting-lvm-volumes-from-ubuntu-livecd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
