<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://lopsa.org">
<channel>
 <title>League of Professional System Administrators - Linux</title>
 <link>http://lopsa.org/taxonomy/term/26/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Grub-booting memtest86 on x86 hardware</title>
 <link>http://lopsa.org/node/1644</link>
 <description>&lt;p&gt;It is trivial to set things up so you are able to select memtest86 as a boot option in GRUB:&lt;/p&gt;
&lt;p&gt;Download the latest memtest source from &lt;a href=&quot;http://www.memtest86.com&quot;&gt;http://www.memtest86.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Extract and follow the instructions in the README that comes with it to compile.  Copy the resulting memtest.bin to /boot and edit /etc/grub.conf to have the following 3 lines:&lt;/p&gt;
&lt;pre &gt;
title Memtest86
        root (hd0,0)
        kernel /boot/memtest.bin
&lt;/pre&gt;&lt;p&gt;
Make sure you reboot to test.&lt;/p&gt;
&lt;p&gt;In theory this should work with any x86 OS + bootloader. I am doing this with RHEL 4 + GRUB.&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/1644&quot; dc:identifier=&quot;http://lopsa.org/node/1644&quot; dc:title=&quot;Grub-booting memtest86 on x86 hardware&quot; trackback:ping=&quot;http://lopsa.org/trackback/1644&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/26">Linux</category>
 <category domain="http://lopsa.org/taxonomy/term/25">Unix</category>
 <pubDate>Tue, 08 Jul 2008 09:28:24 -0700</pubDate>
 <author>nomad</author>
</item>
<item>
 <title>How to remove IPv6 on Red Hat nodes</title>
 <link>http://lopsa.org/node/1576</link>
 <description>&lt;p&gt;Picked up this tid-bit on how to disable IPv6 (which aligns with the general sys admin philosophy of &quot;if we are not using it, remove it or turn it off to simplify the system and increase security&quot;:&lt;/p&gt;
&lt;p&gt;(1) Edit /etc/sysconfig/network and set NETWORKING_IPV6=no. &lt;/p&gt;
&lt;p&gt;(2) Issue the following command as root: &#039;chkconfig ip6tables off&#039;. &lt;/p&gt;
&lt;p&gt;(3) Reboot the host machine.&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/1576&quot; dc:identifier=&quot;http://lopsa.org/node/1576&quot; dc:title=&quot;How to remove IPv6 on Red Hat nodes&quot; trackback:ping=&quot;http://lopsa.org/trackback/1576&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/26">Linux</category>
 <pubDate>Sun, 03 Feb 2008 13:52:18 -0800</pubDate>
 <author>Aleksey Tsalolikhin</author>
</item>
<item>
 <title>Notes on *nix atime</title>
 <link>http://lopsa.org/node/1502</link>
 <description>&lt;p&gt;Read an interesting discussion on the lkml list where Linus and friends talked about atime&#039;s performance impacts (&lt;a href=&quot;http://kerneltrap.org/node/14148&quot;&gt;http://kerneltrap.org/node/14148&lt;/a&gt;).  Ingo phrased the problem best with:&lt;/p&gt;
&lt;p&gt;     &#039; For every file that is read from the disk, lets do a ... write to&lt;br /&gt;
     the disk! And, for every file that is already cached and which we&lt;br /&gt;
     read from the cache ... do a write to the disk! &#039;&lt;/p&gt;
&lt;p&gt;Solutions are to mount your file systems with the noatime, nodiratime options.  The only time this may cause a problem is if you have a local mail spool (the mailer will not know that new email arrived) or possibly with some backup software.&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/1502&quot; dc:identifier=&quot;http://lopsa.org/node/1502&quot; dc:title=&quot;Notes on *nix atime&quot; trackback:ping=&quot;http://lopsa.org/trackback/1502&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/26">Linux</category>
 <category domain="http://lopsa.org/taxonomy/term/155">Performance Tuning</category>
 <category domain="http://lopsa.org/taxonomy/term/25">Unix</category>
 <pubDate>Thu, 09 Aug 2007 12:53:38 -0700</pubDate>
 <author>ski</author>
</item>
<item>
 <title>Asking for Comments: Samba Server Setup Experience Under Fedora Core 6</title>
 <link>http://lopsa.org/node/1438</link>
 <description>&lt;br&gt;
&lt;b&gt;Solved&lt;/b&gt; -- The box didn&#039;t retain my permissiable SELinux environment after a yum update. With a &#039;sudo setsebool -P samba_enable_home_dirs=1&#039; there was a mighty noise and it started allowing public read-only access to the share.

&lt;br&gt;
&lt;br&gt;
Someone liked my work (that they help me do) so well, that recently they requested I share the file with everyone on the LAN. I set out to create a publicly readable Samba share for the file. As a user, I issued a &#039;sudo yum install samba&#039; and soon after started working on the default config file in /etc/samba/smb.conf. 
&lt;br&gt;
&lt;br&gt;

Here&#039;s the mix I came up with (which, keep in mind, doesn&#039;t work; I could use some help!)

&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/1438&quot; dc:identifier=&quot;http://lopsa.org/node/1438&quot; dc:title=&quot;Asking for Comments: Samba Server Setup Experience Under Fedora Core 6&quot; trackback:ping=&quot;http://lopsa.org/trackback/1438&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/28">Applications</category>
 <category domain="http://lopsa.org/taxonomy/term/43">Filesystems</category>
 <category domain="http://lopsa.org/taxonomy/term/26">Linux</category>
 <category domain="http://lopsa.org/taxonomy/term/21">Networking</category>
 <category domain="http://lopsa.org/taxonomy/term/27">Windows</category>
 <pubDate>Wed, 23 May 2007 12:43:29 -0700</pubDate>
 <author>ant</author>
</item>
<item>
 <title>Django</title>
 <link>http://lopsa.org/node/996</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-4&quot;&gt;&lt;div class=&quot;flexinode-textfield-13&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Short Description:&lt;/label&gt;&lt;br /&gt;
 Excellent Python web development framework
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Home Page:&lt;/label&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.djangoproject.com&quot;&gt;www.djangoproject.com&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;flexinode-timestamp-15&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Release Date:&lt;/label&gt;&lt;br /&gt;
 Fri, 2005-07-15 14:00
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-select-18&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Status:&lt;/label&gt;&lt;br /&gt;
 Stable
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-17&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Long Description:&lt;/label&gt;&lt;br /&gt;
 &lt;p&gt;I like to use this to throw together nice web frontends for the PHBs to look at stats &amp;amp; stuff.  It&#039;s pretty simple to use, interfaces easily to a database--very useful for the sorts of sysadmin-plus stuff I tend to do.&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/996&quot; dc:identifier=&quot;http://lopsa.org/node/996&quot; dc:title=&quot;Django&quot; trackback:ping=&quot;http://lopsa.org/trackback/996&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/28">Applications</category>
 <category domain="http://lopsa.org/taxonomy/term/29">Database</category>
 <category domain="http://lopsa.org/taxonomy/term/26">Linux</category>
 <category domain="http://lopsa.org/taxonomy/term/145">Software Development</category>
 <category domain="http://lopsa.org/taxonomy/term/25">Unix</category>
 <category domain="http://lopsa.org/taxonomy/term/27">Windows</category>
 <category domain="http://lopsa.org/taxonomy/term/33">WWW</category>
 <pubDate>Mon, 22 Jan 2007 13:08:07 -0800</pubDate>
 <author>eadmund</author>
</item>
<item>
 <title>NMAP</title>
 <link>http://lopsa.org/node/980</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-4&quot;&gt;&lt;div class=&quot;flexinode-textfield-13&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Short Description:&lt;/label&gt;&lt;br /&gt;
 Fast enumeration of network services
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Home Page:&lt;/label&gt;&lt;br /&gt;
 &lt;a href=&quot;http://insecure.org/nmap&quot;&gt;insecure.org/nmap&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;flexinode-timestamp-15&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Release Date:&lt;/label&gt;&lt;br /&gt;
 Sun, 2007-01-14 10:00
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-select-18&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Status:&lt;/label&gt;&lt;br /&gt;
 Active
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-17&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Long Description:&lt;/label&gt;&lt;br /&gt;
 &lt;p&gt;Nmap is a powerful tool for discovering hosts on a network and enumerating what service they are offering. This can be used to find vulnerable systems, to locate rogue services on your network or simply for a first step in troubleshooting.&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/980&quot; dc:identifier=&quot;http://lopsa.org/node/980&quot; dc:title=&quot;NMAP&quot; trackback:ping=&quot;http://lopsa.org/trackback/980&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/140">Communications</category>
 <category domain="http://lopsa.org/taxonomy/term/26">Linux</category>
 <category domain="http://lopsa.org/taxonomy/term/46">Network</category>
 <category domain="http://lopsa.org/taxonomy/term/21">Networking</category>
 <category domain="http://lopsa.org/taxonomy/term/24">Operating System</category>
 <category domain="http://lopsa.org/taxonomy/term/47">Operating System</category>
 <category domain="http://lopsa.org/taxonomy/term/119">Protocols</category>
 <category domain="http://lopsa.org/taxonomy/term/44">Security</category>
 <category domain="http://lopsa.org/taxonomy/term/114">TCP</category>
 <category domain="http://lopsa.org/taxonomy/term/23">UDP</category>
 <category domain="http://lopsa.org/taxonomy/term/25">Unix</category>
 <category domain="http://lopsa.org/taxonomy/term/137">User Security</category>
 <category domain="http://lopsa.org/taxonomy/term/134">Visualization</category>
 <category domain="http://lopsa.org/taxonomy/term/27">Windows</category>
 <pubDate>Sun, 14 Jan 2007 09:50:04 -0800</pubDate>
 <author>dklein</author>
</item>
<item>
 <title>Fun with FC6 and acpi-cpufreq.</title>
 <link>http://lopsa.org/node/868</link>
 <description>&lt;p&gt;I finally discovered why I couldn&#039;t do cpu scaling on my Inspiron 6000.  Apparently the default kernel for FC6 is an i586 kernel.  It also doesn&#039;t work with acpi-cpufreq.  It&#039;s broke.  It no-workie.  How do you make it work?  Why, you install the i686 version of the kernel!&lt;/p&gt;
&lt;p&gt;Simple you say?  Oh sure, you just download the rpm, -ivh it, and run!  Right?  Nope.  It sees it as the same kernel rev so complains.  Ok, so let&#039;s whip out the --force.  Great, it chugs along, and chugs along, and ... chugs ... and ... continues ... and ... no disk light ... and ... and ... and ... and?  Hmm.&lt;/p&gt;
&lt;p&gt;Apparently lvm.static doesn&#039;t like something about the stock LVM setup that anaconda gives you.  It kept locking up in i/o wait trying to figure out what hte config was so it could do something with mkinitrd (atleast, I presume; it was in the post install for the kernel).&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/868&quot; dc:identifier=&quot;http://lopsa.org/node/868&quot; dc:title=&quot;Fun with FC6 and acpi-cpufreq.&quot; trackback:ping=&quot;http://lopsa.org/trackback/868&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/26">Linux</category>
 <pubDate>Wed, 01 Nov 2006 20:12:54 -0800</pubDate>
 <author>hcoyote</author>
</item>
</channel>
</rss>
