<?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>Reinforce Media, LLC &#187; Hosting</title>
	<atom:link href="http://reinforcemedia.com/category/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://reinforcemedia.com</link>
	<description></description>
	<lastBuildDate>Fri, 26 Feb 2010 01:00:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Server Time is WAY off</title>
		<link>http://reinforcemedia.com/2009/11/12/my-server-time-is-way-off/</link>
		<comments>http://reinforcemedia.com/2009/11/12/my-server-time-is-way-off/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:16:37 +0000</pubDate>
		<dc:creator>Matt Bernier</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Server Management]]></category>
		<category><![CDATA[Useful Tools]]></category>
		<category><![CDATA[automatic time]]></category>
		<category><![CDATA[best solution]]></category>
		<category><![CDATA[centos 5]]></category>
		<category><![CDATA[ntpdate]]></category>
		<category><![CDATA[step time]]></category>
		<category><![CDATA[time adjustment]]></category>
		<category><![CDATA[time preferences]]></category>
		<category><![CDATA[time server]]></category>
		<category><![CDATA[timezone]]></category>
		<category><![CDATA[timing issue]]></category>

		<guid isPermaLink="false">http://reinforcemedia.com/?p=133</guid>
		<description><![CDATA[Well, it was this morning.  I didn&#8217;t realize it until I went to schedule a blog post for 12 hours later and it published immediately. I was concerned and actually went to blame WordPress first (I&#8217;m really not sure why).  However, when I was looking at the time preferences in the General settings area of [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Well, it was this morning.  I didn&#8217;t realize it until I went to schedule a blog post for 12 hours later and it published immediately. I was concerned and actually went to blame <a target="_blank" title="WordPress" href="http://bit.ly/5O4AGt">WordPress</a> first (I&#8217;m really not sure why).  However, when I was looking at the time preferences in the General settings area of the site I noticed something really strange.  My timezone was correct, but the date WP was showing was way off. This meant that my CentOs5 server&#8217;s time was way off.</p>
<p>I did a little research and found an article called &#8220;<a target="_blank" href="http://www.go2linux.org/how-to-set-the-date-and-time-in-linux">Setting the time of your system</a>&#8220;.  They gave me some good solutions on how to fix the issue, after reading it I was ready to go.  I tried a couple things in the order they said and found myself a little confused. So naturally, I started trying things till they worked.  This is not always the best solution, but I figured I could deal with a timing issue if I messed it up worse than it was.</p>
<p>For my CentOs 5 server I did the following, which actually worked and set the time perfectly.</p>
<p>First, I checked the date the server had, which turned out to be way off.</p>
<div class="geshi no bash">
<ol>
<li class="li1">
<div class="de1"><span class="co0"># date</span></div>
</li>
<li class="li1">
<div class="de1">Thu Nov <span class="nu0">12</span> <span class="nu0">23</span>:<span class="nu0">56</span>:<span class="nu0">41</span> MST <span class="nu0">2009</span></div>
</li>
</ol>
</div>
<p>Then I looked to see if ntpd (the automatic time adjustment service) was running, it was.</p>
<div class="geshi no bash">
<ol>
<li class="li1">
<div class="de1"><span class="co0"># service ntpd status</span></div>
</li>
<li class="li1">
<div class="de1">ntpd <span class="br0">&#40;</span>pid <span class="nu0">12019</span><span class="br0">&#41;</span> is running&#8230;</div>
</li>
</ol>
</div>
<p>I tried ntpdate to reset the time on the server, but it complained about the socket being in use.</p>
<div class="geshi no bash">
<ol>
<li class="li1">
<div class="de1"><span class="co0"># ntpdate 129.6.15.28</span></div>
</li>
<li class="li1">
<div class="de1"><span class="nu0">12</span> Nov <span class="nu0">23</span>:<span class="nu0">57</span>:<span class="nu0">28</span> ntpdate<span class="br0">&#91;</span><span class="nu0">12045</span><span class="br0">&#93;</span>: the NTP socket is <span class="kw1">in</span> use, exiting</div>
</li>
</ol>
</div>
<p>My solution was to stop ntpd and then run ntpdate again, which worked!</p>
<div class="geshi no bash">
<ol>
<li class="li1">
<div class="de1"><span class="co0"># service ntpd stop</span></div>
</li>
<li class="li1">
<div class="de1">Shutting down ntpd: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="br0">&#91;</span> &nbsp;OK &nbsp;<span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="co0"># ntpdate 129.6.15.28</span></div>
</li>
<li class="li1">
<div class="de1"><span class="nu0">12</span> Nov <span class="nu0">07</span>:<span class="nu0">25</span>:<span class="nu0">10</span> ntpdate<span class="br0">&#91;</span><span class="nu0">12063</span><span class="br0">&#93;</span>: step <span class="kw1">time</span> server <span class="nu0">129.6</span><span class="nu0">.15</span><span class="nu0">.28</span> offset <span class="nu0">-59562.023808</span> sec</div>
</li>
</ol>
</div>
<p>A simple restart of the ntpd service and the time was correct!</p>
<div class="geshi no bash">
<ol>
<li class="li1">
<div class="de1"><span class="co0"># service ntpd start</span></div>
</li>
<li class="li1">
<div class="de1">Starting ntpd: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#91;</span> &nbsp;OK &nbsp;<span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="co0"># date</span></div>
</li>
<li class="li1">
<div class="de1">Thu Nov <span class="nu0">12</span> <span class="nu0">07</span>:<span class="nu0">25</span>:<span class="nu0">20</span> MST <span class="nu0">2009</span></div>
</li>
</ol>
</div>
<p>So, the solution was to do the following steps:</p>
<div class="geshi no bash">
<ol>
<li class="li1">
<div class="de1"><span class="co0"># service ntpd stop</span></div>
</li>
<li class="li1">
<div class="de1"><span class="co0"># ntpdate 129.6.15.28</span></div>
</li>
<li class="li1">
<div class="de1"><span class="co0"># service ntpd start</span></div>
</li>
<li class="li1">
<div class="de1"><span class="co0">#date</span></div>
</li>
</ol>
</div>
<p>I added &#8220;date&#8221; on the end, because you want to verify that the time actually did reset.  Best of Luck!</p><!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://reinforcemedia.com/2009/11/12/my-server-time-is-way-off/')" href="http://www.sphere.com/search?q=sphereit:http://reinforcemedia.com/2009/11/12/my-server-time-is-way-off/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://reinforcemedia.com/2009/11/12/my-server-time-is-way-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing WordPress Mu on a Dreamhost Server</title>
		<link>http://reinforcemedia.com/2009/11/12/installing-wordpress-mu-on-a-dreamhost-server/</link>
		<comments>http://reinforcemedia.com/2009/11/12/installing-wordpress-mu-on-a-dreamhost-server/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 07:14:51 +0000</pubDate>
		<dc:creator>Matt Bernier</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[administration area]]></category>
		<category><![CDATA[administrative area]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[couple hours]]></category>
		<category><![CDATA[domain manager]]></category>
		<category><![CDATA[dreamhost domain]]></category>
		<category><![CDATA[dynamic dns]]></category>
		<category><![CDATA[elbow grease]]></category>
		<category><![CDATA[half hour]]></category>
		<category><![CDATA[little elbow]]></category>
		<category><![CDATA[mu]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[subdomains]]></category>

		<guid isPermaLink="false">http://reinforcemedia.com/?p=113</guid>
		<description><![CDATA[I really wanted to use WordPress Mu for Focus Of The Week, which is a site where I give people blogs and they post on their topic once a week.
WordPress Mu is a multi user platform for WordPress where you can manage multiple blogs from the same administrative area.  It is a great tool for [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>I really wanted to use <a target="_blank" title="WordPress" href="http://bit.ly/5O4AGt">WordPress</a> Mu for <a target="_blank" href="http://focusoftheweek.com">Focus Of The Week</a>, which is a site where I give people blogs and they post on their topic once a week.</p>
<p>WordPress Mu is a multi user platform for WordPress where you can manage multiple blogs from the same administrative area.  It is a great tool for managing multiple blogs, and on <a target="_blank" href="http://www.dreamhost.com/r.cgi?235718">DreamHost </a>it would be perfect!  However, they do not have a way for you to do dynamic DNS unless you are paying extra for <a target="_blank" href="http://dreamhost.com/hosting-vps.html">DreamHost PS</a>, so there is a little extra work that goes into setting it up.</p>
<p>So how do we do this? Follow these steps and you are on your way:</p>
<p>First, make sure your domain is propagated to your DreamHost server. Second, you need to make sure that WordPress Mu is on the server and installed. You can do this pretty easy with the installation instructions and a little elbow grease if you haven&#8217;t done it before. It should not take you longer than 20 minutes, if it does you might want to phone a friend.</p>
<p style="text-align: left;">Now that Mu is set up, you may have noticed the Blogs administration area under &#8220;Site Admin&#8221;:</p>
<p style="text-align: left;"><img class="size-full wp-image-115 aligncenter" title="Dashboard ‹ Twitter User of The Week — WordPress" src="http://reinforcemedia.com/wp-content/uploads/2009/11/Dashboard-‹-Twitter-User-of-The-Week-—-WordPress.jpg" alt="Dashboard ‹ Twitter User of The Week — WordPress" width="154" height="195" />Add a blog to the next page by filling out this form:</p>
<p style="text-align: center;"><img class="size-full wp-image-116 aligncenter" title="WordPress MU › Admin › Blogs ‹ Twitter User of The Week — WordPress" src="http://reinforcemedia.com/wp-content/uploads/2009/11/WordPress-MU-›-Admin-›-Blogs-‹-Twitter-User-of-The-Week-—-WordPress.jpg" alt="WordPress MU › Admin › Blogs ‹ Twitter User of The Week — WordPress" width="527" height="335" /></p>
<p>Once that is in the system, you will notice if you go to that domain that you cannot see the blog.  You still need to set up your DreamHost DNS to know about the domain.  The easiest way to do this is through the DreamHost Panel, NOT AT YOUR REGISTRAR.  The reason is simple, DreamHost already has the DNS for your main domain, so all requests are going to them, even for subdomains. Also, when you set up the subdomain with them it will propagate so much faster than with your registrar.</p>
<p>You do this through the DreamHost Domain Manager:</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-117" title="DreamHost Web Panel &gt; Domain _ Manage Domains" src="http://reinforcemedia.com/wp-content/uploads/2009/11/DreamHost-Web-Panel-Domain-_-Manage-Domains.jpg" alt="DreamHost Web Panel &gt; Domain _ Manage Domains" width="544" height="146" />Once you submit the domain, you just have to wait a little while. Sometimes it is really fast and sometimes it takes up to a couple hours. What I do is just check the URL in my browser every half hour to an hour.</p>
<p style="text-align: left;">You can now host a WordPress Mu site on DreamHost!</p>
<p>If you need hosting for a blog site, DreamHost is a pretty good way to do it.  For a single blog, they have One-Click-Installs which makes installing regular WordPress a breeze.  To get a huge discount, $50 off any normal hosting fees you can use Promo Code: <strong>PROJECTLAUNCHER</strong></p><!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://reinforcemedia.com/2009/11/12/installing-wordpress-mu-on-a-dreamhost-server/')" href="http://www.sphere.com/search?q=sphereit:http://reinforcemedia.com/2009/11/12/installing-wordpress-mu-on-a-dreamhost-server/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://reinforcemedia.com/2009/11/12/installing-wordpress-mu-on-a-dreamhost-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
