<?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>Notes from the terminal ward &#187; Paradigm Shift</title>
	<atom:link href="http://www.bearla.com/talk/category/tech/paradigm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bearla.com/talk</link>
	<description>Redeeming creation one byte at a time</description>
	<lastBuildDate>Sun, 02 May 2010 19:27:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>News Ketchup</title>
		<link>http://www.bearla.com/talk/2007/02/27/news-ketchup/</link>
		<comments>http://www.bearla.com/talk/2007/02/27/news-ketchup/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 15:01:15 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Faith]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Paradigm Shift]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bearla.com/talk/?p=361</guid>
		<description><![CDATA[Hey all, just wanted to catch everyone up on a few topics.  It&#8217;s been busy around the Juvinall household:
 - Yesterday was technology day.  We ended up severing ties with our dear &#8216;friends&#8217; Verizon; we switched to vonage.  Along with that, I followed the instructions on their site and made our house into a closed loop.  [...]]]></description>
			<content:encoded><![CDATA[<p>Hey all, just wanted to catch everyone up on a few topics.  It&#8217;s been busy around the Juvinall household:</p>
<p> - Yesterday was technology day.  We ended up severing ties with our dear &#8216;friends&#8217; Verizon; we switched to vonage.  Along with that, I followed the instructions on their site and made our house into a closed loop.  If you cut your physical connection to Verizon, you can plug your vonage router into a phone jack in your house and suddenly all of your phones are vonage phones; it&#8217;s very cool.  We also bought an iMac this year; yes, an iMac.  Last night, after some struggle, I finally finished configuring it (it always is a struggle in a paradigm shift). We are owners of a computer manufactured by Apple&#8230;wow, I said it. I hear admitting it is a first step.</p>
<p> - Lord willing, we&#8217;ll have some big news to announce soon. Pray for us if you think about it, we&#8217;re trying to make something logistically work that will be&#8230;big.</p>
<p> - Along with that, Sunday was one of those Spirit filled days at Church where God really affirmed alot of things in our hearts.  The talk is available <a href="http://www.christchurchpca.org/sermons">here</a>, and it was about God&#8217;s will for us, and death and doing your life well.  Great stuff; we sang &#8216;We Rest On Thee&#8217; afterwards, which, if one could have them, is our theme song as a couple (like Over The Rhine&#8217;s music, that song factors in a couple of key moments for us in our marriage).  Anyway, couldn&#8217;t sing the second or third verse just for weeping; the Pastor led and I have to wonder what he was thinking. It&#8217;s a balm to have God really challenge, convict and encourage you all at the same time. </p>
<p>We go in faith, our own great weakness feeling,<br />
And needing more each day Thy grace to know:<br />
Yet from our hearts a song of triumph pealing,<br />
“We rest on Thee, and in Thy Name we go.”<br />
Yet from our hearts a song of triumph pealing,<br />
“We rest on Thee, and in Thy Name we go.”</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bearla.com/talk/2007/02/27/news-ketchup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Revenge of the shift.</title>
		<link>http://www.bearla.com/talk/2006/08/31/revenge-of-the-shift/</link>
		<comments>http://www.bearla.com/talk/2006/08/31/revenge-of-the-shift/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 19:58:59 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Paradigm Shift]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bearla.com/talk/?p=276</guid>
		<description><![CDATA[A series I started way back in March of this year is beginning to wrap itself up as I push the project into production.
You may remember the purpose of this is to give a bit of a primer and ethnography, of sorts, from a primairly Microsoft, IIS world to a Linux/Apache world.
Well, recently the second [...]]]></description>
			<content:encoded><![CDATA[<p>A series I started way back in March of this year is beginning to wrap itself up as I push the project into production.</p>
<p>You may remember the purpose of this is to give a bit of a primer and ethnography, of sorts, from a primairly Microsoft, IIS world to a Linux/Apache world.</p>
<p>Well, recently the second server came in and I&#8217;ve been getting heartbeat up and rolling.  The complex thing about this is that the nics that service the shared IP address <em>must</em> be in the same slot and referenced the same (i.e. eth0) otherwise sadness will occur. </p>
<p>After the fold, a brief overview of heartbeat and a plea for questions.</p>
<p><span id="more-276"></span></p>
<p>Currently, I have two front ends servicing a shared IP address and an apache instance (<a href="http://wiki.linux-ha.org/GettingStarted/Apache">see here for more detail</a>).  Heartbeat2 is running in between those two boxes on a crossover cable and privately addressed IPs.  A third connection services the rsync link to a privately addressed staging server with the staging server only accepting connections between the front ends. </p>
<p>What&#8217;s nice is that once I figured out that the nics that share the resources needed to be in the same slot and once the heartbeat was running over a crossover cable, life was strangely easy.  Apache was trivial to setup since I just followed the instructions in the link above.  There are several good links off of that site and you would do well with exploring it if you&#8217;re in need of that information. </p>
<p>In regards to heartbeat, I can&#8217;t emphasize enough that STONITH should be used for the cluster.  When I was creating some other resources before I turned it on, the box whigged out and decided to not come back up; STONITH fixed that.</p>
<p>Also, one final note on rsync.  I want to share my rsync command because I discovered a few things.  First, if you set AD permissions on a directory on your staging server and rsync it over, the perms will not copy successfully.  You must throw the &#8211;owner no and &#8211;group no parameters in there so that the rsync server won&#8217;t touch ownership on the frontend.</p>
<p>With that said, here&#8217;s my rsync with notes as to what each line does (borrowed from overtone.org&#8217;s long defunct article):</p>
<p>#!/bin/sh<br />
/usr/bin/rsync &#8211;password-file /root/bin/rsync.pass \ #my password file I created for the rsync user<br />
                     -avz user@1.2.3.4::share #avz \ (recursive, verbose, compressed) user@1.2.3.4 (user@staging server) and share is the rsync share I setup<br />
                     &#8211;address 1.2.3.5 \ # the private interface on the front end I&#8217;m using to communicate with the staging server<br />
                     &#8211;exclude /directory \ # a directory I&#8217;m excluding from the copy because I was having problems getting it up there<br />
                     &#8211;owner no \ # put to keep the front end&#8217;s permissions from attempting to be copied over.<br />
                     &#8211;group no \ # put to keep the group ownership from being changed<br />
                     &#8211;delete \ # anything different?  change it.<br />
                     /srv/www/htdocs # the directory I&#8217;m copying.</p>
<p>Even though this will go on into production shortly, please <a href="mailto:psjuvin@ilstu.edu">e-mail me</a> if you have questions about my setup and want to emulate it; the people I&#8217;ve talked to with this have all been extremely helpful and I want to further the love.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bearla.com/talk/2006/08/31/revenge-of-the-shift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rsync part 3</title>
		<link>http://www.bearla.com/talk/2006/06/14/rsync-part-3/</link>
		<comments>http://www.bearla.com/talk/2006/06/14/rsync-part-3/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 19:25:14 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Paradigm Shift]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bearla.com/talk/?p=235</guid>
		<description><![CDATA[In the OMGoodness, it just keeps on coming catagory:
I&#8217;m redoing rsync today and wanted to get a couple of things down for you cats.  This is the way we mirror our website:
Staging Server (privately addressed)
I have /etc/rsyncd.conf setup and reads as follows
gid = users
read only = true
use chroot = true
max connections = 3
transfer logging = [...]]]></description>
			<content:encoded><![CDATA[<p>In the OMGoodness, it just keeps on coming catagory:</p>
<p>I&#8217;m redoing rsync today and wanted to get a couple of things down for you cats.  This is the way we mirror our website:</p>
<p>Staging Server (privately addressed)</p>
<p>I have /etc/rsyncd.conf setup and reads as follows</p>
<blockquote><p>gid = users<br />
read only = true<br />
use chroot = true<br />
max connections = 3<br />
transfer logging = true<br />
log format = %h %o %f %l %b<br />
log file = /var/log/rsyncd.log<br />
hosts allow = <span style="font-style: italic">private side of the DMZ (allows for only one connection from this IP addy only&#8230;)</span><br />
slp refresh = 300</p>
<p>[<span style="font-style: italic">module name for rsync</span>]<br />
path = /srv/www/htdocs<br />
comment = <span style="font-style: italic">My Workplace&#8217;s</span> website<br />
list = yes<br />
auth users = <span style="font-style: italic">the name of the dummy account I chose to make the move with.  Doesn&#8217;t need to &#8216;exist&#8217;</span><br />
secrets file = /etc/rsyncd.secrets</p></blockquote>
<p>and I have rsyncd running</p>
<p>Front ends:</p>
<p>cront job that runs the following every minute:</p>
<p>rsync &#8211;password-file=&#8217;/home/rsync.pass&#8217; -avz <span style="font-style: italic">account</span>@<span style="font-style: italic">ipaddress of target server</span>::<span style="font-style: italic">rsyncentry for module</span> &#8211;address <span style="font-style: italic">private side of DMZ</span> &#8211;delete /srv/www/htdocs</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bearla.com/talk/2006/06/14/rsync-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Routing quirk in SUSE 10.0</title>
		<link>http://www.bearla.com/talk/2006/06/06/routing-quirk-in-suse-100/</link>
		<comments>http://www.bearla.com/talk/2006/06/06/routing-quirk-in-suse-100/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 23:58:49 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Paradigm Shift]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bearla.com/talk/?p=229</guid>
		<description><![CDATA[I&#8217;m no fool.  We&#8217;re putting multiple ip addresses on our web presence and I noticed a quirk in SUSE this afternoon.  Even though the additional addresses are in the same subnet and have the same gateway information as the other address I noticed that the secondary addys wouldn&#8217;t route outside of the subnet [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m no fool.  We&#8217;re putting multiple ip addresses on our web presence and I noticed a quirk in SUSE this afternoon.  Even though the additional addresses are in the same subnet and have the same gateway information as the other address I noticed that the secondary addys wouldn&#8217;t route outside of the subnet :\.  After beating on it for most of this afternoon, I discovered a bit of a quirk.  In order to get the second address to route I had to delete the default gateway and put in the secondary address and then re-enable the default gateway.  It worked after that&#8230;</p>
<p>*sigh*</p>
<p>UPDATE: add one more step on.  You need to remote into the IP Address that you&#8217;re adding when you put in N+1 IP Addresses and turn back on the default gateway.  And who said Linux wasn&#8217;t quirky&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bearla.com/talk/2006/06/06/routing-quirk-in-suse-100/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The open source blues</title>
		<link>http://www.bearla.com/talk/2006/06/02/the-open-source-blues/</link>
		<comments>http://www.bearla.com/talk/2006/06/02/the-open-source-blues/#comments</comments>
		<pubDate>Sat, 03 Jun 2006 02:20:07 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Faith]]></category>
		<category><![CDATA[Paradigm Shift]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bearla.com/talk/?p=224</guid>
		<description><![CDATA[We just got back from a concert tonight at the Jesus House in Bloomington.  Glen Kaiser, a chicago-based preacher/musician/blues king, gave a benefit concert in support of a new missions project that JPUSA is doing.  We brought Aidan because he has a passion about live music and has enjoyed blues music since last summer.  Tonight was no [...]]]></description>
			<content:encoded><![CDATA[<p>We just got back from a concert tonight at the Jesus House in Bloomington.  Glen Kaiser, a chicago-based preacher/musician/blues king, gave a benefit concert in support of a new missions project that JPUSA is doing.  We brought Aidan because he has a passion about live music and has enjoyed blues music since last summer.  Tonight was no great exception; Glen is a talented musician and shortly after he started Aidan was really into the music.  Of course, being so close to his beadtime we lsated about midway through the set before we had to beat a hasty retreat.</p>
<p>There were two things that made tonight really a unique experience.  At one point, Aidan was acting up and I had to take him back to the back of the room.  As I looked around the room watching people enjoy, listen, and worship to the music that was being played I noticed something beautiful.  There are so many people that come to the Jesus house that come from different economic backgrounds and are down on their luck.  What the Jesus house people do is love well and give of all that they are and expect nothing in return.  What was beautiful was that I sat there and watched the diversity of God&#8217;s kingdom in the people from the west side of bloomington sitting next to people from the east side and it was a beautifully painted picture of how we are all desperately in need of a savior.</p>
<p>The other unique thing was that during one the mini sermons that Glen was giving he mentioned Bill Gates and how us not making our faith active is kind of like Bill giving someone 100 bucks; it&#8217;s really nothing for him to do that.  Faith calls for action, real action.  Well, after going on for a second about the richest man in the world, Glen commented &#8216;Maybe that&#8217;s why I like Linux&#8217;.  I really wonder about how well Linux is penetrating the market and culture when a blues guy starts talking about using Linux&#8230;I wonder if a change is a comin?<em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bearla.com/talk/2006/06/02/the-open-source-blues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rsync part 2 &#8211; eloquent!</title>
		<link>http://www.bearla.com/talk/2006/03/16/rsync-part-2-eloquent/</link>
		<comments>http://www.bearla.com/talk/2006/03/16/rsync-part-2-eloquent/#comments</comments>
		<pubDate>Thu, 16 Mar 2006 21:20:32 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Paradigm Shift]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bearla.com/talk/?p=181</guid>
		<description><![CDATA[Some additional notes about specifically setting up rsync.
http://overtone.org/articles/rsync.php is a simple, wonderfully written article on how to setup a basic rsync setup on your host to mirror out a website to different boxes. Granted, this is a bit chatty and time consuming to do (I could imagine how it would be with a larger site), [...]]]></description>
			<content:encoded><![CDATA[<p>Some additional notes about specifically setting up rsync.</p>
<p><a href="http://overtone.org/articles/rsync.php">http://overtone.org/articles/rsync.php</a> is a simple, wonderfully written article on how to setup a basic rsync setup on your host to mirror out a website to different boxes. Granted, this is a bit chatty and time consuming to do (I could imagine how it would be with a larger site), but for the size of the site I&#8217;m doing and the importance of the data, I&#8217;m pretty pleased with the results.</p>
<p>The end result is I now have a privately addressed &#8217;staging server&#8217; that will have samba enabled and users will map to shares with. The content rsyncs itself out to my mirrors via a static route to the private address of the mirror (I haven&#8217;t done static routes before and it was cool and fairly easy to set that up); because I set up a DMZ (which was really easy to do in SUSE), the private has a whole ton of ports open and the public end only has two (I&#8217;ll let you guess which two those are <img src='http://www.bearla.com/talk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
<p>One small edit since I was redoing the server today and I&#8217;d forgotten how to make those edits.  For you GUI ppl, it&#8217;s under YAST, network devices and properties for the network card.  You basically need to setup a connection on both ends of the link in order to make routing work.  On the server, the link looks like this:</p>
<p>IP:  <em>Management console or staging server<br />
</em>GW: <em>private address gateway</p>
<p></em>SM: 255.255.255.255<br />
Pick the private NIC for the interface.</p>
<p>The on the client:</p>
<p>IP:  <em>Server IP Address</em><br />
GW: <em>default gateway</p>
<p></em>SM: 255.255.255.255</p>
<p>I&#8217;m finding that the further I get into this setup I&#8217;m *choke* loving Linux a ton more. Everything has a hosts allow option on it which means that I can control who specifically gets access to what in the setup. In a situation like this where security is a concern those options are proving to be their weight in Gold. I also get a measure of failover if the staging server goes down, it&#8217;s a few minutes of reconfiguration and I can turn a mirror into the staging server and have it be mappable.</p>
<p>Too&#8230;.much&#8230;.fun.</p>
<p>&#8211;pete</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bearla.com/talk/2006/03/16/rsync-part-2-eloquent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>rsync and the search for a perfect distro (part 1)</title>
		<link>http://www.bearla.com/talk/2006/03/13/rsync-and-the-search-for-a-perfect-distro-part-1/</link>
		<comments>http://www.bearla.com/talk/2006/03/13/rsync-and-the-search-for-a-perfect-distro-part-1/#comments</comments>
		<pubDate>Tue, 14 Mar 2006 03:10:37 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Paradigm Shift]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bearla.com/talk/?p=179</guid>
		<description><![CDATA[This post was originally going to be just about rsync and it was going to be a week or so ago.
After piecing together rsync and getting it operational, I found a couple of problems.  In the course of getting SUSE 10.0 up and operational, I discovered that the machine got compromised through a ssh hole [...]]]></description>
			<content:encoded><![CDATA[<p>This post was originally going to be just about rsync and it was going to be a week or so ago.</p>
<p>After piecing together rsync and getting it operational, I found a couple of problems.  In the course of getting SUSE 10.0 up and operational, I discovered that the machine got compromised through a ssh hole that wasn&#8217;t patched.  Sucks to be me.  I then tweaked the model a little bit to setup a DMZ for the site.  Each of my mirrors is going to have a public interface only having port 80 and 445 open and a private interface that is only open to the private network (with the variety of ports open). </p>
<p>This involved setting up two interfaces/gateways/subnet masks and configuring the firewall to attach to the appropriate interface.  The only problem was that SUSE does not allow more than one default gateway; the end result is that I could only open either the public interface or the private interface and couldn&#8217;t open both. </p>
<p>My first idea was to look for a different distro for the mirrors, one specifically that could support two default gateways (similar to what I have setup in Server 2003).  After looking at Ubuntu, great distro for a desktop &#8211; sucky server, and FreeBSD, what the heck is this crap?, I ended up finding out that the paid version of SUSE did this.  I downloaded the evaulation copy of SUSE that ended up not doing this in 10.0.  I was dedjected, but I had an epiphany when I realized that I could use this situation to my advantage.  What I ended up doing was setting up a static route between the mirror and the staging server sitting in the private network and viola, I have connectivity for rsync and connectivity for the web on the other end. </p>
<p>After doing some initial research, rsync works really well and does what it does incredibly efficently.  More on this when I can get to my bookmarks list @ work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bearla.com/talk/2006/03/13/rsync-and-the-search-for-a-perfect-distro-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paradigm Shift: setting up a server from scratch</title>
		<link>http://www.bearla.com/talk/2006/02/21/paradigm-shift-setting-up-a-server-from-scratch/</link>
		<comments>http://www.bearla.com/talk/2006/02/21/paradigm-shift-setting-up-a-server-from-scratch/#comments</comments>
		<pubDate>Tue, 21 Feb 2006 15:43:49 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Paradigm Shift]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.bearla.com/talk/?p=163</guid>
		<description><![CDATA[Well, the PE 1425SC came in a couple of days ago and I got it set up and plugged into the rack. 
I&#8217;m one for asthetics, and this server is super cool looking when it&#8217;s plugged in.  Dell boxes have this status indicator on the front to let you know the health of the box at [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Well, the PE 1425SC came in a couple of days ago and I got it set up and plugged into the rack. </p>
<p align="left">I&#8217;m one for asthetics, and this server is super cool looking when it&#8217;s plugged in.  Dell boxes have this status indicator on the front to let you know the health of the box at a glance and usually these are blue if they are plugged in and happy and a bright orange if they are not.  Well, the blue light on this box is incredibly bright and small and it reminds me of HAL in 2001.  So, now if you walk into the server room there is the 1425 at the top of the rack is the bright blue eye that beckons you to enter.</p>
<p align="left">Well, today&#8217;s project was getting the OS installed and getting samba/AD authentication up and rolling as well.</p>
<p align="left"><strong>The OS:</strong></p>
<p align="left">It was incredibly easy.  For this box, I downloaded SUSE OSS 10.0 64 bit edition and it screams once it&#8217;s running.  There were two small issues.  First, is that I set up a hardware array of RAID 1 before installing an OS and when it came to partitioning, the system still allowed me to utilize the second 250GB drive.  After working with it for a little while, I just assumed that creating the partition on the first drive would do the job.  Once I get the server how I want it, I may do some testing to make sure that assumption was correct.  The second weird aspect to the install was that my 4 network interfaces (long story&#8230;) were duplicated in the available NIC connections.  When I picked a interface to plug into, I had basically a 1 in 8 chance of getting it right (realistically a 1 in 4 because two of the nics were different chipsets than the other two). </p>
<p align="left">There were a couple of things I verified I wanted in the install as well: Apache (of course), rsync, mysql, PHP, samba, and windbind.  For now, I just verified that the os was installing those and I am going with the built in copies of each of those pieces of software.  The better choice may be to install them from scratch, but getting going, I&#8217;m going with the version that I can figure out the best within the framework of the OS; as I get better, I can tweak it as necessary.</p>
<p align="left"><strong>Samba,AD authentication:</strong></p>
<p align="left">Again, fairly easy.  It suprises me how well things get rolling in this setup when you have a basic knowledge and a little patience.  There are some steps that you need to follow, however.  There were two main websites that I used to get this rolling.  First, you have to get kerberos up and rolling and a really great article at <a href="http://www.bearla.com/exchweb/bin/redir.asp?URL=http://www.windowsnetworking.com/articles_tutorials/Authenticating-Linux-Active-Directory.html" target="_blank">http://www.windowsnetworking.com/articles_tutorials/Authenticating-Linux-Active-Directory.html</a><br />
 shows how to do that.  You may want to note that as you put in the domain name, you type it in all caps; it seems to not work if it is lower case; do the tests that the article mentions.  The only real problem is that you&#8217;re tied to one specific domain controller (we have 5 available, but if one goes down&#8230;well&#8230;) for kerberos authentication. 
</p>
<p align="left">From my understanding, rather than monkeying with all the different pam authentications, I followed the directions at <a href="http://www.enterprisenetworkingplanet.com/netos/article.php/3487081">http://www.enterprisenetworkingplanet.com/netos/article.php/3487081</a> which turned out to be stellar as well.  Once I got that up and rolling, I can and have created shares though smb.conf (it&#8217;s a bit to specific to talk about here and there&#8217;s mounds of documentation on it) and in the allow list I can type <em>domainname\usergroup</em> and it works. </p>
<p align="left">The next step will be rsync.</p>
<p align="left">EDIT:  One file I forgot (and forgot to mention) is /etc/nsswitch.conf which tells the system where to get authentication information from.  You need to add winbind to it &#8211; the relevant part of the file for this project is:</p>
<p align="left"><strong>passwd: compat winbind<br />
group:  compat winbind<br />
shadow: compat</strong></p>
<p align="left">hosts:  files dns wins<br />
networks:       files dns</p>
<p align="left">services:       db files<br />
protocols:      db files<br />
rpc:    db files<br />
ethers: db files<br />
netmasks:       files<br />
netgroup:       files<br />
publickey:      files</p>
<p align="left">bootparams:     files<br />
automount:      files nis<br />
aliases:        files</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bearla.com/talk/2006/02/21/paradigm-shift-setting-up-a-server-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One final thought on paradigm shifts.</title>
		<link>http://www.bearla.com/talk/2006/02/01/one-final-thought-on-paradigm-shifts/</link>
		<comments>http://www.bearla.com/talk/2006/02/01/one-final-thought-on-paradigm-shifts/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 04:06:25 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Paradigm Shift]]></category>

		<guid isPermaLink="false">http://www.bearla.com/talk/?p=146</guid>
		<description><![CDATA[For those of you this bores to tears or you just don&#8217;t care about it, I&#8217;ve included a separate catagory under &#8216;tech&#8217; for these notes.  Either you can filter them out, or just not look if you see posts in that catagory. 
Part of my ethos, I believe, as a Christian geek is to do my [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you this bores to tears or you just don&#8217;t care about it, I&#8217;ve included a separate catagory under &#8216;tech&#8217; for these notes.  Either you can filter them out, or just not look if you see posts in that catagory. </p>
<p>Part of my ethos, I believe, as a Christian geek is to do my job well.  My desire with this particular project is do it detailed&#8230;there&#8217;s going to be a lot to it and I want to make sure I know what I&#8217;m talking about.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bearla.com/talk/2006/02/01/one-final-thought-on-paradigm-shifts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to the shift</title>
		<link>http://www.bearla.com/talk/2006/02/01/welcome-to-the-shift/</link>
		<comments>http://www.bearla.com/talk/2006/02/01/welcome-to-the-shift/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 04:00:42 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Paradigm Shift]]></category>

		<guid isPermaLink="false">http://www.bearla.com/talk/?p=145</guid>
		<description><![CDATA[Hi all -
I&#8217;ve been a professional now for about a decade and some change (4 weeks to be exact) and in that time there have been moments of my career that have been, by definition, paradigm shifts; these have been moments of transition where a body of knowledge that I&#8217;d gained is now no longer [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all -</p>
<p>I&#8217;ve been a professional now for about a decade and some change (4 weeks to be exact) and in that time there have been moments of my career that have been, by definition, paradigm shifts; these have been moments of transition where a body of knowledge that I&#8217;d gained is now no longer needed and a new phase is beginning.</p>
<p>This particular one I&#8217;d like to chronicle, if you will, in this format for a couple of reasons.  First, I think it&#8217;s useful information and contexts like this have helped me figure some things out from time to time as I&#8217;ve hit google looking for answers.  Secondly, for my own benefit I can provide some internal documentation for myself as to how I reproduce what I&#8217;ve been building.</p>
<p>The project that I&#8217;m about to start is taking our web presence from IIS 6.0 (which I have loved dearly) to Apache.  Like any long term relationship that ends, there are a couple of reasons for doing this. </p>
<p>First, my experience with Open Source Software (OSS) has been stellar.  The applications that we&#8217;ve used it for have been ones that have been robust and &#8217;set and forget&#8217; type setups.  One particular one that I&#8217;m fond of is using CUPS (Common Unix Printing System) to serve out a dozen or so printers that I&#8217;ve set up on timers for our classroom labs.  Students come in, and at the start of each class a crontab on the server issues a command for the printer to start its queue and accept jobs and at the stop of the scheduled class the printer turns off the queue automatically.  It&#8217;s saved us a ton on printing costs and it&#8217;s been a nice service to students who need to use printing for class.</p>
<p>My second reason for switching right now really has to do with scaling an application.  I&#8217;ve been really challenging myself to start thinking in terms of services for our LAN instead of servers and it&#8217;s been fun to start building out horizontally.  We&#8217;ve clustered our main data presence and provided a couple of layers of backup for it.  I&#8217;d like to do the same with our web presence.  The model we have currently with IIS 6 I feel doesn&#8217;t allow me to do that without some significant hardware purchases.</p>
<p>With that said, I&#8217;ve already been setting up some tests with different pieces of the model and I&#8217;ll be reviewing those as time goes on.  For now, here&#8217;s my model:</p>
<p><u>Machines</u></p>
<p>Four seperate boxes will be involved in this setup.  Two of the three main servers will be a <a href="http://www1.us.dell.com/content/products/productdetails.aspx/pedge_sc1425?c=us&#038;cs=555&#038;l=en&#038;s=biz">Dell PowerEdge SC 1425</a> with the following specs:</p>
<p>Dual 3.2 Ghz Intel Xeon processors<br />
2GB of RAM<br />
2 250GB 7200 RPM SATA drives in a RAID 1 configuration</p>
<p>I&#8217;ll have an existing <a href="http://www1.us.dell.com/content/products/productdetails.aspx/pedge_2850?c=us&#038;cs=555&#038;l=en&#038;s=biz">PowerEdge 2650</a> (the link is to a 2850) which has been consistently my favorite server of choice for a few years running.  This particular box is:</p>
<p>Dual 2.8Ghz Xeon processors<br />
3GB of RAM<br />
146GB of storage in a RAID5 array</p>
<p><u>Software</u></p>
<p>After looking at a few distros out there, I&#8217;m choosing the 64bit version of SUSE OSS.  There is just something to having a professional corporation throw its resources behind a distro; they have a bit more of an idea how to put together a GUI and even for a geek, how to put tools out there.</p>
<p><u>The Model</u></p>
<p>Basically it boils down to this.  I&#8217;m privately addressing a box that I&#8217;ve yet to determine and I&#8217;m going to setup Samba, Winbind, and apache on it.  I&#8217;m then going to rsync out my data to the other three severs, two of which will be located in our datacenter and a third to be located elsewhere.</p>
<p>Why I think this is a compellling read for you is that I&#8217;m juding myself a relative apache novice.  I understand it, I appreciate it, and these next few months I&#8217;d like to move my knowledge over to it from IIS.  There&#8217;s a fairly complicated IIS setup that we run that each piece of the puzzle will need to have an apache counterpart.  For my own sanity and keeping track of things, this is where this blog will come into play.  Hope you enjoy the ride&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bearla.com/talk/2006/02/01/welcome-to-the-shift/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
