<?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>Jed Laundry &#187; snow leopard</title> <atom:link href="http://www.jlaundry.com/tag/snow-leopard/feed/" rel="self" type="application/rss+xml" /><link>http://www.jlaundry.com</link> <description></description> <lastBuildDate>Tue, 22 Nov 2011 22:17:07 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Snow Leopard: Outdated-software-R-us!</title><link>http://www.jlaundry.com/2009/snow-leopard-outdated-software-r-us/</link> <comments>http://www.jlaundry.com/2009/snow-leopard-outdated-software-r-us/#comments</comments> <pubDate>Fri, 18 Sep 2009 12:17:31 +0000</pubDate> <dc:creator>jlaundry</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[10.6]]></category> <category><![CDATA[apple security]]></category> <category><![CDATA[bad apple]]></category> <category><![CDATA[outdated software]]></category> <category><![CDATA[snow leopard]]></category> <guid
isPermaLink="false">http://www.jlaundry.com/?p=143</guid> <description><![CDATA[I apologize in advance for the lack of coherency in this post; it&#8217;s late, and I&#8217;m tired. So, I have a custom backup script (mostly because I know I can do it better for my workflow than some off the shelf solution). It uses tar&#8217;s listed-incremental function to do, as you can guess, incremental backups [...]]]></description> <content:encoded><![CDATA[<p><strong>I apologize in advance for the lack of coherency in this post; it&#8217;s late, and I&#8217;m tired.</strong></p><p>So, I have a custom backup script (mostly because I know I can do it better for my workflow than some off the shelf solution). It uses tar&#8217;s listed-incremental function to do, as you can guess, incremental backups over a monthly cycle. It&#8217;s been working well since I made it on Tiger, except today, the first time I&#8217;ve tried to take a backup since upgrading to Snow Leopard.Â It straight off failed, claiming it doesn&#8217;t understand listed-incrementals.</p><p>I&#8217;m scratching my head as to why (it&#8217;s really not a complex script), before I realise it&#8217;s using an older version of tar than what shipped with Tiger and Leopard (or it&#8217;s using BSD tar as opposed to GNU tar&#8230; but I can&#8217;t verify what Tiger/Leopard had, all I know is it worked previously). Hmmm&#8230; ok. So I open Macports, install the latest version of gnutar, removed the crappy Snow Leopard tar and all keps going happily&#8230; except I now have a wiggling suspicion in the back of my mind that there is another disturbance in the force&#8230;</p><p>I dig a little, and it&#8217;s not long before I discover that Apple also decided to ship bzip2 1.0.4, which has a <a
href="https://www.cert.fi/haavoittuvuudet/joint-advisory-archive-formats.html">security exploit</a> that was fixed 1 year 6 months before 10.6 was released&#8230;</p><p>WTF Apple? Is anyone paying attention to software releases over there? It makes me wonder, what other outdated, exploitable software is installed on my laptop?</p> ]]></content:encoded> <wfw:commentRss>http://www.jlaundry.com/2009/snow-leopard-outdated-software-r-us/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Soundflower + 10.6 == &#8230;. Works (now anyway)</title><link>http://www.jlaundry.com/2009/soundflower-10-6-works-now-anyway/</link> <comments>http://www.jlaundry.com/2009/soundflower-10-6-works-now-anyway/#comments</comments> <pubDate>Mon, 31 Aug 2009 02:30:45 +0000</pubDate> <dc:creator>jlaundry</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[snow leopard]]></category> <category><![CDATA[soundflower]]></category> <guid
isPermaLink="false">http://www.jlaundry.com/?p=129</guid> <description><![CDATA[So, I&#8217;m procrastinating from writing my Java app. And when procrastinating, I like to listen to music. Except my laptop speakers suck, and as I&#8217;m home alone I would like to listen comfortably without headphones. Long story short; I need to hijack music form my laptop&#8217;s iTunes, and stream it to my desktop&#8217;s VLC or [...]]]></description> <content:encoded><![CDATA[<p>So, I&#8217;m procrastinating from writing my Java app. And when procrastinating, I like to listen to music. Except my laptop speakers suck, and as I&#8217;m home alone I would like to listen comfortably without headphones. Long story short; I need to hijack music form my laptop&#8217;s iTunes, and stream it to my desktop&#8217;s VLC or Windows Media Player.</p><p>Instantly I turn to an old favorite; <a
href="http://code.google.com/p/soundflower/">Soundflower</a>, which provides virtual inputs and outputs for MacOS. Except, it stopped working in Snow Leopard, the dialog:Â <strong>System extension cannot be used The system extension &#8220;/System/Library/Extensions/Soundflower.kext&#8221; was installed improperly and cannot be used.</strong> appears.<strong> </strong>Thankfully, it&#8217;s actually a simple problem and a simpler fix.</p><p>If you go:</p><pre class="brush: plain; title: ; notranslate">$ sudo kextutil /System/Library/Extensions/Soundflower.kext
/System/Library/Extensions/Soundflower.kext has problems:
Authentication Failures:
    File owner/permissions are incorrect (must be root:wheel, nonwritable by group/other):
        /System/Library/Extensions/Soundflower.kext/Contents/Info.plist
        /System/Library/Extensions/Soundflower.kext/Contents/MacOS/Soundflower
       /System/Library/Extensions/Soundflower.kext/Contents/Resources/Soundflower.xcconfig</pre><p>See, simple permissions problem! Running <strong>chown</strong> and <strong>chgrp</strong> cleans it up nicely. I&#8217;ve submitted <a
href="http://code.google.com/p/soundflower/issues/detail?id=27&#038;sort=-id#c7">the fix in the bug report</a>, and hopefully soon a fix will be officially released.</p><p>Now, back to streaming my music&#8230;</p> ]]></content:encoded> <wfw:commentRss>http://www.jlaundry.com/2009/soundflower-10-6-works-now-anyway/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
