<?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>OSX &#8211; LarryLai</title>
	<atom:link href="https://larrylai.com/category/it/system/os/osx/feed/" rel="self" type="application/rss+xml" />
	<link>https://larrylai.com</link>
	<description>兼聽則明 偏聽則暗</description>
	<lastBuildDate>Tue, 14 Mar 2017 06:27:16 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://larrylai.com/wp-content/uploads/2017/03/larrylai_com-favicon.png</url>
	<title>OSX &#8211; LarryLai</title>
	<link>https://larrylai.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Cannot Change Ownership on NFS Files</title>
		<link>https://larrylai.com/cannot-change-ownership-nfs-files/</link>
					<comments>https://larrylai.com/cannot-change-ownership-nfs-files/#respond</comments>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Tue, 14 Mar 2017 06:24:26 +0000</pubDate>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nfs]]></category>
		<guid isPermaLink="false">http://larrylai.com/?p=2785</guid>

					<description><![CDATA[<p>Issue: After moving mounted volumes from Qnap NAS to iMac as host with CentOS as client, the directory and file ownership cannot be changed to Apache at the client side. No matter using root or user privilege to command the chown. Solution: Add the following in iMac&#8217;s /etc/exports: [nfsshare] -rw -maproot=root:wheel Tricks: -maproot directive can pass the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/cannot-change-ownership-nfs-files/">Cannot Change Ownership on NFS Files</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>After moving mounted volumes from Qnap NAS to iMac as host with CentOS as client, the directory and file ownership cannot be changed to Apache at the client side. No matter using root or user privilege to command the <code>chown.</code></p>
<p><strong>Solution:</strong></p>
<p>Add the following in iMac&#8217;s /etc/exports:</p>
<p><code>[nfsshare] -rw -maproot=root:wheel</code></p>
<p><strong>Tricks:</strong></p>
<p>-maproot directive can pass the root control from nfs host to client, without it even changing the directory access and file permission to 777 in host, or changing the mount options at client cannot solve the issue.</p>
<p><strong>Config:</strong></p>
<ul>
<li>OSX:        10.12.3</li>
<li>CentOS:   7.3</li>
</ul>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/cannot-change-ownership-nfs-files/">Cannot Change Ownership on NFS Files</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://larrylai.com/cannot-change-ownership-nfs-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Mac OS X Maverick Upgrade</title>
		<link>https://larrylai.com/mac-os-x-maverick-upgrade/</link>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Thu, 17 Nov 2016 08:53:42 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<guid isPermaLink="false">http://larrylai.com/?p=2171</guid>

					<description><![CDATA[<p>Issue: Just bought a Wacom Intuos Draw CTL-690, and want to install a note taking app with drawing feature in iMac running OSX Mavericks, found a good one &#8211; MS OneNote, but it only support OSX 10.10 or above. Being aware of the possibility that the latest OSX Sierra does not fully support old Adobe [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/mac-os-x-maverick-upgrade/">Mac OS X Maverick Upgrade</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>Just bought a <a href="http://www.wacom.com/en-us/products/pen-tablets/intuos-draw" target="_blank" rel="noopener">Wacom Intuos Draw</a> CTL-690, and want to install a note taking app with drawing feature in iMac running OSX Mavericks, found a good one &#8211; MS OneNote, but it only support OSX 10.10 or above. Being aware of the possibility that the latest OSX Sierra does not fully support old Adobe CS5.5 Master Collection, I tried to upgrade to OSX Yosemite. After downloaded Yosemite install package on the web as it is unavailable on Apple&#8217;s support site any more.</p>
<p>There was error after verifying the system when running the Yosemite installer suggesting contact AppleCare.</p>
<p><strong>Solution:</strong></p>
<p>Directly upgrade to OSX 10.12 Sierra. There is some little problem with Photoshop. Need to install JavaSE again as instructed by Photoshop after upgrade.</p>
<p><strong>Tricks:</strong></p>
<ul>
<li>It is good practice to backup the old OS with Time Machine for Mac even though in my case, there is no need to restore to original OS version.</li>
<li>If upgrading to Sierra has potential application incompatibility issue with new OS, I think there still may be some with Yosemite or El Capitan, why not give Sierra a try as it is 10.12.1 not the xx.xx.0 version.</li>
</ul>
<p><strong>Config:</strong></p>
<ul>
<li>OSX 10.9.5 -&gt; OSX 10.12.1</li>
<li>Photoshop  12.1</li>
</ul>
<p>The post <a rel="nofollow" href="https://larrylai.com/mac-os-x-maverick-upgrade/">Mac OS X Maverick Upgrade</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Demystify iCloud Sync</title>
		<link>https://larrylai.com/demystify-icloud-sync/</link>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Sun, 13 Dec 2015 09:42:56 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[System]]></category>
		<guid isPermaLink="false">http://blog.larrylai.com/?p=2031</guid>

					<description><![CDATA[<p>Issue: Uploaded keynote file to iCloud through safari, after a day the iPad still could not see it when clicking the &#8220;+&#8221; sign at top left corner of Keynote in iPad. Solution: Go to Settings in iOS device, click iCloud and turn it off for a while then turn it on again Tricks: People would [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/demystify-icloud-sync/">Demystify iCloud Sync</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>Uploaded keynote file to iCloud through safari, after a day the iPad still could not see it when clicking the &#8220;+&#8221; sign at top left corner of Keynote in iPad.</p>
<p><strong>Solution:</strong></p>
<p>Go to Settings in iOS device, click iCloud and turn it off for a while then turn it on again</p>
<p><strong>Tricks:</strong></p>
<p>People would ask why not using Google Drive to transfer the files. It is interesting that when you upload a keynote file to Google Drive, the file will become a set of files including data and various image files under a folder with the name of the keynote file, then it is useless to download it to the iOS, i.e. you cannot play anything about the original keynote file in your iOS devices.</p>
<p><strong>Config:</strong></p>
<p>iOS    9.1</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/demystify-icloud-sync/">Demystify iCloud Sync</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OSX 10.9 Upgrade Issue</title>
		<link>https://larrylai.com/osx-10-9-upgrade-issue/</link>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Thu, 07 Nov 2013 04:53:50 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[System]]></category>
		<guid isPermaLink="false">http://blog.larrylai.com/?p=1506</guid>

					<description><![CDATA[<p>Issue: Get error message: &#8220;This copy of the Install OS X Mavericks application can&#8217;t be verified. It may have been corrupted or tampered with during downloading.&#8221; Then it could not be proceeded. Solution: Open &#8220;Disk Utility&#8221; to Repair Disk Permissions. Configuration: OSX version 10.8.5 update to 10.9</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/osx-10-9-upgrade-issue/">OSX 10.9 Upgrade Issue</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong><br />
Get error message: &#8220;This copy of the Install OS X Mavericks application can&#8217;t be verified. It may have been corrupted or tampered with during downloading.&#8221; Then it could not be proceeded.</p>
<p><strong>Solution:</strong></p>
<p>Open &#8220;Disk Utility&#8221; to Repair Disk Permissions.</p>
<p><strong>Configuration:</strong></p>
<p>OSX version 10.8.5 update to 10.9</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/osx-10-9-upgrade-issue/">OSX 10.9 Upgrade Issue</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Yum &#8211; Warning: RPMDB altered outside of yum &#8230; killed</title>
		<link>https://larrylai.com/yum-warning-rpmdb-altered-outside-of-yum-killed/</link>
		
		<dc:creator><![CDATA[larry]]></dc:creator>
		<pubDate>Fri, 02 Aug 2013 03:16:01 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[System]]></category>
		<guid isPermaLink="false">http://blog.larrylai.com/?p=1542</guid>

					<description><![CDATA[<p>Issue: Yum cannot proceed even though the Transaction Testing is passed. but after seeing a message: Warning: RPMDB altered outside of yum then waited for a while, it showed: killed. Then stop the installation Using the following are all not effective: rm -f /var/lib/rpm/__db.* yum clean all rpm &#8211;rebuilddb Solution: Run: Yum history new Reboot [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/yum-warning-rpmdb-altered-outside-of-yum-killed/">Yum &#8211; Warning: RPMDB altered outside of yum &#8230; killed</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Issue:</strong></p>
<p>Yum cannot proceed even though the Transaction Testing is passed. but after seeing a message: Warning: RPMDB altered outside of yum</p>
<p>then waited for a while, it showed: killed. Then stop the installation</p>
<p>Using the following are all not effective:</p>
<ul>
<li>rm -f /var/lib/rpm/__db.*</li>
<li>yum clean all</li>
<li>rpm &#8211;rebuilddb</li>
</ul>
<p><strong>Solution:</strong></p>
<ol>
<li>Run: Yum history new</li>
<li>Reboot</li>
</ol>
<p><strong>Configuration:</strong></p>
<p style="margin-left: 40px;">OS: CentOS 6.4</p>
<p>The post <a rel="nofollow" href="https://larrylai.com/yum-warning-rpmdb-altered-outside-of-yum-killed/">Yum &#8211; Warning: RPMDB altered outside of yum &#8230; killed</a> appeared first on <a rel="nofollow" href="https://larrylai.com">LarryLai</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
