<?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>D-Kidd.com &#187; Mac OSX hints</title>
	<atom:link href="http://d-kidd.com/category/mac-osx-hints/feed/" rel="self" type="application/rss+xml" />
	<link>http://d-kidd.com</link>
	<description>Don's little workshop</description>
	<lastBuildDate>Sun, 06 Nov 2011 02:30:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OSX VPN Error</title>
		<link>http://d-kidd.com/computer-support/osx-vpn-error/</link>
		<comments>http://d-kidd.com/computer-support/osx-vpn-error/#comments</comments>
		<pubDate>Mon, 16 May 2011 22:45:14 +0000</pubDate>
		<dc:creator>DKidd</dc:creator>
				<category><![CDATA[Computer Support]]></category>
		<category><![CDATA[Mac OSX hints]]></category>
		<category><![CDATA[Random Stuff]]></category>

		<guid isPermaLink="false">http://d-kidd.com/?p=154</guid>
		<description><![CDATA[Occasionally my Mac will refuse to connect to work’s IPSec VPN with the error message: “A configuration error occured. Verify your settings and try reconnecting” There’s a process called “racoon” – it performs key exchange operations to set up IPSec tunnels. Kill it (using kill or activity monitor) and your VPN will start working again. [...]]]></description>
			<content:encoded><![CDATA[<p>Occasionally my Mac will refuse to connect to work’s IPSec VPN with the error message:<br />
“A configuration error occured.  Verify your settings and try reconnecting”</p>
<p>There’s a process called “racoon” – it performs key  exchange operations to set up IPSec tunnels. Kill it (using kill or  activity monitor) and your VPN will start working again.</p>
<p>I just typed <code>sudo killall racoon;</code> at the terminal and worked great.</p>
<p>I found this recommendation while at a site called <a href="http://www.monkeyatlarge.com/archives/2011/01/18/osx-vpn-problems-kill-the-racoon/" target="_blank">BrainLint</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://d-kidd.com/computer-support/osx-vpn-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restart Apache on OSX</title>
		<link>http://d-kidd.com/mac-osx-hints/restart-apache-on-osx/</link>
		<comments>http://d-kidd.com/mac-osx-hints/restart-apache-on-osx/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 01:38:48 +0000</pubDate>
		<dc:creator>DKidd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Mac OSX hints]]></category>

		<guid isPermaLink="false">http://d-kidd.com/?p=84</guid>
		<description><![CDATA[To restart the Apache webserver service you can run the following command in a Mac OS X Terminal window: sudo /usr/sbin/apachectl restart I was trying to remember how to do this, and finally figured it out, so I figured that I should post it so I can find it again.]]></description>
			<content:encoded><![CDATA[<p>To restart the Apache webserver service you can run the following  command in a Mac OS X Terminal window:</p>
<p><code>sudo /usr/sbin/apachectl restart</code></p>
<p>I was trying to remember how to do this, and finally figured it out, so I figured that I should post it so I can find it again.</p>
]]></content:encoded>
			<wfw:commentRss>http://d-kidd.com/mac-osx-hints/restart-apache-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX Broken Pipes</title>
		<link>http://d-kidd.com/computer-support/osx-broken-pipes/</link>
		<comments>http://d-kidd.com/computer-support/osx-broken-pipes/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 15:08:57 +0000</pubDate>
		<dc:creator>DKidd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Computer Support]]></category>
		<category><![CDATA[Mac OSX hints]]></category>
		<category><![CDATA[Broken Pipes]]></category>
		<category><![CDATA[DMG]]></category>
		<category><![CDATA[Mac OSX]]></category>

		<guid isPermaLink="false">http://d-kidd.com/?p=31</guid>
		<description><![CDATA[So I have been working on fixing John&#8217;s computer this morning and the solution to the problem was much easier then people were making it out to be, so I wanted to write out these steps so that next time John has this problem, it will be much easier to fix. So the problem that [...]]]></description>
			<content:encoded><![CDATA[<p>So I have been working on fixing John&#8217;s computer this morning and the solution to the problem was much easier then people were making it out to be, so I wanted to write out these steps so that next time John has this problem, it will be much easier to fix.</p>
<p>So the problem that John was having is that his computer somehow got corrupted or something and it wouldn&#8217;t allow him to install any DMG files.&nbsp; So after doing research the solution was to install a patch, but that patch is provided in DMG format, which he can&#8217;t open.&nbsp; So the solution.&nbsp; Reboot the problem computer, hold down the T key upon reboot so that it will start up the hard drives but not the OS.&nbsp; Then connect a working computer to this computer via FireWire cable.&nbsp; And then open the dmg file that can&#8217;t be open, then move the PKG file that is within the DMG file, and put it on the broken computer.&nbsp; Then reboot the broken computer, and then run the PKG file.</p>
<p>Then after the broken computer runs the PKG file, it will probably reboot a few times, but then it will be working again.&nbsp; So this is my brief solution on how to let a computer that can&#8217;t open DMG files to open DMG files.</p>
]]></content:encoded>
			<wfw:commentRss>http://d-kidd.com/computer-support/osx-broken-pipes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

