<?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>The Adventures of Systems Boy! &#187; 2005</title>
	<atom:link href="http://systemsboy.com/2005/feed" rel="self" type="application/rss+xml" />
	<link>http://systemsboy.com</link>
	<description>Big, Honkin' Systems Stuff</description>
	<lastBuildDate>Sat, 21 Aug 2010 15:31:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Tiger Lab Migration Part 11: Panasas Crashes and Caches</title>
		<link>http://systemsboy.com/2005/12/tiger-lab-migration-part-11-panasas-crashes-and-caches.html</link>
		<comments>http://systemsboy.com/2005/12/tiger-lab-migration-part-11-panasas-crashes-and-caches.html#comments</comments>
		<pubDate>Wed, 28 Dec 2005 23:04:00 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Lab]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[TigerLabMigration]]></category>

		<guid isPermaLink="false">http://systemsboy.com/2005/12/tiger-lab-migration-part-11-panasas-crashes-and-caches/</guid>
		<description><![CDATA[The last time we visited this topic, I thought we were done. Well, turns out I was wrong. Things are, for the most part, working well now. Finally. We&#8217;re running Tiger and we&#8217;ve managed to iron out the bulk of the problems. There is one issue which has persisted, however: the home account RAID. To [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://systemsboy.com/2005/11/tiger-lab-migration-part-10-up-and.html">last time</a> we visited this topic, I thought we were done. Well, turns out I was wrong.</p>
<p>Things are, for the most part, working well now. Finally. We&#8217;re running Tiger and we&#8217;ve managed to iron out the bulk of the problems. There is one issue which has persisted, however: the home account RAID.</p>
<p>To refresh, our network RAID, which is responsible for housing all our users&#8217; home account data, is made by a company called <a href="http://www.panasas.com/">Panasas</a>. Near as I can figure, we&#8217;ve got some experimental model, &#8217;cause boy does it crash a lot. Which is not what you want in a home account server, by any means. After upgrading the Panasas OS awhile back, the crashing had stopped. But it was only temporary. Lately the crashing is back with a vengeance. Like every couple of days it goes down. And when it goes down, it goes down hard. Like physical-reset hard. Like pull-the-director-blace-and-wait hard. Like sit-and-wait-for-the-RAID-to-rebuild hard.</p>
<p>Again: Not what you want in a home account server.</p>
<p>So we&#8217;ve built a new one. Actually, we&#8217;ve swapped our backup and home account servers. See, awhile back we decided it would be prudent to have a backup of the home account server. Just something quick &#8216;n&#8217; dirty. Just in case. This was built on a reasonably fast custom box with a RAID controller and a bunch of drives. It&#8217;s a cheap solution, but it does what we need it to, and it does it well. And now we&#8217;re using it as the new home account server. So far it&#8217;s been completely stable. No crashes in a week-and-a-half. Keep in mind, this is a $3000 dollar machine, not a $10,000 network RAID. It&#8217;s not that fast, but it&#8217;s fast enough. And it&#8217;s stable. By god it&#8217;s stable.</p>
<p>And <span style="font-style: italic;">that&#8217;s</span> what you want in a home account server.</p>
<p>Moving to the new server — which, by the way, is a simple Linux box running Fedora Core 4 — has afforded us the opportunity to change — or, actually, revert — the way login happens on the Macs. In the latter half of las semester, we were using a login hook that called mount_nfs because of problems with how <a href="http://systemsboy.com/2005/09/tiger-lab-migration-part-8-home.html">Mac OS X 10.4.2 handled our Panasas setup</a>, which creates a separate volume (read: filesystem) for each user account. Since we&#8217;re now just using a standard Linux box to share our home accounts, which are now just folders, we have the luxury of reverting to the original method of mounting user accounts that we used last year under Mac OS X 10.3. That is, the home account server is mounted at boot time in the appropriate directory using <span style="font-family:courier new;">automount</span>, rather than with <span style="font-family:courier new;">mount_nfs</span> at login. Switching back was pretty simple: Disable the login hook (by deleting root&#8217;s <span style="font-family:courier new;">com.apple.loginwindow.plist</span> file), place a Startup Item that calls the new server in <span style="font-family:courier new;">/Library/StartupItems</span>, reboot and you&#8217;re done, right? Well, not quite. There&#8217;s one last thing you need to do before you can proceed. Seems that, even after doing all of the above, the login hook was still running. I could delete the scripts it called, but it would still run. Know why? This will blow your mind. Cache.</p>
<p>Yup. It turns out — and who would have ever suspected this, as it&#8217;s so incredibly stupid — login hooks get cached somewhere in <span style="font-family:courier new;">/Library/Caches</span> and will continue to run until these caches are deleted. I&#8217;m sorry, but I just have to take a minute and say, that is fucked up. Why would such a thing need to be cached? I mean maybe there&#8217;s a minimal speed boost from doing this. The problem is that now you have a system level behavior that&#8217;s in cache, and these caches are fairly persistent. They don&#8217;t seem to reset. And they don&#8217;t seem to update. This is like if your browser only used cached pages to show you websites, and never compared the cache to files on the server. You&#8217;d never be able to see anything but stale data without going and clearing the browser cache. At least in a browser — &#8217;cause let&#8217;s face it, this does happen from time to time (but not very often) — there is always some mechanism for clearing caches — a button, a menu item, a preference. In Mac OS X there is no such beast. In fact, the only way to delete caches in Mac OSX is to go to one or all of the various Cache folders and delete them by hand. Which is what I did, and which is what finally stopped the login scripts from running.</p>
<p>If this isn&#8217;t clear evidence that Mac OS X needs some much better cache management, I don&#8217;t know what is.</p>
<p>In any case, we&#8217;re now not only happily running Tiger in the lab, but we&#8217;ve effectively switched over to a new home account server as well. So far, so good. Knock wood and all that. Between the <a href="http://systemsboy.com/2005/10/tiger-lab-migration-part-9-more.html"></a><a href="http://systemsboy.com/2005/09/tiger-lab-migration-part-8-home.html">home account</a> <a href="http://systemsboy.com/2005/10/tiger-lab-migration-part-9-more.html">problems</a>, the <a href="http://blogsearch.google.com/blogsearch?as_q=&#038;num=100&amp;amp;amp;amp;amp;amp;hl=en&#038;c2coff=1&amp;btnG=Search+Blogs&#038;as_epq=&amp;as_oq=&#038;as_eq=&amp;amp;amp;amp;amp;amp;bl_pt=Tiger+Lab+Migration&#038;bl_bt=&amp;bl_url=http%3A%2F%2Fsystemsboy.com%2F&#038;bl_auth=&amp;as_drrb=q&#038;as_qdr=&amp;as_mind=1&#038;as_minm=3&amp;as_miny=2005&#038;as_maxd=24&amp;as_maxm=9&#038;as_maxy=2005&amp;lr=&#038;safe=off&amp;scoring=d">Tiger migration</a>, and getting ready for our <a href="http://blogsearch.google.com/blogsearch?hl=en&#038;num=100&amp;c2coff=1&#038;as_eq=&amp;bl_url=systemsboy.com%2F&#038;lr=&amp;scoring=d&#038;q=blogurl%3Asystemsboy.com%2F+inposttitle%3A%22Three+Platforms%2C+One+Server%22&amp;btnG=Search+Blogs">server migration</a>, this has been one of the busiest semesters ever. Though I keep this site anonymous because I write about work, I just want to give a nod to all the people who&#8217;ve helped me with all of the above. I certainly have not been doing all of this alone (thank god) and they&#8217;ve been doing kick-ass work. And, though I can&#8217;t mention them by name, I really appreciate them for it. At the dawn of a new semester, we&#8217;ve finally worked out all of our long-standing problems and can get down to more forward-looking projects.</p>
<p>So ends (I hope) the Tiger Lab Migration.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2005/12/tiger-lab-migration-part-11-panasas-crashes-and-caches.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Mania and a Plug for Yummy</title>
		<link>http://systemsboy.com/2005/12/list-mania-and-a-plug-for-yummy.html</link>
		<comments>http://systemsboy.com/2005/12/list-mania-and-a-plug-for-yummy.html#comments</comments>
		<pubDate>Tue, 20 Dec 2005 20:44:00 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://systemsboy.com/2005/12/list-mania-and-a-plug-for-yummy/</guid>
		<description><![CDATA[This seems to be one of those months in which everyone and his brother is hawking some kind of &#8220;Best Of&#8230; for the Mac&#8221; list. We&#8217;ve got MacWorld&#8217;s picks. There&#8217;s one from TUAW. Another from Paul Stamatiou, whoever that is. One from madsenblog. The list goes on and on. Frankly, I think these lists are [...]]]></description>
			<content:encoded><![CDATA[<p>This seems to be one of those months in which everyone and his brother is hawking some kind of &#8220;Best Of&#8230; for the Mac&#8221; list. We&#8217;ve got <a href="http://www.macworld.com/2005/12/features/06eddy3/index.php?lsrc=mwtoprss">MacWorld&#8217;s picks</a>. There&#8217;s <a href="http://www.tuaw.com/2005/12/20/my-spin-on-10-apps-every-new-mac-user-should-download/">one from TUAW</a>. Another from <a href="http://www.paulstamatiou.com/2005/12/19/10-apps-every-new-mac-user-should-download/">Paul Stamatiou</a>, whoever that is. One from <a href="http://madsenblog.dk/?page_id=11">madsenblog</a>. The list goes on and on. Frankly, I think these lists are dumb. The fact that there are so many, and that they never agree with one another—and the fact that I hardly use any of the listed apps though I&#8217;m constantly on one Mac or another—proves that there are no &#8220;must-have&#8221; Mac apps for <span style="font-style: italic;">everyone</span>. Everyone is different.</p>
<p>But what&#8217;s really gotten my goat is that fact that some of my favorite apps have been left off these lists entirely, often in favor of inferior software. For instance, they often mention <a href="http://quicksilver.blacktree.com/">Quicksilver</a>, when <a href="http://petermaurer.de/nasi.php?section=butler&#038;layout=default">Butler</a> is, in my humble opinion, a superior product in many ways. And <a href="http://www.panic.com/transmit/">Transmit</a> seems to make nearly every list, despite the fact that there is a superior product known as <a href="http://www.yummysoftware.com/">Yummy FTP</a>. I&#8217;m not knocking those products. They are very good. But it&#8217;s about time someone mentioned some alternatives, particularly ones that might be better for some folks. I&#8217;d hate to see them die for lack of exposure. I&#8217;m not going to start my own list. (&#8216;Cause I think they&#8217;re dumb, remember?) But I do want to give a shout out to the under-represented. Today I&#8217;ll be comparing Transmit and Yummy FTP. Soon I&#8217;ll do a face-off between Butler and Quicksilver. If you haven&#8217;t checked out these apps, do yourself a favor and forego the conventional wisdom. You&#8217;ll be happy you did.</p>
<p>I&#8217;ve been a <a href="http://www.panic.com/transmit/">Transmit</a> user for years now. And I&#8217;ve been none too shy about singing its praises. But lately it&#8217;s had its problems. Don&#8217;t get me wrong; I like Transmit. It&#8217;s a great product and a very competent file transfer utility. I even paid for the upgrade from version 2 to version 3. Boy was I jazzed when I saw all those new features: column view, in particular, struck my fancy. Finally I could move a file up one directory without doing a &#8220;move&#8221; operation. I also liked the way Transmit matched the functionality of the FInder. So I bought it.</p>
<p>But after some use, I found some problems with Transmit. My main difficulty is that Transmit has problems with symbolic links. Particularly in column mode. Sometimes it follows links just fine. Other times I get this error:</p>
<div style="text-align: center;"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/3965/1130/1600/transmitError.jpg"><img style="cursor: pointer;" src="http://photos1.blogger.com/blogger/3965/1130/400/transmitError.jpg" alt="" border="0" /></a><br /><span style="color: rgb(102, 102, 102);font-size:85%;" >Transmit Error: Dude, It&#8217;s Right There</span><span style="font-size:85%;"><br /></span><span style="color: rgb(102, 102, 102);font-size:85%;" >(click for larger view)</span></div>
<p>Or it just  doesn&#8217;t follow the link at all. When this happens, symlinks just stop working, and the only fix is to log out of the server and log back in. Refresh doesn&#8217;t do it. Also, following symlinks, when it does work, takes me inside the linked folder but obliterates the file path—I can no longer see the folder that contains the symlink once I&#8217;ve navigated into it.</p>
<div style="text-align: center;"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/3965/1130/1600/transmitError2.jpg"><img style="cursor: pointer;" src="http://photos1.blogger.com/blogger/3965/1130/400/transmitError2.jpg" alt="" border="0" /></a><br /><span style="color: rgb(102, 102, 102);font-size:85%;" >Transmit Behavior: Help! I&#8217;ve Followed a Symlink and I Can&#8217;t Go Up!</span><span style="font-size:85%;"><br /></span><span style="color: rgb(102, 102, 102);font-size:85%;" >(click for larger view)</span></div>
<p>There were also weird inconsistencies with file downloads, which I honestly can&#8217;t remember as it&#8217;s been some time since I&#8217;ve used the program. I have to admit, these problems have gotten better in the latest iterations of the software. Transmit was, and continues to be, a wonderful application, but it really has some serious, long standing problems with symlinks in column mode.</p>
<p>Now there is a contender.</p>
<p>
<div style="text-align: center;"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/3965/1130/1600/yummy.jpg"><img style="cursor: pointer;" src="http://photos1.blogger.com/blogger/3965/1130/400/yummy.jpg" alt="" border="0" /></a><br /><span style="color: rgb(102, 102, 102);font-size:85%;" >Yummy: Follows Links; Less Filling</span><span style="font-size:85%;"><br /></span><span style="color: rgb(102, 102, 102);font-size:85%;" >(click for larger view)</span><span style="font-size:85%;"><br /></span></div>
<p><a href="http://www.yummysoftware.com/">Yummy</a> is the same  kind of program, and despite my long-term relationship with Transmit, I&#8217;ve switched to Yummy. For some reason, Yummy hasn&#8217;t gotten much hype, but if you read the <a href="http://www.versiontracker.com/dyn/moreinfo/macosx/24661">reviews on VersionTracker</a>, people who use this program absolutely love it. Many are former Transmit users. Many switch for the features it offers. I switched simply because I found that Yummy was quite capable of handling symlinks properly and had all the other goodness found in Transmit. I have found Yummy to be extremely stable, and, though I don&#8217;t use this sort of program a whole lot, I&#8217;ve never had a single problem with it. And one last thing: apparently Yummy&#8217;s customer support is fantastic. I&#8217;ve only read about it as I&#8217;ve never needed any help with this trouble-free app.</p>
<p>If you&#8217;re happy with Transmit, that great. Bully for you. But if you&#8217;re in the market for a new file transfer application—or if you&#8217;ve become dissatisfied with your current one—Yummy is a great choice, and one that folks, unfortunately, don&#8217;t mention nearly enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2005/12/list-mania-and-a-plug-for-yummy.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Odds &#8216;n&#8217; Ends</title>
		<link>http://systemsboy.com/2005/12/odds-n-ends.html</link>
		<comments>http://systemsboy.com/2005/12/odds-n-ends.html#comments</comments>
		<pubDate>Fri, 16 Dec 2005 19:13:00 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[TheBlog]]></category>

		<guid isPermaLink="false">http://systemsboy.com/2005/12/odds-n-ends/</guid>
		<description><![CDATA[Today sees a spate of short new posts. Generally I tend to write long, rambling posts, but there have been a number of things I&#8217;ve noticed of late on my system that I wanted to write about. Mostly just small Mac OS X observations, and a hint or two and a troubleshooting post as well. [...]]]></description>
			<content:encoded><![CDATA[<p>Today sees a spate of short new posts. Generally I tend to write long, rambling posts, but there have been a number of things I&#8217;ve noticed of late on my system that I wanted to write about. Mostly just small Mac OS X observations, and a hint or two and a troubleshooting post as well. Nothing earth-shattering here, but hopefully some fun and/or informative stuff.</p>
<p>So read on, and enjoy!</p>
<p>And a couple other general blog notes:<br />I&#8217;ll most likely not be posting over the holiday, or at least not much. Also, in the pipe is a comparison of two great application-launcher-type utilities — <a href="http://quicksilver.blacktree.com/">Quicksilver</a> and <a href="http://petermaurer.de/nasi.php?section=butler&amp;layout=default">Butler</a> — inspired by the debate raging (okay, politely taking place) at <a href="http://www.tuaw.com/2005/12/15/macworlds-productivity-boosters">this TUAW post</a>. If you&#8217;re a fan of either of these, curious about them, or love one and are curious about the other (which is the position I&#8217;m in), you&#8217;ll want to keep your eyes peeled for the face-off. Wow, that sounded weird. You&#8217;ll want to watch for the article.</p>
<p>Okay, kids. Happy holidays.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2005/12/odds-n-ends.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Love My New Wacom Tablet</title>
		<link>http://systemsboy.com/2005/12/love-my-new-wacom-tablet.html</link>
		<comments>http://systemsboy.com/2005/12/love-my-new-wacom-tablet.html#comments</comments>
		<pubDate>Fri, 16 Dec 2005 19:11:00 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://systemsboy.com/2005/12/love-my-new-wacom-tablet/</guid>
		<description><![CDATA[I just got a new (well, actually it&#8217;s used, but it&#8217;s new to me) 6&#215;8 Wacom Intuos3 tablet. A friend of mine had one, sans pen, that he was willing to unload for a pittance. Mind you, I&#8217;m moving up from a four year old Graphire 4&#215;5, but so far — and I&#8217;ve barely even [...]]]></description>
			<content:encoded><![CDATA[<p>I just got a new (well, actually it&#8217;s used, but it&#8217;s new to me) 6&#215;8 Wacom Intuos3 tablet. A friend of mine had one, sans pen, that he was willing to unload for a pittance. Mind you, I&#8217;m moving up from a four year old Graphire 4&#215;5, but so far — and I&#8217;ve barely even used it — I love the damn thing. In fact, I&#8217;m gonna go make out with it right now.</p>
<p>Mmmm&#8230; Tongue&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2005/12/love-my-new-wacom-tablet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View Mail Threads Across Multiple Folders</title>
		<link>http://systemsboy.com/2005/12/view-mail-threads-across-multiple-folders.html</link>
		<comments>http://systemsboy.com/2005/12/view-mail-threads-across-multiple-folders.html#comments</comments>
		<pubDate>Fri, 16 Dec 2005 19:08:00 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[MacOSX]]></category>

		<guid isPermaLink="false">http://systemsboy.com/2005/12/view-mail-threads-across-multiple-folders/</guid>
		<description><![CDATA[I organize my mail in Mail.app in folders named for the sender. So all email sent to me by Jim, for instance, goes in the &#8220;Jim&#8221; folder, and all email sent to me by Gina goes to my &#8220;Gina&#8221; folder. Sometimes, however, I want to view a thread that involved both Gina and Jim, but [...]]]></description>
			<content:encoded><![CDATA[<p>I organize my mail in Mail.app in folders named for the sender. So all email sent to me by Jim, for instance, goes in the &#8220;Jim&#8221; folder, and all email sent to me by Gina goes to my &#8220;Gina&#8221; folder. Sometimes, however, I want to view a thread that involved both Gina and Jim, but now, since they&#8217;ve been filed away in separate folders, the thread is broken. Or so it would seem. Actually, if I command-click the Gina and Jim folders, they are presented as one, and as long as &#8220;Organize by Thread&#8221; is ticked, I can view my Gina/Jim thread. A bonus: if I command-click my sent folder, my responses are included in the thread as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2005/12/view-mail-threads-across-multiple-folders.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Strange Systems Problem, Strange Fix</title>
		<link>http://systemsboy.com/2005/12/strange-systems-problem-strange-fix.html</link>
		<comments>http://systemsboy.com/2005/12/strange-systems-problem-strange-fix.html#comments</comments>
		<pubDate>Fri, 16 Dec 2005 19:05:00 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[MacOSX]]></category>

		<guid isPermaLink="false">http://systemsboy.com/2005/12/strange-systems-problem-strange-fix/</guid>
		<description><![CDATA[Today I had a computer with a major problem. The machine would boot and then hang just before the login window normally appears, sitting with a near-full progress bar indefinitely. Fortunately, I was able to ssh in to the machine and check its system log, which told me that loginwindow.app was crashing. From /var/log/system.log: Dec [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had a computer with a major problem. The machine would boot and then hang just before the login window normally appears, sitting with a near-full progress bar indefinitely. Fortunately, I was able to <span style="font-family:courier new;">ssh</span> in to the machine and check its system log, which told me that loginwindow.app was crashing.</p>
<p>From <span style="font-family:courier new;">/var/log/system.log</span>:
<div style="border: 1px solid rgb(153, 153, 153); overflow: auto; width: 100%; height: auto;">
<pre><code><span style="font-size:85%;"><span style="font-family:courier new;">Dec 14 16:05:45 ComputerOne crashdump[450]: loginwindow crashed</span></span><span style="font-size:85%;"><span style="font-family:courier new;">Dec 14 16:05:45 ComputerOne crashdump[450]: crash report written to: /Library/Logs/CrashReporter/loginwindow.crash.log</span></span><span style="font-size:85%;"><span style="font-family:courier new;">Dec 14 16:05:46 ComputerOne launchd: /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow port /dev/console exited abnormally: Trace/BPT trap</span></span><span style="font-size:85%;"><span style="font-family:courier new;">Dec 14 16:05:46 ComputerOne launchd: getty repeating too quickly on port /dev/console, sleeping</span></span></code></pre>
<p></div>
<p>Reading this led me to check the crash log of loginwindow.app, which showed the below.</p>
<p>From <span style="font-family:courier new;">/Library/Logs/CrashReporter/loginwindow.crash.log</span>:
<div style="border: 1px solid rgb(153, 153, 153); overflow: auto; width: 100%; height: auto;">
<pre><code><span style=";font-family:courier new;font-size:85%;"  >Library not loaded: /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices</span><span style=";font-family:courier new;font-size:85%;"  >Referenced from: /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow</span><span style=";font-family:courier new;font-size:85%;"  >Reason: no suitable image found. Did find:</span><span style=";font-family:courier new;font-size:85%;"  >/System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices: unknown file type, first eight bytes: 0x64 0x73 0x74 0x37 0x00 0x00 0x00 0x01</span></code></pre>
<p></div>
<p>&#8220;Hmmm&#8230;&#8221; methoughts, &#8220;Sounds like there&#8217;s a corrupt file in the DisplayServices.framework.&#8221;</p>
<p>Indeed.</p>
<p>So, using the magic of <span style="font-family:courier new;">scp</span>, I copied the DisplayServices.framework from another, working machine, and voilà! The machine was able to proceed to the login window without delay. It&#8217;s working fine now.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2005/12/strange-systems-problem-strange-fix.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Login Slow After Long Idle Time</title>
		<link>http://systemsboy.com/2005/12/login-slow-after-long-idle-time.html</link>
		<comments>http://systemsboy.com/2005/12/login-slow-after-long-idle-time.html#comments</comments>
		<pubDate>Fri, 16 Dec 2005 19:04:00 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[MacOSX]]></category>

		<guid isPermaLink="false">http://systemsboy.com/2005/12/login-slow-after-long-idle-time/</guid>
		<description><![CDATA[I&#8217;ve noticed when I log in to my computer at work first thing in the morning, it&#8217;s very slow the first time. The machine does not go to sleep, spin down hard disks nor shutdown, so it&#8217;s not an Energy Saver issue. After the first, slow login, subsequent logins are normal and speedy. But what&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed when I log in to my computer at work first thing in the morning, it&#8217;s very slow the first time. The machine does not go to sleep, spin down hard disks nor shutdown, so it&#8217;s not an Energy Saver issue. After the first, slow login, subsequent logins are normal and speedy. But what&#8217;s weirdest of all is that this does not occur on my home system, which is actually a slightly slower machine. I figure it&#8217;s probably got something to do with my home account settings, or network settings, but I&#8217;ll be damned if I can figure out the difference. And still, why would login times change after a long idle period. It just doesn&#8217;t make sense. All I can think is maybe it&#8217;s stale cache being flushed. Either way, it&#8217;s a little weird and a slightly annoying way to start the day.</p>
<p>Theories? Anyone?</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2005/12/login-slow-after-long-idle-time.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show the Original for Multiple Aliases in the Finder</title>
		<link>http://systemsboy.com/2005/12/show-the-original-for-multiple-aliases-in-the-finder.html</link>
		<comments>http://systemsboy.com/2005/12/show-the-original-for-multiple-aliases-in-the-finder.html#comments</comments>
		<pubDate>Fri, 16 Dec 2005 19:03:00 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[MacOSX]]></category>

		<guid isPermaLink="false">http://systemsboy.com/2005/12/show-the-original-for-multiple-aliases-in-the-finder/</guid>
		<description><![CDATA[This one actually got printed on MacOSXHints. The Mac has always had an easy way to trace back to the original file of an alias. Select the alias in the Finder and choose &#8216;Show Original&#8217; from the File menu (or just hit Command-R), and the Finder will highlight the original file. What I did not [...]]]></description>
			<content:encoded><![CDATA[<p>This one actually got printed on <a href="http://www.macosxhints.com/">MacOSXHints</a>. The Mac has always had an easy way to trace back to the original file of an alias. Select the alias in the Finder and choose &#8216;Show Original&#8217; from the File menu (or just hit Command-R), and the Finder will highlight the original file. What I did not realize until recently is that this functionality also extends to multiple files.</p>
<p>So, if you have aliases to several files, say, in a Burn Folder, and you click &#8216;Show Original,&#8217; the Finder will highlight all the original files. If the original files are in the same folder, they will all be highlighted in one window. If they reside in different folders, each of these folders will open in a new window with the original items highlighted. This saves a lot of time and brainpower if you want to label — or perform any action — on multiple files in your Burn Folder, or any other folder full of aliases.</p>
<p>Maybe this was obvious to most people, but it was certainly a pleasant surprise to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2005/12/show-the-original-for-multiple-aliases-in-the-finder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OSX Command-Line is Partially Case Insensitive</title>
		<link>http://systemsboy.com/2005/12/mac-osx-command-line-is-partially-case-insensitive.html</link>
		<comments>http://systemsboy.com/2005/12/mac-osx-command-line-is-partially-case-insensitive.html#comments</comments>
		<pubDate>Fri, 16 Dec 2005 18:59:00 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[NIX]]></category>

		<guid isPermaLink="false">http://systemsboy.com/2005/12/mac-osx-command-line-is-partially-case-insensitive/</guid>
		<description><![CDATA[I&#8217;ve recently noticed a behavior in the command-line in Mac OS X. This environment, like all *NIX environments, is case sensitive. Typing:cd /Library is different from typing:cd /library To UNIX, /Library and /library are different directories. However, I&#8217;ve found that in Mac OS X, typing either of those commands will put me in the same [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently noticed a behavior in the command-line in Mac OS X. This environment, like all *NIX environments, is case sensitive. Typing:<br /><span style="font-family:courier new;">cd /Library</span></p>
<p>is different from typing:<br /><span style="font-family:courier new;">cd /library</span></p>
<p>To UNIX, <span style="font-family:courier new;">/Library</span> and <span style="font-family:courier new;">/library</span> are different directories.</p>
<p>However, I&#8217;ve found that in Mac OS X, typing either of those commands will put me in the same directory. Mac&#8217;s brand of UNIX seems to be case-insensitive. Weird.</p>
<p>Actually, this has to do with the filesystem, rather than UNIX. Mac&#8217;s default filesystem is HFS+(Journaled), which is not a case-sensitive filesystem. So the Mac command-line behavior honors this since, on the filesystem, which is at a lower level than the command line, there is no difference between <span style="font-family:courier new;">/Library</span> and <span style="font-family:courier new;">/library</span>. The command-line environment will, however, mimic case-sensitivity on HFS+ filesystems to a certain degree. For instance, tab-completion of file paths is case sensitive. But typing full file paths seems to default to the case sensitivity of the active filesystem. In fact, if I ssh to a UNIX box or an NFS mount on a UFS or ext3, or other case-sensitive volume, things work as expected in the *NIX world.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2005/12/mac-osx-command-line-is-partially-case-insensitive.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Drag Titlebar Icons to Dock or Sidebar</title>
		<link>http://systemsboy.com/2005/12/drag-titlebar-icons-to-dock-or-sidebar.html</link>
		<comments>http://systemsboy.com/2005/12/drag-titlebar-icons-to-dock-or-sidebar.html#comments</comments>
		<pubDate>Fri, 16 Dec 2005 18:56:00 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[MacOSX]]></category>

		<guid isPermaLink="false">http://systemsboy.com/2005/12/drag-titlebar-icons-to-dock-or-sidebar/</guid>
		<description><![CDATA[Sometimes, when you go to a folder via the Dock or the Sidebar or a key command, particularly if you&#8217;re in list or icon view, it can be a challenge to navigate up one directory and see the folder you&#8217;re currently in. Occasionally I&#8217;m in a folder, and I just want to add it to [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, when you go to a folder via the Dock or the Sidebar or a key command, particularly if you&#8217;re in list or icon view, it can be a challenge to navigate up one directory and see the folder you&#8217;re currently in. Occasionally I&#8217;m in a folder, and I just want to add it to the Dock or the Sidebar, without doing any navigation, but until now, I&#8217;ve not known a way to do this. Today I discovered that you can add the current folder to the Dock or Sidebar by dragging the little icon at the top of the Finder titlebar (the one that represents your current folder) to the Dock or Sidebar. A silly little hint, to be sure, but maybe of some use to someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2005/12/drag-titlebar-icons-to-dock-or-sidebar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
