<?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>Asheville Web Design &#187; OS X</title>
	<atom:link href="http://www.appliedtns.com/blog/category/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appliedtns.com/blog</link>
	<description>Asheville Web Design and Technology Blog</description>
	<lastBuildDate>Mon, 12 Dec 2011 21:56:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Recursive Permissions in Lion &#8211; Chown (enable root required)</title>
		<link>http://www.appliedtns.com/blog/2011/08/recursive-permissions-in-lion-chown-enable-root-required/</link>
		<comments>http://www.appliedtns.com/blog/2011/08/recursive-permissions-in-lion-chown-enable-root-required/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 00:09:30 +0000</pubDate>
		<dc:creator>Jose Ibarra</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[chown]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[recursive]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.appliedtns.com/blog/?p=214</guid>
		<description><![CDATA[Disclaimer: I am not responsible for any damage you may cause to your system.  Make sure you understand how to copy your files before locking your self out of an account or inadvertently deleting a profile that you need
I had a situation where I had to move a home directory (in-tact) from one user to [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Disclaimer: I am not responsible for any damage you may cause to your system.  Make sure you understand how to copy your files before locking your self out of an account or inadvertently deleting a profile that you need</p></blockquote>
<p>I had a situation where I had to move a home directory (in-tact) from one user to another.  Permissions became very inconsistent since the previous user never fully migrated his profile from his predecessor.  To clean up the mess I did the following (works on Snow Leopard/Lion):</p>
<p><strong>Enabled Root User</strong><br />
Go to your System Preferences and under system click on Accounts</p>
<p><img src="https://img.skitch.com/20110829-c94kmmsianw7hb7frx4p4y7myj.jpg" alt="" /></p>
<p>Then click on Login Options, and to the right you will see Network Account Server, click Join.</p>
<p>A window will pop-up, continue by clicking on Open Directory Utility &#8230;</p>
<p><img src="https://img.skitch.com/20110829-qddsbex6u9tm548fh2gc6jp79c.jpg" alt="" /></p>
<p>This will open the Directory Utility, make sure the small lock on the bottom left is in the Unlocked position, if not, click on it and enter your admin password.  Once it is unlocked, go to the top menu, click Edit &gt; Enable Root User<br />
<img src="https://img.skitch.com/20110829-eg5pmfc9n2d1cypfsqy847mu59.jpg" alt="" /></p>
<p>Once you Enable Root User, you will be prompted to enter a password for the Root.</p>
<p><strong>Backup up both profiles</strong><br />
Now that Root is enabled, <em>log in under a separate Admin account</em> &#8211; Make sure you are not logged in as one of the users you are moving.</p>
<p>Add the new user to your system.  (System Preferences &gt; Accounts &gt; +)</p>
<p>Once you have added the new user to your system, open up Terminal and become root by typing &#8220;su &#8211; root&#8221; without the quotes.<br />
Once you are done, make a copy of both the new user and the old user profile directory e.g. /Users/NewUser/ and /Users/OldUser. Compare the newly created backups with the old directories to make sure the structure is the same.</p>
<p><strong>Move the profile to the new user</strong><br />
Now that you have compared the directories, you are ready to move everything over to the new user.  Remove the original (not the newly created backup) /Users/NewUser.</p>
<p>Now move the old user to the new user e.g. mv /Users/OldUser /Users/NewUser</p>
<p><strong>Recursively change permissions</strong><br />
I had a minor issue with syntax, but after a little trial and error I did the following:</p>
<p>From /Users/ I typed chown -R NewUser *</p>
<p>This changes the permissions(ownership) from OldUser to NewUser.</p>
<p><strong>Log in and Test your new permissions</strong><br />
Log out of the current profile and log in under NewUser and test the permission by opening up any documents or desktop elements.</p>
<p>Good Luck</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedtns.com/blog/2011/08/recursive-permissions-in-lion-chown-enable-root-required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error 1013 on Verizon iPhone 4.2.6 osx (fix)</title>
		<link>http://www.appliedtns.com/blog/2011/02/error-1013-on-verizon-iphone-4-2-6-osx/</link>
		<comments>http://www.appliedtns.com/blog/2011/02/error-1013-on-verizon-iphone-4-2-6-osx/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 14:21:16 +0000</pubDate>
		<dc:creator>Jose Ibarra</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[error 1013]]></category>
		<category><![CDATA[iphone error]]></category>
		<category><![CDATA[iphone loop]]></category>
		<category><![CDATA[verizon iphone]]></category>

		<guid isPermaLink="false">http://www.appliedtns.com/blog/?p=206</guid>
		<description><![CDATA[This morning I was prompted to upgrade my Verizon iPhone to 4.2.6.  During the upgrade, I ended up in an endless loop &#8220;The iPhone &#8220;iPhone&#8221; could not be restored. An unknown error occurred (1013).

I confirmed I had the latest iTunes, confirmed all OSx updates with no luck.  After looking around the web I found that [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I was prompted to upgrade my Verizon iPhone to 4.2.6.  During the upgrade, I ended up in an endless loop &#8220;The iPhone &#8220;iPhone&#8221; could not be restored. An unknown error occurred (1013).</p>
<p><img class="alignnone size-medium wp-image-207" title="Verizon-iPhone-4-Error-10131" src="http://www.appliedtns.com/blog/wp-content/uploads/2011/02/Verizon-iPhone-4-Error-10131-300x88.jpg" alt="" width="300" height="88" /></p>
<p>I confirmed I had the latest iTunes, confirmed all OSx updates with no luck.  After looking around the web I found that the issue is related to a DNS entry in the host file.  To fix the issue and get around the loop, do the following:</p>
<ul>
<li>Open &#8220;Terminal&#8221;(<em>/applications/utitlities/terminal.app)</em></li>
<li>Type <em>sudo vim /etc/hosts (you will be prompted to enter your password)</em></li>
<li>Scroll down till you find <em>gs.apple.com, now arrow to the beginning of that line (hit the &#8220;i&#8221; to insert a the following character) put a &#8220;#&#8221;  in front of it, the result should be simliar to #127.0.0.1 gs.apple.com, now hit the &#8220;esc&#8221; key.</em></li>
<li>Now type :w and the enter key, followed by :q and the  enter key <em>(this is writing the new hosts file, and quitting the editing program)</em></li>
<li>To clear your cache type <em>dscacheutil -flushcache</em></li>
</ul>
<p>Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedtns.com/blog/2011/02/error-1013-on-verizon-iphone-4-2-6-osx/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

