<?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>breakthesystem &#187; troubleshooting</title>
	<atom:link href="http://breakthesystem.org/tag/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://breakthesystem.org</link>
	<description>Elegante Anwendungen für Web, iPhone und Mac</description>
	<lastBuildDate>Wed, 12 May 2010 14:01:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MacBook Pro Problems With Radeon Drivers</title>
		<link>http://breakthesystem.org/2008/macbook-pro-problems-with-radeon-drivers/</link>
		<comments>http://breakthesystem.org/2008/macbook-pro-problems-with-radeon-drivers/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 14:33:31 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://breakthesystem.org/?p=56</guid>
		<description><![CDATA[I finally managed to solve my problems with the Windows Radeon Drivers on my MacBook Pro. When in Boot Camp, I was never able to set the resolution of my external monitor right, even though it worked in OS X.
I first tried to install the Radeon Omage Drivers from here, which helped a little, but [...]]]></description>
			<content:encoded><![CDATA[<p>I finally managed to solve my problems with the Windows Radeon Drivers on my MacBook Pro. When in Boot Camp, I was never able to set the resolution of my external monitor right, even though it worked in OS X.</p>
<p>I first tried to install the Radeon Omage Drivers from <a href="http://www.driverheavendownloads.net/omegadrive.htm">here</a>, which helped a little, but still didn&#8217;t really work right: I was able to set some resolutions, but not all, and especially not 1680&#215;1050, my external monitor&#8217;s native resolution. </p>
<p>The solution for that is simple: In Display Properties | Settings | Advanced | Displays, un-check the checkbox marked &#8220;Preserve Wide Aspect Ratio on attached displays.&#8221; Then it just works.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://breakthesystem.org/2008/macbook-pro-problems-with-radeon-drivers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Solving all your MacPorts problems</title>
		<link>http://breakthesystem.org/2008/solving-all-your-macports-problems/</link>
		<comments>http://breakthesystem.org/2008/solving-all-your-macports-problems/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 11:45:25 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://breakthesystem.org/?p=53</guid>
		<description><![CDATA[I just found the reason behind a bug in MacPorts that has been annoying the hell out of me the last few months: Sometimes, when installing new ports, the installation will die at the compilation stage with an error similar to this:
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I/opt/local/include -I/opt/local/include/python2.5 -c _tkinter.c -o build/temp.macosx-10.3-i386-2.5/_tkinter.o
unable to execute [...]]]></description>
			<content:encoded><![CDATA[<p>I just found the reason behind a bug in <a href="http://trac.macosforge.org/projects/macports/">MacPorts</a> that has been annoying the hell out of me the last few months: Sometimes, when installing new ports, the installation will die at the compilation stage with an error similar to this:<span id="more-53"></span></p>
<pre>-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I/opt/local/include -I/opt/local/include/python2.5 -c _tkinter.c -o build/temp.macosx-10.3-i386-2.5/_tkinter.o
unable to execute -DNDEBUG: No such file or directory
error: command '-DNDEBUG' failed with exit status 1</pre>
<p>Seems like the port doesn&#8217;t call <code>gcc [args]</code> to compile the binary, but only the [args], which often start with <code>-DNDEBUG</code>. (which, incidentally, is hard to google for, because of the minus sign.)</p>
<p>afb@macports.org has the reason for this:</p>
<blockquote><p>It seems that those python ports are expecting $CC to be set in build as well as in configure, and fall back to random values such as &#8220;&#8221; or &#8220;cc&#8221; or &#8220;/usr/bin/gcc-4.0&#8243; when it isn&#8217;t. This probably also explains why rerunning the build sometimes succeeds, if something else was adding a $CC to the environment that can be picked up as a lucky guess second time.</p></blockquote>
<p>A workaround is setting the <code>build.enc</code> environment variable like so:</p>
<pre>sudo su
password:
set build.env="CC=gcc"
</pre>
<p>and then run port. <a href="http://trac.macosforge.org/projects/macports/ticket/13930">Here&#8217;s the ticket for more info.</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://breakthesystem.org/2008/solving-all-your-macports-problems/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Proposal to OS Makers</title>
		<link>http://breakthesystem.org/2007/a-proposal-to-os-makers/</link>
		<comments>http://breakthesystem.org/2007/a-proposal-to-os-makers/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 16:00:35 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://breakthesystem.org/2007/a-proposal-to-os-makers/</guid>
		<description><![CDATA[
With Windows Vista, Ubuntu 7.10 and Mac OS Leopard we&#8217;re experiencing the newest generation of operating systems. All three are (to a point) better than their predecessors and acquired tons of new features, both big and small.
There is a feature though, that I sorely miss in all the OSes as of today.

Sometimes when a friend [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://breakthesystem.org/wp-content/uploads/2007/11/copy_original.png" alt="Original Copy Window of OSX 10.5" /></p>
<p>With Windows Vista, Ubuntu 7.10 and Mac OS Leopard we&#8217;re experiencing the newest generation of operating systems. All three are (to a point) better than their predecessors and acquired tons of new features, both big and small.</p>
<p>There is a feature though, that I sorely miss in all the OSes as of today.</p>
<p><span id="more-33"></span></p>
<p>Sometimes when a friend visits me, I want to copy some files from <code>~/Music/PublicDomain</code> and some from <code>~/Music/CreativeCommons</code> and some from <code>~/Movies/OnlyLegalVideosHere</code> over to their USB drive. </p>
<p>Or sometimes I want to get 13 different Linux ISOs from my file server. </p>
<p>I usually end up having 10 or more copy-jobs open at once, regardless of whether I use Linux, Windows or OS X, which vastly decreases my overall performance: My computer gets slower <strong>and</strong> the files take longer to copy. And my screen gets all cluttered up.</p>
<p>So I&#8217;d like to suggest an advanced form of the copy dialogue: Add a copy queue. What I want is something like this:</p>
<p>I copy a file somewhere, and while I see the little progress bar window, I can simply drag another file or folder onto the bar, adding it to its queue. The files will then be copied one after the other.</p>
<p align="center"><img src="http://breakthesystem.org/wp-content/uploads/2007/11/copy_small.png" alt="Proposed “Small” copy window" /></p>
<p align="center"><img src="http://breakthesystem.org/wp-content/uploads/2007/11/copy_big.png" alt="Proposed “Big” copy window with file list" />
</p>
<p>The above mock-up shows how this could look like. When a whole folder is dropped into the window, its files will be added to the queue individually. </p>
<p>This has a lot of advantages over the many-windows method.</p>
<ul>
<li><strong>It uses your available bandwidth more effectively.</strong><br />A drive usually will be faster when it doesn&#8217;t have to fetch files from different blocks at once. So you have less search time and your file will complete more quickly. Over the network, you should also have less overhead copying just one file at a time.</li>
<li><strong>Your desktop won&#8217;t get cluttered.</strong><br />This is obvious. Instead of many small copy windows, you&#8217;ll have one big window you can handle or hide more easily. </li>
<li><strong>You can sort your files by importance.</strong><br />Just drag the most important file to the top of the list. Once it has finished copying, you can start working on it right away, while the rest of the files is still being copied.</li>
<li><strong>Time estimates get more accurate.</strong><br />When you have 10 files being copied at once, the time estimates in the different windows will usually be far off. Compare that to copying a folder at once, where the estimate is usually quite good. With all files to copy in one queue, the OS should be able to calculate the remaining time quite accurately.</li>
</ul>
<p>So that&#8217;s my idea. As far as I know, this is not possible in today&#8217;s operating systems, but I could be wrong.</p>
<p>The only way to get that functionality I know of is to stack <code>cp</code> instructions in the console with <code>&#038;&#038;</code>, but that&#8217;s not very user-friendly.</p>
<p>Alright, dear OS writers, get going! I&#8217;d be delighted to see this in a file manager somewhere. What about you?</p>
 ]]></content:encoded>
			<wfw:commentRss>http://breakthesystem.org/2007/a-proposal-to-os-makers/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Booting from USB on a Via Epia M Board</title>
		<link>http://breakthesystem.org/2007/booting-from-usb-on-a-via-epia-m-board/</link>
		<comments>http://breakthesystem.org/2007/booting-from-usb-on-a-via-epia-m-board/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 08:28:22 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://breakthesystem.org/2007/booting-from-usb-on-a-via-epia-m-board/</guid>
		<description><![CDATA[
I&#8217;m posting this hopes of helping people who google this, because I just spent two fucking hours finding it out. Here goes:

If you have a Via Epia M (EpiaM, Epia-M) motherboard in your barebone computer, and you want to boot from a USB Stick or USB Hard Drive, you have to know three things:

In the [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;"><img src="http://breakthesystem.org/wp-content/uploads/2007/10/862811-11389571.png" alt="862811_11389571.png" border="0" width="415" height="292" /></div>
<p>I&#8217;m posting this hopes of helping people who google this, because I just spent two fucking hours finding it out. Here goes:<br />
<span id="more-29"></span><br />
If you have a Via Epia M (EpiaM, Epia-M) motherboard in your barebone computer, and you want to boot from a USB Stick or USB Hard Drive, you have to know three things:</p>
<ol>
<li>In the Bios, set the boot device to USB-ZIP</li>
<li>Also in the Bios, activate the USB-Keyboard option</li>
<li>Finally, before you plug in either a USB keyboard or your USB drive, <b>remove the power chord of your barebone computer</b>! Don&#8217;t just turn it off; in order for the Epia M to recognize a USB drive or keyboard, you have to completely cut its power <b>before</b> you plug either of these in.</li>
</ol>
<p>Those were infuriating two hours yesterday evening! HTH</p>
<p>In the next days, I&#8217;m going to post my experiences and maybe even a HOWTO on creating a software RAID on Linux.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://breakthesystem.org/2007/booting-from-usb-on-a-via-epia-m-board/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
