MacOSX Guru Site http://www.macosxguru.net Information, tips and tricks, FAQ for Mac OS X developers en-gb FSA script from Steve Allen and Parallels Desktop http://www.macosxguru.net/article.php?story=2009060410502964 Are you using the fsa (find ssh agent) script from Steve Allen on your Mac ?Be careful with Parallels Desktop: apply this little patch to avoid annoying trouble when opening a Terminal session… The FSA script written by Steve Allen (<a href="http://www.ucolick.org/~sla/ssh/fsa">available here</a>) is great to automate ssh-agent handling.<br><br>But it scans /tmp for ssh sockets without any depth limit. It's fine for most situation but the trouble with Parallels Desktop is that sometimes it mounts some virtual machine's volume in /tmp.<br><br>The immediate consequence is that execution of the fsa script embedded in a .bashrc or any other Terminal session's startup script will take "forever" to complete...<br><br>The simple fix is to change:<br><pre><code>agentsocks=`find /tmp/ -user &#36;LOGNAME -type s -name "*agent*" -print 2&gt;/dev/null`</code></pre>by<pre><code>agentsocks=`find /tmp/ -maxdepth 2 -user &#36;LOGNAME -type s -name "*agent*" -print 2&gt;/dev/null`</code></pre> Why even IT pros are demanding Macs http://www.macosxguru.net/article.php?story=20090325214229666 Source: ComputerWorld; Date: March 26, 2009; Country: US <a href="http://computerworld.co.nz/news.nsf/news/A7B61141107A07B3CC25758200701B92">Article</a> Macs in business: Chagrin and bear it http://www.macosxguru.net/article.php?story=20090325213757570 Source: The NewZealand Herald; Date: March 26,2009 ; Country: New-Zealand <a href="http://blogs.nzherald.co.nz/blog/mac-planet/2009/3/25/macs-business-chagrin-and-bear-it/?c_id=5&amp;objectid=10563471">Article</a> How to solve 'Undefined symbol &quot;_open$UNIX2003&quot;' and similar http://www.macosxguru.net/article.php?story=2009010813350633 How to solve these error messages at link time:<pre><code>Undefined symbols:&gt;&gt; "_fcntl&#36;UNIX2003", referenced from:&gt;&gt; ___gcov_open in SOME_LIB.a(_XXX.o)&gt;&gt; "_close&#36;UNIX2003", referenced from:&gt;&gt; ___gcov_open in SOME_LIB.a(_XXX.o)&gt;&gt; "_open&#36;UNIX2003", referenced from:&gt;&gt; ___gcov_open in SOME_LIB.a(_XXX.o)</code></pre> You got these messages because the "SOME_LIB.a" library was linked against 10.5 SDK, but you are now using it in a project for which you now require 10.4 (or less) SDK.<br><br>Once you know why you got the errors, the solution is pretty obvious:<br>either you recompile the SOME_LIB.a with the required SDK - if you have the sources and if they are compatible with the targeted SDK,<br>either you have to raise the minimum compatibility level of the project linking to SOME_LIB.a to 10.5 SDK.<br><br>If none of these are possible, you are probably in big trouble… Axel-Springer-Verlag switches to Mac http://www.macosxguru.net/article.php?story=20080705124528773 Date: July 4th, 2008; Source: <a href="http://www.heise.de/newsticker/Axel-Springer-Verlag-stellt-komplett-auf-Apple-Rechner-um--/meldung/110435">Official news</a>; Country: Germany UK hotel chain adds iMacs… http://www.macosxguru.net/article.php?story=20080226080945147 … to the list of in-room amenities Source: <a href="http://macenstein.com/">macenstein.com</a>; Date: February 22nd, 2008 ; Country: UK Apple in the Enterprise, Part 1: Apple a Day at Hartford Hospital http://www.macosxguru.net/article.php?story=20071218075048318 Source: <a href="http://www.technewsworld.com/story/60787.html"> TechnewsWorld</a> ; Date: Dec, 17 2007; Country: USA Companies Warm To the Idea of Office Macs http://www.macosxguru.net/article.php?story=20070919065704740 Source: <a href="http://biz.yahoo.com/seekingalpha/070917/47262_id.html?">Yahoo Finance</a>; Date: September 17, 2007; Country: USA Apple in top-10 server brands in 1Q07 http://www.macosxguru.net/article.php?story=20070604073958182 <a href="http://www.digitimes.com/systems/a20070604PD204.html"> digitimes</a>; 4 June 2007 Apple continues to ignore the enterprise ? http://www.macosxguru.net/article.php?story=20070602211932114 <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;taxonomyId=12&amp;articleId=9022039&amp;intsrc=hm_topic">Apple continues to mostly ignore the enterprise, observers say</a>; Source: ComputerWorld; May 31, 2007