<?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>james.murty.org &#187; Macworld</title>
	<atom:link href="http://james.murty.org/archives/category/macworld/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.murty.org</link>
	<description>ramblings from the sleep deprived mind of James</description>
	<lastBuildDate>Thu, 01 Jul 2010 00:14:05 +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>monitoring Airport basestations with MRTG</title>
		<link>http://james.murty.org/archives/2004/09/15/airport-mrtg/</link>
		<comments>http://james.murty.org/archives/2004/09/15/airport-mrtg/#comments</comments>
		<pubDate>Wed, 15 Sep 2004 13:06:43 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Macworld]]></category>
		<guid isPermaLink="false">http://musashi.murty.org/archives/2004/09/15/airport-mrtg/</guid>
		<description><![CDATA[Simon R has written and asked about extending the ideas raised by my how-to article, &#8220;Network Flow Rates&#8221;, published in September 2004&#8242;s Australian Macworld article,. He&#8217;d like to use MRTG to monitor a couple of Airport Express base stations. Specifically he&#8217;d like to be able to monitor his broadband usage, and Airtunes streams. Now I [...]]]></description>
			<content:encoded><![CDATA[<p>Simon R has written and asked about extending the ideas raised by my how-to article, &#8220;Network Flow Rates&#8221;, published in September 2004&#8242;s Australian Macworld article,. He&#8217;d like to use MRTG to monitor a couple of Airport Express base stations. Specifically he&#8217;d like to be able to monitor his broadband usage, and Airtunes streams.</p>
<p>Now I don&#8217;t have any experience with the new Airport Express yet (if someone would like to donate or loan me one for a while I can certainly document my discoveries!) however I have used SNMP with the original graphite Airport and today I had a play with a couple of the latest model Airport Extreme basestations.</p>
<p>There is an official Airport Extreme MIB available from Apple <a href="http://docs.info.apple.com/article.html?artnum=120227">here</a>. It should work with any Airport basestation running v5.1 or above. (It may indeed work with earlier models as well) A MIB file provides you with easier to use nouns allowing you to request various information available from the device via SNMP &#8211; without having to use more cumbersome OIDS (object identifiers). Presently it would appear that the information available from a Airport via SNMP is about the physical ethernet interface(s), and information about each of the connected wifi clients including MAC (media access control) addresses, number of packets in and out per second, the number of errors, signal strength, and DHCP records if it is running DHCP. There&#8217;s nothing in there about AirTunes but there is a comment that they intend to provide an interface to information about the USB port, connected printers and more network details at some point in the future. It&#8217;s fair to assume that Apple will provide an interface for Airtunes as well &#8211; or someone else will figure out how to access it.</p>
]]></content:encoded>
			<wfw:commentRss>http://james.murty.org/archives/2004/09/15/airport-mrtg/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Serious typo in Master your domain article</title>
		<link>http://james.murty.org/archives/2004/08/06/master-your-domain/</link>
		<comments>http://james.murty.org/archives/2004/08/06/master-your-domain/#comments</comments>
		<pubDate>Fri, 06 Aug 2004 13:28:29 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Macworld]]></category>
		<guid isPermaLink="false">http://musashi.murty.org/archives/2004/08/06/master-your-domain/</guid>
		<description><![CDATA[serious typo in "Master your domain" article]]></description>
			<content:encoded><![CDATA[<p>Reg F has brought to my attention a serious typo in my how-to article &#8220;Set up your own DNS: Master your domain&#8221; published in the August 2004 issue of Australian Macworld. On page 61 in the bottom left-hand paragraph I have written<br />
<blockquote>sudo pico /usr/sbin/named</p></blockquote>
<p>where I should have written</p>
<blockquote><p>sudo pico /etc/named.conf</p></blockquote>
<p>Afterall the goal was supposed to be configuring <em>named</em> not modifying the binary itself.</p>
<p>As you can no doubt see &#8211; this is a bad, bad thing &#8211; as, if you follow my instructions you will destroy your <em>named</em> binary and will be seeing errors like</p>
<blockquote><p><em> sudo: unable to exec /usr/sbin/named: Bad CPU type in executable</em></p></blockquote>
<p>when you try to start it.</p>
<p>*yikes* what was I thinking when I typed that?</p>
<p>Anywho, if you&#8217;ve trashed your <i>named</i> binary, the only thing you can really do at this point is replace it with a new one. As the OS X installer doesn&#8217;t provide you with a way to do this short of reinstalling the entire operating system I&#8217;m going to provide a link to a pristine copy. I don&#8217;t think there should be any legal issue with me doing this as Apple freely provides the source code for their port of bind <a href="http://www.opensource.apple.com/darwinsource/10.3.4/bind9-7/">here</a>. However if you know of an issue send me an <a href="mailto:links@musashi.murty.org">email</a> and I will take down the links.</p>
<ul>
<li>If you have Mac OS X 10.3 use <a href="http://musashi.murty.org/downloads/macworld/named-9.2.2.tar.gz">this</a> link</li>
<li>If you have Mac OS X 10.2 use <a href="http://musashi.murty.org/downloads/macworld/named-8.3.4.tar.gz">this</a> link</li>
</ul>
<p>To replace your busted <em>named</em> type:</p>
<blockquote><p>cd /usr/sbin; sudo tar zxvf ~/Desktop/named-9.2.2.tar.gz</p></blockquote>
<p>(provided of course that you&#8217;ve downloaded the above link to your Desktop).</p>
<p>I sincerely appologise for any inconvenience I may have caused anyone who followed my published instruction. I promise to proof read my article more closely in future</p>
<p>[edit 12:58am 10/8/2004 - added link for named 8.3.4 for Jaguar]</p>
]]></content:encoded>
			<wfw:commentRss>http://james.murty.org/archives/2004/08/06/master-your-domain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Issues with Internet Sharing</title>
		<link>http://james.murty.org/archives/2004/07/02/share-internet/</link>
		<comments>http://james.murty.org/archives/2004/07/02/share-internet/#comments</comments>
		<pubDate>Fri, 02 Jul 2004 04:21:40 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Macworld]]></category>
		<guid isPermaLink="false">http://musashi.murty.org/archives/2004/07/02/share-internet/</guid>
		<description><![CDATA[problem sharing internet connection with personal firewall enabled]]></description>
			<content:encoded><![CDATA[<p>Don F contacted me about a problem he was having after following my how-to article &#8220;Share an internet connection with OS X:The Scenic Route&#8221; published in May 2004 issue of Australian Macworld.</p>
<p>Don had purchased an additional ethernet card for his Mac in order to share his broadband connection with other computers in his house. However while the other machines appeared to be being configured correctly they were unable to see the Internet</p>
<p>It turns out that he also had the personal Firewall enabled (in Sharing in System Preferences) and this was interfering with the sharing function. Disabling the firewall appears to allow sharing to work again.</p>
<p>Obviously switching off the firewall is not the best solution to Don&#8217;s problem but I don&#8217;t have an alternative for him at this time</p>
<p>I will continue to investigate this matter</p>
]]></content:encoded>
			<wfw:commentRss>http://james.murty.org/archives/2004/07/02/share-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharing printer not working</title>
		<link>http://james.murty.org/archives/2004/04/06/share-printer/</link>
		<comments>http://james.murty.org/archives/2004/04/06/share-printer/#comments</comments>
		<pubDate>Tue, 06 Apr 2004 04:34:50 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Macworld]]></category>
		<guid isPermaLink="false">http://musashi.murty.org/archives/2004/04/06/share-printer/</guid>
		<description><![CDATA[printer not being shared after upgrading]]></description>
			<content:encoded><![CDATA[<p>Philip O had some problems with my how-to article &#8220;Fit to print:Share printers across platforms&#8221; published in the March 2004 issue of Australian Macworld.</p>
<p>After successfully following the instructions on his computer which was running Mac OS X 10.3 at the time he was able to share his printer with other computers on his network. However after upgrading his computer to Mac OS 10.3.3 it stopped working.</p>
<p>The solution turned out to be disabling printer sharing (in Sharing in System Preferences) and re-enabling it. Simple but effective</p>
]]></content:encoded>
			<wfw:commentRss>http://james.murty.org/archives/2004/04/06/share-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
