<?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>BiggieStylin &#187; Linux</title>
	<atom:link href="http://blog.php-oop.net/archives/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.php-oop.net</link>
	<description>Evil Genius. Love it/Hate it.</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:37:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linux: Wine and Digsby</title>
		<link>http://blog.php-oop.net/archives/85</link>
		<comments>http://blog.php-oop.net/archives/85#comments</comments>
		<pubDate>Mon, 06 Jul 2009 16:44:29 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[Digsby]]></category>

		<guid isPermaLink="false">http://blog.php-oop.net/?p=85</guid>
		<description><![CDATA[So I've been waiting for a while for Digsby to finally release their Linux client. I just decided the other day to try and install Digsby through Wine on my Ubuntu install. I wasn't having much luck with the default Ubuntu version of Wine, which is pretty old to say the least. I did a [...]]]></description>
			<content:encoded><![CDATA[<p>So I've been waiting for a while for <a href="http://www.digsby.com/" target="_blank">Digsby</a> to finally release their Linux client. I just decided the other day to try and install Digsby through <a href="http://www.winehq.org/" target="_blank">Wine</a> on my Ubuntu install. I wasn't having much luck with the default Ubuntu version of Wine, which is pretty old to say the least. I did a google search to see if I could find newer .deb files and ran across this <a href="http://www.winehq.org/download/deb" target="_blank">http://www.winehq.org/download/deb</a> which shows how to setup apt to pull from the latest builds on the site.</p>
<p>Now running the updated 1.1.25 version of wine, Digsby installed without a problem. I started it up, logged in and now its running just fine. The only issue I've noticed at all with Digsby under Wine is the fact that the text input box in chats seems to wrap text after a few words. Its annoying when writing a long reply to someone, but nothing more than just annoying. It doesn't cause any problems or crash anything, so its just an annoyance at this point.</p>
<p>Hopefully this helps someone with Digsby under Linux. I love using it as my IM client, but I can't wait until they get their Linux version going.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.php-oop.net/archives/85/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Player Issues</title>
		<link>http://blog.php-oop.net/archives/37</link>
		<comments>http://blog.php-oop.net/archives/37#comments</comments>
		<pubDate>Thu, 31 Jul 2008 19:00:58 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare Player]]></category>

		<guid isPermaLink="false">http://blog.php-oop.net/?p=37</guid>
		<description><![CDATA[Recently I just converted my desktop back to linux, and of course, I'm using Gentoo. I've still got Windows so I can dual boot, but there's just times when it isn't practical to dual boot... so I've come up with another solution. I've installed VMWare Player and created a virtual machine to install Windows XP [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I just converted my desktop back to linux, and of course, I'm using Gentoo. I've still got Windows so I can dual boot, but there's just times when it isn't practical to dual boot... so I've come up with another solution. I've installed VMWare Player and created a virtual machine to install Windows XP onto.</p>
<p>Once I got VMWare Player installed, I ran into a few issues. My first issue was that it was unable to find a specific symbol... this was in relation to recompiling dev-cpp/gtkmm with the use flag "accessibility". Once that is rebuilt you also need to rebuild x11-libs/libsexy, dev-cpp/libsexymm and x11-libs/libview. Once those are rebuilt, the error about the missing symbol went away, then it was on to a whole new error message.</p>
<p>The next error message seems to come only when dbus is enabled<br />
<code><br />
process 29624: Attempt to remove filter function 0x7f481078f444 user data 0x7a5490, but no such filter has been added<br />
  D-Bus not built with -rdynamic so unable to print a backtrace<br />
</code><br />
Now I searched far and wide for this, and the only solution I found for a while was just to disable dbus completely. I didn't want to do this because I've got a few programs that are using dbus. After searching more, I found something else. Finally, a <a href="http://bugs.gentoo.org/206468">Gentoo Bug</a> that tells me what's wrong! It appears by the <a href="http://bugs.gentoo.org/206468">bug report</a> that if you have dbus running, you <strong>must</strong> also have hald running. Once I started up hald, vmplayer has worked perfectly.</p>
<p>Hopefully this will help someone and save them from pulling their hair out unlike I did. <img src='http://blog.php-oop.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.php-oop.net/archives/37/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo stage1 install &amp; ccache</title>
		<link>http://blog.php-oop.net/archives/14</link>
		<comments>http://blog.php-oop.net/archives/14#comments</comments>
		<pubDate>Thu, 01 Nov 2007 17:17:06 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://erics.seksibody.com/archives/14</guid>
		<description><![CDATA[Today I was trying to get Gentoo installed on my desktop from a stage1. I wanted the ccache feature enabled, but kept getting errors like the compiler couldn't create executables and such. I went and did a little digging in the Gentoo forums but ended up finding nothing. It then dawned on me what was [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was trying to get Gentoo installed on my desktop from a stage1. I wanted the ccache feature enabled, but kept getting errors like the compiler couldn't create executables and such. I went and did a little digging in the <a href="http://forums.gentoo.org">Gentoo forums</a> but ended up finding nothing. It then dawned on me what was wrong after retrying without ccache.</p>
<p>When you first emerge ccache, it automatically creates symlinks to itself for your CHOST setting. That means that in /usr/lib/ccache/bin I had i686-pc-linux-gnu-gcc symlinks to ccache. That's why compiles were failing, the compiler didn't exist on my system, but ccache was trying to use it like it did. The simple solution was to run:<br />
<code>ccache-config --remove-links i686-pc-linux-gnu</code><br />
After using this, things were compiling again using ccache. I do want to note that after sys-devel/gcc emerges during bootstrapping, you'll loose ccache because it will now use the new i686-pc-linux-gnu-gcc compiler instead of ccache. All I did to fix this was pause my bootstrap using Ctrl+Z, then type the command<br />
<code>ccache-config --install-links i686-pc-linux-gnu</code><br />
and then typed in %1 to resume the boostrap job I just paused. I can't prove that this made it use ccache again, but it eased my mind.</p>
<p>So, to sum it up, if you want ccache when compiling from a stage one, you <strong>must</strong> use<br />
<code>ccache-config --remove-links i686-pc-linux-gnu</code><br />
first, then<br />
<code>ccache-config --install-links i686-pc-linux-gnu</code><br />
after sys-devel/gcc has emerged to make sure ccache works with your new compiler. Hope that helps someone out there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.php-oop.net/archives/14/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

