<?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>Fabio Brandão - Blog &#187; upgrade</title>
	<atom:link href="http://www.fnbrandao.com.br/blog/tag/upgrade/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnbrandao.com.br/blog</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 01:33:22 +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>Upgrade para o Ubuntu 9.10</title>
		<link>http://www.fnbrandao.com.br/blog/2010/04/upgrade-para-o-ubuntu-9-10/</link>
		<comments>http://www.fnbrandao.com.br/blog/2010/04/upgrade-para-o-ubuntu-9-10/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 19:56:12 +0000</pubDate>
		<dc:creator>fabio</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[amsn]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[fonte]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.fnbrandao.com.br/blog/?p=66</guid>
		<description><![CDATA[Hoje migrei o Ubuntu da versão 9.04 para 9.10.
Tive apenas um único problema que o Firefox ficou com fontes estranhas no menu. Para resolver este problema basta fazer o seguinte:
 
sudo rm /etc/fonts/conf.d/10-hinting-slight.conf
sudo ln -s /etc/fonts/conf.avail/10-hinting-full.conf /etc/fonts/conf.d/
A correção acima foi retirada de http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=1305969.
Uma melhoria que fiz foi utilizar a nova versão do amsn, para isto [...]]]></description>
			<content:encoded><![CDATA[<p>Hoje migrei o Ubuntu da versão 9.04 para 9.10.</p>
<p>Tive apenas um único problema que o Firefox ficou com fontes estranhas no menu. Para resolver este problema basta fazer o seguinte:</p>
<p><code> </code></p>
<pre>sudo rm /etc/fonts/conf.d/10-hinting-slight.conf
sudo ln -s /etc/fonts/conf.avail/10-hinting-full.conf /etc/fonts/conf.d/</pre>
<p>A correção acima foi retirada de <a title="http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=1305969" href="http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=1305969" target="_blank">http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=1305969</a>.</p>
<p>Uma melhoria que fiz foi utilizar a nova versão do amsn, para isto basta adicionar o seguinte repositório no ubuntu (<a title="http://www.ubuntu-inside.me/2009/05/amsn-daily-repository-for-ubuntu-jaunty.html" href="http://www.ubuntu-inside.me/2009/05/amsn-daily-repository-for-ubuntu-jaunty.html" target="_blank">http://www.ubuntu-inside.me/2009/05/amsn-daily-repository-for-ubuntu-jaunty.html</a>):</p>
<p><code> </code></p>
<pre>deb http://ppa.launchpad.net/amsn-daily/ppa/ubuntu karmic main</pre>
<p>De resto, foi tudo tranquilo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnbrandao.com.br/blog/2010/04/upgrade-para-o-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Ubuntu e problema no Postgre</title>
		<link>http://www.fnbrandao.com.br/blog/2008/06/upgrade-ubuntu-e-problema-no-postgre/</link>
		<comments>http://www.fnbrandao.com.br/blog/2008/06/upgrade-ubuntu-e-problema-no-postgre/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 14:39:17 +0000</pubDate>
		<dc:creator>fabio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Postgre]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.fnbrandao.com.br/blog/?p=18</guid>
		<description><![CDATA[Após atualizar o Ubuntu para a versão 8.04, o servidor do postgre não iniciava mais com o seguinte erro:

 * The PostgreSQL server failed to start. Please check the log output:
BRT LOG:  could not load root certificate file "root.crt": no SSL error reported
BRT DETAIL:  Will not verify client certificates.
BRT FATAL:  could not [...]]]></description>
			<content:encoded><![CDATA[<p>Após atualizar o Ubuntu para a versão 8.04, o servidor do postgre não iniciava mais com o seguinte erro:</p>
<p><code>
<pre> * The PostgreSQL server failed to start. Please check the log output:
BRT LOG:  could not load root certificate file "root.crt": no SSL error reported
BRT DETAIL:  Will not verify client certificates.
BRT FATAL:  could not create shared memory segment: Invalid argument
BRT DETAIL:  Failed system call was shmget(key=5432001, size=34504704, 03600).
BRT HINT:  This error usually means that PostgreSQL's request for a shared memory
segment exceeded your kernel's SHMMAX parameter.  You can either reduce the
request size or reconfigure the kernel with larger SHMMAX.  To reduce the request
size (currently 34504704 bytes), reduce PostgreSQL's shared_buffers parameter
(currently 3456) and/or its max_connections parameter (currently 103).
	If the request size is already small, it's possible that it is less than your
kernel's SHMMIN parameter, in which case raising the request size or reconfiguring
SHMMIN is called for.
	The PostgreSQL documentation contains more information about shared
memory configuration.
</pre>
<p></code></p>
<p>Foi necessário alterar o arquivo <em>&#8220;/etc/postgresql/8.3/main/postgresql.conf&#8221;</em>, trocando o valor da variável <em>&#8220;shared_buffers&#8221;</em> de <em>&#8220;32MB&#8221;</em> para <em>&#8220;26MB&#8221;</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnbrandao.com.br/blog/2008/06/upgrade-ubuntu-e-problema-no-postgre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Ubuntu 7.10 para 8.04</title>
		<link>http://www.fnbrandao.com.br/blog/2008/06/upgrade-ubuntu-710-para-804/</link>
		<comments>http://www.fnbrandao.com.br/blog/2008/06/upgrade-ubuntu-710-para-804/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 01:03:01 +0000</pubDate>
		<dc:creator>fabio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.fnbrandao.com.br/blog/?p=15</guid>
		<description><![CDATA[Hoje no trabalho fiz o upgrade do Ubuntu 7.10 para 8.04. Foram quase 900MB para serem baixados, e o upgrade durou cerca de 40 minutos!!!
Por enquanto não tive nenhum problema após a migração, mas talvez seja porque hoje é sexta-feira e saí mais cedo do serviço. Vamos ver na segunda-feira se tudo está ok!!!
]]></description>
			<content:encoded><![CDATA[<p>Hoje no trabalho fiz o upgrade do Ubuntu 7.10 para 8.04. Foram quase 900MB para serem baixados, e o upgrade durou cerca de 40 minutos!!!</p>
<p>Por enquanto não tive nenhum problema após a migração, mas talvez seja porque hoje é sexta-feira e saí mais cedo do serviço. Vamos ver na segunda-feira se tudo está ok!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnbrandao.com.br/blog/2008/06/upgrade-ubuntu-710-para-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problemas no upgrade do Kubuntu 7.10 para 8.04</title>
		<link>http://www.fnbrandao.com.br/blog/2008/05/problemas-no-upgrade-do-kubuntu-710-para-804/</link>
		<comments>http://www.fnbrandao.com.br/blog/2008/05/problemas-no-upgrade-do-kubuntu-710-para-804/#comments</comments>
		<pubDate>Sat, 24 May 2008 21:44:12 +0000</pubDate>
		<dc:creator>fabio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[compilação]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[module-assistant]]></category>
		<category><![CDATA[snd-hda-intel]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.fnbrandao.com.br/blog/?p=12</guid>
		<description><![CDATA[Após o upgrade de versão do Kubuntu 7.10 para o 8.04 tive alguns pequenos problemas:

Apache2 + SVN: reclamando que faltava o MPM (só foi instalar o pacote apache2-mpm-worker)
Splash Screen do KDE: ocorria um erro ao carregar (só foi instalar o pacote ksplash-engine-moodin)

E o problema mais chato que tive foi que o som não estava mais [...]]]></description>
			<content:encoded><![CDATA[<p>Após o upgrade de versão do Kubuntu 7.10 para o 8.04 tive alguns pequenos problemas:</p>
<ul>
<li>Apache2 + SVN: reclamando que faltava o MPM (só foi instalar o pacote apache2-mpm-worker)</li>
<li>Splash Screen do KDE: ocorria um erro ao carregar (só foi instalar o pacote ksplash-engine-moodin)</li>
</ul>
<p>E o problema mais chato que tive foi que o som não estava mais funcionando. Após pesquisar muito achei alguns bugs abertos sobre este problema. Uma das soluções encontradas foi instalar o alsa à partir do código fonte:</p>
<p><code>sudo apt-get install module-assistant<br />
sudo m-a update<br />
sudo m-a prepare<br />
sudo m-a a-i alsa<br />
sudo modprobe snd-hda-intel<br />
sudo /etc/init.d/alsa-utils reset<br />
</code></p>
<p>Após isto o som já estará funcionando. Bom, por enquanto foram apenas estes problemas encontrados!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnbrandao.com.br/blog/2008/05/problemas-no-upgrade-do-kubuntu-710-para-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
