<?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>Sébastien Barbieri's blog &#187; ubuntu</title>
	<atom:link href="http://blog.sbw.be/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sbw.be</link>
	<description>My life, my work, my projects</description>
	<lastBuildDate>Mon, 28 Jun 2010 05:28:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zend Server CE &#124; PDO &#124; ubuntu 9.10 &#124; /tmp/mysql.sock</title>
		<link>http://blog.sbw.be/2009/12/11/zend-ce-pdo-ubuntu-mysql/</link>
		<comments>http://blog.sbw.be/2009/12/11/zend-ce-pdo-ubuntu-mysql/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 14:56:50 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ce]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/?p=339</guid>
		<description><![CDATA[You are using PDO and Zend Server CE and Ubuntu 9.10
You have a little problem?
This is The solution (thanks to @DwebConsulting).

sudo service mysql stop
sudo cp /etc/mysql/my.cnf /etc/mysql/my.cnf.bak
sudo cp /etc/mysql/debian.cnf /etc/mysql/debian.cnf.bak
sudo vim /etc/mysql/my.cnf

replace every line starting with &#8220;socket =&#8221; by &#8220;socket = /tmp/mysql.sock&#8221; 


sudo vim /etc/mysql/debian.cnf

replace every line starting with &#8220;socket =&#8221; by &#8220;socket = /tmp/mysql.sock&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>You are using PDO and Zend Server CE and Ubuntu 9.10</p>
<p>You have a little problem?</p>
<p>This is The solution (thanks to <a href="http://twitter.com/DwebConsulting">@DwebConsulting</a>).</p>
<ol>
<li>sudo service mysql stop</li>
<li>sudo cp /etc/mysql/my.cnf /etc/mysql/my.cnf.bak</li>
<li>sudo cp /etc/mysql/debian.cnf /etc/mysql/debian.cnf.bak</li>
<li>sudo vim /etc/mysql/my.cnf
<ol>
<li>replace every line starting with &#8220;socket =&#8221; by &#8220;socket = /tmp/mysql.sock&#8221; </li>
</ol>
</li>
<li>sudo vim /etc/mysql/debian.cnf
<ol>
<li>replace every line starting with &#8220;socket =&#8221; by &#8220;socket = /tmp/mysql.sock&#8221; </li>
</ol>
</li>
<li>sudo service mysql start</li>
</ol>
<p>in the Zend Server CE admin (http://localhost:10081/ZendServer/) > Server Setup > Directives ><br />
Search for default_socket and in mysql and mysqli remove the content of the textarea (empty value => default value used instead)<br />
Then click <strong>Save Changes</strong> and click <strong>Restart PHP</strong></p>
<p>It will work until Zend Server CE bug is fixed (release 5.0).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2009/12/11/zend-ce-pdo-ubuntu-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ubuntu on: ATI Mobility Radeon HD 3650 &#8211; hp EliteBook 8530p</title>
		<link>http://blog.sbw.be/2009/06/18/ubuntu-ati-hd-3650-elitebook/</link>
		<comments>http://blog.sbw.be/2009/06/18/ubuntu-ati-hd-3650-elitebook/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 06:45:47 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[truc de g33k]]></category>
		<category><![CDATA[8530p]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[elitebook]]></category>
		<category><![CDATA[hd 3650]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/?p=273</guid>
		<description><![CDATA[To install ubuntu on this PC you need to

 desactivate the FAN in the BIOS menu

Deactivate in the BIOS: Fan Always on while on AC Power


desactivate acpi for the ATI card

System > Administration > Hardware Drivers > ATI/AMD propietary FGLRX graphic driver: Install but don&#8217;t reboot now !!!
In a terminal: sudo aticonfig &#8211;initial
In a terminal: [...]]]></description>
			<content:encoded><![CDATA[<p>To install ubuntu on this PC you need to</p>
<ol>
<li> desactivate the FAN in the BIOS menu
<ul>
<li>Deactivate in the BIOS: Fan Always on while on AC Power</li>
</ul>
</li>
<li>desactivate acpi for the ATI card
<ul>
<li>System > Administration > Hardware Drivers > ATI/AMD propietary FGLRX graphic driver: <strong>Install</strong> but don&#8217;t reboot now !!!</li>
<li>In a terminal: <strong>sudo aticonfig &#8211;initial</strong></li>
<li>In a terminal: <strong>sudo aticonfig &#8211;acpi-services=off</strong></li>
<li>Now you may reboot, in the terminal: <strong>sudo reboot</strong></li>
</ul>
</li>
<p>sources:</p>
<ul>
<li>
<a href="http://gurudelleccelsopicco.wordpress.com/2009/02/24/ubuntu-810-on-hp-elitebook-8530p/trackback/">http://gurudelleccelsopicco.wordpress.com/2009/02/24/ubuntu-810-on-hp-elitebook-8530p/trackback/</a>
</li>
<li>
<a href="http://www.phoronix.com/forums/showthread.php?t=15215">http://www.phoronix.com/forums/showthread.php?t=15215</a>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2009/06/18/ubuntu-ati-hd-3650-elitebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
