<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" 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/" > <channel><title>Comments on: Bash weirdness on Mac OS X Intel boxes</title> <atom:link href="http://toxicsoftware.com/bash_weirdness_on_mac_os_x_intel_boxes1/feed/" rel="self" type="application/rss+xml" /><link>http://toxicsoftware.com/bash_weirdness_on_mac_os_x_intel_boxes1/</link> <description>RANDOMIZE USR 0</description> <lastBuildDate>Tue, 24 Jan 2012 20:00:16 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: brunerd</title><link>http://toxicsoftware.com/bash_weirdness_on_mac_os_x_intel_boxes1/comment-page-1/#comment-22272</link> <dc:creator>brunerd</dc:creator> <pubDate>Thu, 11 Jun 2009 22:08:42 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/blog/bash_weirdness_on_mac_os_x_intel_boxes1/#comment-22272</guid> <description>&lt;p&gt;Yes, I have noticed this... (took me a while eh?) this is only on Tiger intel builds&lt;br&gt;&lt;br&gt;You can add this in /etc/profile:&lt;br&gt;HOSTTYPE=i386&lt;br&gt;MACHTYPE=i386-apple-darwin8.0&lt;br&gt;export HOSTTYPE&lt;br&gt;export MACHTYPE&lt;br&gt;&lt;br&gt;You can also go into bash with a hex editor and change the first two instances of powerpc, (the second set is the ppc portion of the universal binary) with the extra space leftover just pad it with zeros.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Yes, I have noticed this&#8230; (took me a while eh?) this is only on Tiger intel builds<br /><br />You can add this in /etc/profile:<br />HOSTTYPE=i386<br />MACHTYPE=i386-apple-darwin8.0<br />export HOSTTYPE<br />export MACHTYPE<br /><br />You can also go into bash with a hex editor and change the first two instances of powerpc, (the second set is the ppc portion of the universal binary) with the extra space leftover just pad it with zeros.</p>]]></content:encoded> </item> <item><title>By: Unlockiphone</title><link>http://toxicsoftware.com/bash_weirdness_on_mac_os_x_intel_boxes1/comment-page-1/#comment-22223</link> <dc:creator>Unlockiphone</dc:creator> <pubDate>Wed, 07 Jan 2009 10:50:00 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/blog/bash_weirdness_on_mac_os_x_intel_boxes1/#comment-22223</guid> <description>&lt;p&gt;I often need to install OSs on Intel boxes, which frequently come without CDs or floppy these days. After some playing, here is how I use my PowerBook running OS X to do the job via pxeboot. The following example shows OpenBSD as the OS to install on the Intel box.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>I often need to install OSs on Intel boxes, which frequently come without CDs or floppy these days. After some playing, here is how I use my PowerBook running OS X to do the job via pxeboot. The following example shows OpenBSD as the OS to install on the Intel box.</p>]]></content:encoded> </item> <item><title>By: robthebrew</title><link>http://toxicsoftware.com/bash_weirdness_on_mac_os_x_intel_boxes1/comment-page-1/#comment-21785</link> <dc:creator>robthebrew</dc:creator> <pubDate>Wed, 20 Jun 2007 12:25:11 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/blog/bash_weirdness_on_mac_os_x_intel_boxes1/#comment-21785</guid> <description>&lt;p&gt;On a Mac Pro:&lt;br&gt;uname -a&lt;br&gt;Darwin computer.local 8.9.2 Darwin Kernel Version 8.9.2: Thu Feb 22 18:08:23 PST 2007; root:xnu-792.19.2~1/RELEASE_I386 i386 i386&lt;br&gt;&lt;br&gt;machine&lt;br&gt;i486&lt;br&gt;&lt;br&gt;set &#124; grep TYPE&lt;br&gt;HOSTTYPE=powerpc&lt;br&gt;MACHTYPE=powerpc-apple-darwin8.0&lt;br&gt;OSTYPE=darwin8.0&lt;br&gt;&lt;br&gt;&lt;br&gt;So nowhere is there any mention of x86-64. that really throws a spanner in the works for porting 64b apps.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>On a Mac Pro:&lt;br&gt;uname -a&lt;br&gt;Darwin computer.local 8.9.2 Darwin Kernel Version 8.9.2: Thu Feb 22 18:08:23 PST 2007; root:xnu-792.19.2~1/RELEASE_I386 i386 i386&lt;br&gt;&lt;br&gt;machine&lt;br&gt;i486&lt;br&gt;&lt;br&gt;set | grep TYPE&lt;br&gt;HOSTTYPE=powerpc&lt;br&gt;MACHTYPE=powerpc-apple-darwin8.0&lt;br&gt;OSTYPE=darwin8.0&lt;br&gt;&lt;br&gt;&lt;br&gt;So nowhere is there any mention of x86-64. that really throws a spanner in the works for porting 64b apps.</p>]]></content:encoded> </item> <item><title>By: robthebrew</title><link>http://toxicsoftware.com/bash_weirdness_on_mac_os_x_intel_boxes1/comment-page-1/#comment-18834</link> <dc:creator>robthebrew</dc:creator> <pubDate>Wed, 20 Jun 2007 11:25:11 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/blog/bash_weirdness_on_mac_os_x_intel_boxes1/#comment-18834</guid> <description>&lt;p&gt;On a Mac Pro: uname -a Darwin computer.local 8.9.2 Darwin Kernel Version 8.9.2: Thu Feb 22 18:08:23 PST 2007; root:xnu-792.19.2~1/RELEASE_I386 i386 i386&lt;/p&gt;&lt;p&gt;machine i486&lt;/p&gt;&lt;p&gt;set &#124; grep TYPE HOSTTYPE=powerpc MACHTYPE=powerpc-apple-darwin8.0 OSTYPE=darwin8.0&lt;/p&gt;&lt;p&gt;So nowhere is there any mention of x86-64. that really throws a spanner in the works for porting 64b apps.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>On a Mac Pro: uname -a Darwin computer.local 8.9.2 Darwin Kernel Version 8.9.2: Thu Feb 22 18:08:23 PST 2007; root:xnu-792.19.2~1/RELEASE_I386 i386 i386</p><p>machine i486</p><p>set | grep TYPE HOSTTYPE=powerpc MACHTYPE=powerpc-apple-darwin8.0 OSTYPE=darwin8.0</p><p>So nowhere is there any mention of x86-64. that really throws a spanner in the works for porting 64b apps.</p>]]></content:encoded> </item> <item><title>By: Leo</title><link>http://toxicsoftware.com/bash_weirdness_on_mac_os_x_intel_boxes1/comment-page-1/#comment-21784</link> <dc:creator>Leo</dc:creator> <pubDate>Sun, 08 Apr 2007 03:32:03 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/blog/bash_weirdness_on_mac_os_x_intel_boxes1/#comment-21784</guid> <description>&lt;p&gt;I did, too. &lt;br&gt;$uname -a&lt;br&gt;Darwin Computer.local 8.9.1 Darwin Kernel Version 8.9.1: Thu Feb 22 20:55:00 PST 2007; root:xnu-792.18.15~1/RELEASE_I386 i386 i386&lt;br&gt;&lt;br&gt;$set &#124; grep -i type&lt;br&gt;HOSTTYPE=powerpc&lt;br&gt;MACHTYPE=powerpc-apple-darwin8.0&lt;br&gt;OSTYPE=darwin8.0&lt;/p&gt; </description> <content:encoded><![CDATA[<p>I did, too. &lt;br&gt;$uname -a&lt;br&gt;Darwin Computer.local 8.9.1 Darwin Kernel Version 8.9.1: Thu Feb 22 20:55:00 PST 2007; root:xnu-792.18.15~1/RELEASE_I386 i386 i386&lt;br&gt;&lt;br&gt;$set | grep -i type&lt;br&gt;HOSTTYPE=powerpc&lt;br&gt;MACHTYPE=powerpc-apple-darwin8.0&lt;br&gt;OSTYPE=darwin8.0</p>]]></content:encoded> </item> <item><title>By: Leo</title><link>http://toxicsoftware.com/bash_weirdness_on_mac_os_x_intel_boxes1/comment-page-1/#comment-9654</link> <dc:creator>Leo</dc:creator> <pubDate>Sun, 08 Apr 2007 02:32:03 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/blog/bash_weirdness_on_mac_os_x_intel_boxes1/#comment-9654</guid> <description>&lt;p&gt;I did, too. $uname -a Darwin Computer.local 8.9.1 Darwin Kernel Version 8.9.1: Thu Feb 22 20:55:00 PST 2007; root:xnu-792.18.15~1/RELEASE_I386 i386 i386&lt;/p&gt;&lt;p&gt;$set &#124; grep -i type HOSTTYPE=powerpc MACHTYPE=powerpc-apple-darwin8.0 OSTYPE=darwin8.0&lt;/p&gt; </description> <content:encoded><![CDATA[<p>I did, too. $uname -a Darwin Computer.local 8.9.1 Darwin Kernel Version 8.9.1: Thu Feb 22 20:55:00 PST 2007; root:xnu-792.18.15~1/RELEASE_I386 i386 i386</p><p>$set | grep -i type HOSTTYPE=powerpc MACHTYPE=powerpc-apple-darwin8.0 OSTYPE=darwin8.0</p>]]></content:encoded> </item> <item><title>By: stephen bigelis</title><link>http://toxicsoftware.com/bash_weirdness_on_mac_os_x_intel_boxes1/comment-page-1/#comment-3360</link> <dc:creator>stephen bigelis</dc:creator> <pubDate>Fri, 22 Dec 2006 20:14:52 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/blog/bash_weirdness_on_mac_os_x_intel_boxes1/#comment-3360</guid> <description>&lt;p&gt;Ha I just noticed this as well on my mac book pro.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Ha I just noticed this as well on my mac book pro.</p>]]></content:encoded> </item> <item><title>By: stephen bigelis</title><link>http://toxicsoftware.com/bash_weirdness_on_mac_os_x_intel_boxes1/comment-page-1/#comment-21783</link> <dc:creator>stephen bigelis</dc:creator> <pubDate>Fri, 22 Dec 2006 20:14:52 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/blog/bash_weirdness_on_mac_os_x_intel_boxes1/#comment-21783</guid> <description>&lt;p&gt;Ha I just noticed this as well on my mac book pro.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Ha I just noticed this as well on my mac book pro.</p>]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching 2/14 queries in 0.004 seconds using disk: basic
Object Caching 320/321 objects using disk: basic

Served from: toxicsoftware.com @ 2012-02-10 03:50:32 -->
