<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Mission: failed</title>
	<atom:link href="http://www.buraku.org/2007/09/30/mission-failed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buraku.org/2007/09/30/mission-failed/</link>
	<description>Yoshi likes what you don&#039;t like</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:48:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Buraku &#187; Questi Intel Mac mi stanno sempre più sul cazzo (dovrò comprarmene uno)</title>
		<link>http://www.buraku.org/2007/09/30/mission-failed/#comment-1012</link>
		<dc:creator>Buraku &#187; Questi Intel Mac mi stanno sempre più sul cazzo (dovrò comprarmene uno)</dc:creator>
		<pubDate>Wed, 03 Oct 2007 16:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraku.net/?p=228#comment-1012</guid>
		<description>[...] mi passa l&#8217;incazzatura per Jaman e sono tutto contento per aver scoperto che Joost&#160; ora &#232; aperto a tutti e che supporta [...]</description>
		<content:encoded><![CDATA[<p>[...] mi passa l&#8217;incazzatura per Jaman e sono tutto contento per aver scoperto che Joost&nbsp; ora &egrave; aperto a tutti e che supporta [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoshi</title>
		<link>http://www.buraku.org/2007/09/30/mission-failed/#comment-1011</link>
		<dc:creator>Yoshi</dc:creator>
		<pubDate>Sun, 30 Sep 2007 21:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraku.net/?p=228#comment-1011</guid>
		<description>urgh, grazie. un po&#039; complicatino</description>
		<content:encoded><![CDATA[<p>urgh, grazie. un po&#8217; complicatino</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conny</title>
		<link>http://www.buraku.org/2007/09/30/mission-failed/#comment-1010</link>
		<dc:creator>conny</dc:creator>
		<pubDate>Sun, 30 Sep 2007 21:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraku.net/?p=228#comment-1010</guid>
		<description>http://wiki.awkwardtv.org/wiki/Talk:Patchstick/Testing il link... me par incasinà ma proa.

ciao</description>
		<content:encoded><![CDATA[<p><a href="http://wiki.awkwardtv.org/wiki/Talk:Patchstick/Testing">http://wiki.awkwardtv.org/wiki/Talk:Patchstick/Testing</a> il link&#8230; me par incasinà ma proa.</p>
<p>ciao</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conny</title>
		<link>http://www.buraku.org/2007/09/30/mission-failed/#comment-1009</link>
		<dc:creator>conny</dc:creator>
		<pubDate>Sun, 30 Sep 2007 21:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraku.net/?p=228#comment-1009</guid>
		<description>Creating Patchstick on ppc Mac or Windows

Extracting .dmg files on Windows works fine (on a ppc mac anyway). By using files from images like the 10.4.9 Combo Update and Apple TV 1.1 Update, isn&#039;t it possible to create a Patchstick without the need of an (Intel-)Mac? Are there any files missing in the images from Apple? Could they be extracted from other images or compiled from MacPorts?

The following binaries are missing in the combo update (chmod, sleep and mkdir can be found in the Apple TV update):

/usr/bin/sed

But as far as I can tell, sed is not really necessary for the patchstick (only to enable SSH version 2)!

The following .kexts and .dylib are missing too (libncurses.5.4.dylib and AudioIPCDriver.kext can be found in the Apple TV update, but not sure if they are compatible):

/System/Library/Extensions/OSvKernDSPLib.kext
/System/Library/Extensions/IOACPIFamily.kext
/System/Library/Extensions/AppleFlashNVRAM.kext

Does someone know if they are really necessary, or where to get them from? 10.4.8 combo update does not contain any missing file. Building a patchstick using these files and leave the 3 kexts out, leads to a kernel panic because of ACPI problems (&quot;unable to find driver for this platform: ACPI&quot;). Adding the 3 kexts from an Intel Mac does not solve the problem. But probably I&#039;m doing something wrong... Replacing the kexts with kexts from my Intel Mac solves the kernel panic.

That is not correct, I _did_ something wrong. When using all available files from the combo update, and use the missing files from Intel Mac it works! Perhaps combining with files from ATV Update is not good. (mcka, 2007-08-24)

For creating a Patchstick on Windows you can simply boot from an FreeBSD live CD (x86) like FreeSBIE or frenzy, which should contain all the necessary tools!

With files only from Intel-mac: http://www.bilder-hochladen.net/files/3kjn-1-jpg.html

    * make sure that launchd is in /sbin and executable? (mcka, 2007-08-24)

and with files from Combo- Update and from OSBoot: http://www.bilder-hochladen.net/files/3rls-1-jpg.html


I used the following scripts to mount/unmount the Patchstick:

unmount:

diskutil unmountDisk /dev/disk2
gpt remove -i 1 /dev/disk2
diskutil unmountDisk /dev/disk2
gpt add -b 40 -s 503728 -i 1 -t &quot;5265636F-7665-11AA-AA11-00306543ECAC&quot; /dev/disk2
diskutil unmountDisk /dev/disk2

mount:

diskutil unmountDisk /dev/disk2
gpt remove -i 1 /dev/disk2
diskutil unmountDisk /dev/disk2
gpt add -b 40 -s 503728 -i 1 -t &quot;48465300-0000-11AA-AA11-00306543ECAC&quot; /dev/disk2

See the manual instructions for creating a Testing Patchstick how to find you your values for the marked -b and -s

And you have change /dev/desk2 to your corresponding value.</description>
		<content:encoded><![CDATA[<p>Creating Patchstick on ppc Mac or Windows</p>
<p>Extracting .dmg files on Windows works fine (on a ppc mac anyway). By using files from images like the 10.4.9 Combo Update and Apple TV 1.1 Update, isn&#8217;t it possible to create a Patchstick without the need of an (Intel-)Mac? Are there any files missing in the images from Apple? Could they be extracted from other images or compiled from MacPorts?</p>
<p>The following binaries are missing in the combo update (chmod, sleep and mkdir can be found in the Apple TV update):</p>
<p>/usr/bin/sed</p>
<p>But as far as I can tell, sed is not really necessary for the patchstick (only to enable SSH version 2)!</p>
<p>The following .kexts and .dylib are missing too (libncurses.5.4.dylib and AudioIPCDriver.kext can be found in the Apple TV update, but not sure if they are compatible):</p>
<p>/System/Library/Extensions/OSvKernDSPLib.kext<br />
/System/Library/Extensions/IOACPIFamily.kext<br />
/System/Library/Extensions/AppleFlashNVRAM.kext</p>
<p>Does someone know if they are really necessary, or where to get them from? 10.4.8 combo update does not contain any missing file. Building a patchstick using these files and leave the 3 kexts out, leads to a kernel panic because of ACPI problems (&#8220;unable to find driver for this platform: ACPI&#8221;). Adding the 3 kexts from an Intel Mac does not solve the problem. But probably I&#8217;m doing something wrong&#8230; Replacing the kexts with kexts from my Intel Mac solves the kernel panic.</p>
<p>That is not correct, I _did_ something wrong. When using all available files from the combo update, and use the missing files from Intel Mac it works! Perhaps combining with files from ATV Update is not good. (mcka, 2007-08-24)</p>
<p>For creating a Patchstick on Windows you can simply boot from an FreeBSD live CD (x86) like FreeSBIE or frenzy, which should contain all the necessary tools!</p>
<p>With files only from Intel-mac: <a href="http://www.bilder-hochladen.net/files/3kjn-1-jpg.html">http://www.bilder-hochladen.net/files/3kjn-1-jpg.html</a></p>
<p>    * make sure that launchd is in /sbin and executable? (mcka, 2007-08-24)</p>
<p>and with files from Combo- Update and from OSBoot: <a href="http://www.bilder-hochladen.net/files/3rls-1-jpg.html">http://www.bilder-hochladen.net/files/3rls-1-jpg.html</a></p>
<p>I used the following scripts to mount/unmount the Patchstick:</p>
<p>unmount:</p>
<p>diskutil unmountDisk /dev/disk2<br />
gpt remove -i 1 /dev/disk2<br />
diskutil unmountDisk /dev/disk2<br />
gpt add -b 40 -s 503728 -i 1 -t &#8220;5265636F-7665-11AA-AA11-00306543ECAC&#8221; /dev/disk2<br />
diskutil unmountDisk /dev/disk2</p>
<p>mount:</p>
<p>diskutil unmountDisk /dev/disk2<br />
gpt remove -i 1 /dev/disk2<br />
diskutil unmountDisk /dev/disk2<br />
gpt add -b 40 -s 503728 -i 1 -t &#8220;48465300-0000-11AA-AA11-00306543ECAC&#8221; /dev/disk2</p>
<p>See the manual instructions for creating a Testing Patchstick how to find you your values for the marked -b and -s</p>
<p>And you have change /dev/desk2 to your corresponding value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conny</title>
		<link>http://www.buraku.org/2007/09/30/mission-failed/#comment-1008</link>
		<dc:creator>conny</dc:creator>
		<pubDate>Sun, 30 Sep 2007 21:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraku.net/?p=228#comment-1008</guid>
		<description>ah!

prendi il sorgente dello script e compilalo per ppc... si può? ora provo a informarmi.</description>
		<content:encoded><![CDATA[<p>ah!</p>
<p>prendi il sorgente dello script e compilalo per ppc&#8230; si può? ora provo a informarmi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoshi</title>
		<link>http://www.buraku.org/2007/09/30/mission-failed/#comment-1007</link>
		<dc:creator>Yoshi</dc:creator>
		<pubDate>Sun, 30 Sep 2007 16:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraku.net/?p=228#comment-1007</guid>
		<description>fallo cribbio!:)

cmq, l&#039;accoppiata faucet + appletv è bellissima:)
http://www.vcast.it</description>
		<content:encoded><![CDATA[<p>fallo cribbio!:)</p>
<p>cmq, l&#8217;accoppiata faucet + appletv è bellissima:)<br />
<a href="http://www.vcast.it">http://www.vcast.it</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onanrecords</title>
		<link>http://www.buraku.org/2007/09/30/mission-failed/#comment-1006</link>
		<dc:creator>onanrecords</dc:creator>
		<pubDate>Sun, 30 Sep 2007 15:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.buraku.net/?p=228#comment-1006</guid>
		<description>Credevo di essere l&#039;unico entusiasta possessere di apple tv.
Sinceramente lo uso solo per la musica, ma visto che il mio iMac è un Intel quasi quasi..
Che dici?</description>
		<content:encoded><![CDATA[<p>Credevo di essere l&#8217;unico entusiasta possessere di apple tv.<br />
Sinceramente lo uso solo per la musica, ma visto che il mio iMac è un Intel quasi quasi..<br />
Che dici?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

