<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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/" version="2.0">
<channel>
	<title>Comments for SteamSHIFT</title>
	
	<link>http://blog.steamshift.com</link>
	<description>Miscellaneous Ramblings.</description>
	<pubDate>Wed, 03 Jun 2009 10:58:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SteamshiftComments" type="application/rss+xml" /><item>
		<title>Comment on Upgrading a Mac OS X Server from 10.3.9 to 10.4.6 by mr_kitty</title>
		<link>http://blog.steamshift.com/geek/upgrading-a-mac-os-x-server-from-1039-to-1046/comment-page-1#comment-88647</link>
		<dc:creator>mr_kitty</dc:creator>
		<pubDate>Fri, 10 Oct 2008 16:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.steamshift.com/geek/upgrading-a-mac-os-x-server-from-1039-to-1046#comment-88647</guid>
		<description>Hello,

I ran into your site whilst looking for tips on upgrading OSX server. To answer your question... "How can you work on an x-serve drive, without having a second x-serve?"

Well, the Apple Drive Module -- tho not supported -- is relatively easy to upgrade. You could setup on a Mac Pro or any SATA drive connected via Firewire and then put that disk into the ADM later.

Alternatively -- if you are squeamish about violating the ADM -- you could setup on a Firewire drive, and then use Carbon Copy Cloner (or SuperDuper, or dd, if you really want to get all commandliney) to copy the installation over to your second ADM in the Xserve. Any of these utilities can be run from your active server OS, and fairly reliably produce a identical and bootable disk.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I ran into your site whilst looking for tips on upgrading OSX server. To answer your question&#8230; &#8220;How can you work on an x-serve drive, without having a second x-serve?&#8221;</p>
<p>Well, the Apple Drive Module &#8212; tho not supported &#8212; is relatively easy to upgrade. You could setup on a Mac Pro or any SATA drive connected via Firewire and then put that disk into the ADM later.</p>
<p>Alternatively &#8212; if you are squeamish about violating the ADM &#8212; you could setup on a Firewire drive, and then use Carbon Copy Cloner (or SuperDuper, or dd, if you really want to get all commandliney) to copy the installation over to your second ADM in the Xserve. Any of these utilities can be run from your active server OS, and fairly reliably produce a identical and bootable disk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Leopard, lookupd and local web development sites by Martin Cleaver</title>
		<link>http://blog.steamshift.com/geek/leopard-lookupd-and-local-web-development-sites/comment-page-1#comment-82235</link>
		<dc:creator>Martin Cleaver</dc:creator>
		<pubDate>Mon, 04 Aug 2008 02:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.steamshift.com/geek/leopard-lookupd-and-local-web-development-sites#comment-82235</guid>
		<description>Can you delete my comment about address vs. local - it's wrong. 

Please add:

$ nslookup 
&gt; server 127.0.0.1
Default server: 127.0.0.1
Address: 127.0.0.1#53
&gt; b.dev.
Server:		127.0.0.1
Address:	127.0.0.1#53

** server can't find b.dev: REFUSED
&gt; b.localsites.
Server:		127.0.0.1
Address:	127.0.0.1#53

Name:	b.localsites
Address: 127.0.0.1</description>
		<content:encoded><![CDATA[<p>Can you delete my comment about address vs. local - it&#8217;s wrong. </p>
<p>Please add:</p>
<p>$ nslookup<br />
&gt; server 127.0.0.1<br />
Default server: 127.0.0.1<br />
Address: 127.0.0.1#53<br />
&gt; b.dev.<br />
Server:		127.0.0.1<br />
Address:	127.0.0.1#53</p>
<p>** server can&#8217;t find b.dev: REFUSED<br />
&gt; b.localsites.<br />
Server:		127.0.0.1<br />
Address:	127.0.0.1#53</p>
<p>Name:	b.localsites<br />
Address: 127.0.0.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Leopard, lookupd and local web development sites by Martin Cleaver</title>
		<link>http://blog.steamshift.com/geek/leopard-lookupd-and-local-web-development-sites/comment-page-1#comment-82234</link>
		<dc:creator>Martin Cleaver</dc:creator>
		<pubDate>Mon, 04 Aug 2008 02:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.steamshift.com/geek/leopard-lookupd-and-local-web-development-sites#comment-82234</guid>
		<description>Hi

Steps #2 and #3 are identical!

It looks like instead of using 

# Add domains which you want to forcing particular IP addresses using
address=/.localsites/127.0.0.1     

We can use the local domain feature:

# Add local-only domains here, queries in these domains are answered            
# from /etc/hosts or DHCP only.                                                 
local=/dev/ 

Probably best to explain why you don't want dnsmasq to read /etc/hosts because the Mac's dscacheutil will read it anyway.

Maybe get users to use -d while testing / verifying that it's working:

 sudo /opt/local/sbin/dnsmasq -d


As for your last problem - I don't know... I've been searching for hours. Likely it can be scripted using the scutil code from the bottom of http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-0.4.0-hybrid/vpnc-script 

Hope that helps!
   Martin.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Steps #2 and #3 are identical!</p>
<p>It looks like instead of using </p>
<p># Add domains which you want to forcing particular IP addresses using<br />
address=/.localsites/127.0.0.1     </p>
<p>We can use the local domain feature:</p>
<p># Add local-only domains here, queries in these domains are answered<br />
# from /etc/hosts or DHCP only.<br />
local=/dev/ </p>
<p>Probably best to explain why you don&#8217;t want dnsmasq to read /etc/hosts because the Mac&#8217;s dscacheutil will read it anyway.</p>
<p>Maybe get users to use -d while testing / verifying that it&#8217;s working:</p>
<p> sudo /opt/local/sbin/dnsmasq -d</p>
<p>As for your last problem - I don&#8217;t know&#8230; I&#8217;ve been searching for hours. Likely it can be scripted using the scutil code from the bottom of <a href="http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-0.4.0-hybrid/vpnc-script" rel="nofollow">http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-0.4.0-hybrid/vpnc-script</a> </p>
<p>Hope that helps!<br />
   Martin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtual BCF2000 Version 1.1 by SteamSHIFT</title>
		<link>http://blog.steamshift.com/vj/virtual-bcf2000-version-11/comment-page-1#comment-77145</link>
		<dc:creator>SteamSHIFT</dc:creator>
		<pubDate>Thu, 12 Jun 2008 11:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.steamshift.com/vj/virtual-bcf2000-version-11#comment-77145</guid>
		<description>Stay tuned for some really exciting developments over the coming weeks ... (a BCR2K version would be just the tip of the iceberg!)</description>
		<content:encoded><![CDATA[<p>Stay tuned for some really exciting developments over the coming weeks &#8230; (a BCR2K version would be just the tip of the iceberg!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtual BCF2000 Version 1.1 by nils</title>
		<link>http://blog.steamshift.com/vj/virtual-bcf2000-version-11/comment-page-1#comment-77144</link>
		<dc:creator>nils</dc:creator>
		<pubDate>Thu, 12 Jun 2008 11:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.steamshift.com/vj/virtual-bcf2000-version-11#comment-77144</guid>
		<description>Hey this is super exciting!
Is there any plan to extend the project to the BCR2000 as well?
Thank you for making apps like this.
Rock on.
N</description>
		<content:encoded><![CDATA[<p>Hey this is super exciting!<br />
Is there any plan to extend the project to the BCR2000 as well?<br />
Thank you for making apps like this.<br />
Rock on.<br />
N</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cat Mask Test by SteamSHIFT</title>
		<link>http://blog.steamshift.com/developing/cat-mask-test/comment-page-1#comment-76337</link>
		<dc:creator>SteamSHIFT</dc:creator>
		<pubDate>Wed, 04 Jun 2008 10:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.steamshift.com/geek/developing/cat-mask-test#comment-76337</guid>
		<description>I have a suspicion that when I made the test, quicktime could display swf files which I think it no longer can. I may be wrong on that of course!</description>
		<content:encoded><![CDATA[<p>I have a suspicion that when I made the test, quicktime could display swf files which I think it no longer can. I may be wrong on that of course!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cat Mask Test by Lango</title>
		<link>http://blog.steamshift.com/developing/cat-mask-test/comment-page-1#comment-76326</link>
		<dc:creator>Lango</dc:creator>
		<pubDate>Wed, 04 Jun 2008 10:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.steamshift.com/geek/developing/cat-mask-test#comment-76326</guid>
		<description>Hey

I'm enjoying going through your site.

However I downloaded your quartz file but i can't see the cat. I noticed their was a type with ./cat1.swf instead of ./cat.swf, i fixed that up but it still doesnt work.

I'm using the latest version of quartz composer on leopard.</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>I&#8217;m enjoying going through your site.</p>
<p>However I downloaded your quartz file but i can&#8217;t see the cat. I noticed their was a type with ./cat1.swf instead of ./cat.swf, i fixed that up but it still doesnt work.</p>
<p>I&#8217;m using the latest version of quartz composer on leopard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Have a chat with a ‘SmarterChild’ by baybaygrl964</title>
		<link>http://blog.steamshift.com/geek/Have_a_chat_with_a_SmarterChild/comment-page-1#comment-74097</link>
		<dc:creator>baybaygrl964</dc:creator>
		<pubDate>Sat, 03 May 2008 23:11:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-74097</guid>
		<description>you should leave a thing up so that we can chat with smarter child</description>
		<content:encoded><![CDATA[<p>you should leave a thing up so that we can chat with smarter child</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Category Cloud WordPress Widget by Guybrush</title>
		<link>http://blog.steamshift.com/developing/category-cloud-wordpress-widget/comment-page-1#comment-72318</link>
		<dc:creator>Guybrush</dc:creator>
		<pubDate>Sun, 30 Mar 2008 23:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.steamshift.com/developing/category-cloud-wordpress-widget#comment-72318</guid>
		<description>Hello! I was wondering whether I can have more than 30 categories in my cloud. I've tried changing the default, but even though I've pressed 'save changes', it keeps going back to 30 and the extra ones don't show up on my blog. Much thanks!</description>
		<content:encoded><![CDATA[<p>Hello! I was wondering whether I can have more than 30 categories in my cloud. I&#8217;ve tried changing the default, but even though I&#8217;ve pressed &#8217;save changes&#8217;, it keeps going back to 30 and the extra ones don&#8217;t show up on my blog. Much thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Export and Import MySQL via the command line by Eric</title>
		<link>http://blog.steamshift.com/geek/export-and-import-mysql-via-the-command-line/comment-page-1#comment-63416</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 04 Feb 2008 16:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.steamshift.com/geek/export-and-import-mysql-via-the-command-line#comment-63416</guid>
		<description>Quite nice, needed this information to insert more than 500.000 instructions into a database using the commandline!

Thx!</description>
		<content:encoded><![CDATA[<p>Quite nice, needed this information to insert more than 500.000 instructions into a database using the commandline!</p>
<p>Thx!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
