<?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>El blog de Marvin y familia &#187; Gestores de archivos</title>
	<atom:link href="http://marvinyfamilia.com/category/gestores-de-archivos/feed/" rel="self" type="application/rss+xml" />
	<link>http://marvinyfamilia.com</link>
	<description>Un costarricense más que utiliza GNU/Linux y software libre</description>
	<lastBuildDate>Tue, 17 Aug 2010 05:02:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Problema con Yum: rpmdb PANIC</title>
		<link>http://marvinyfamilia.com/2010/05/problema-con-yum-rpmdb-panic/</link>
		<comments>http://marvinyfamilia.com/2010/05/problema-con-yum-rpmdb-panic/#comments</comments>
		<pubDate>Thu, 20 May 2010 05:35:44 +0000</pubDate>
		<dc:creator>Marvin Ortega</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Gestores de archivos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[YUM]]></category>

		<guid isPermaLink="false">http://marvinyfamilia.com/?p=298</guid>
		<description><![CDATA[Sucedió que ayer estaba actualizando mi sistema Fedora 12 mediante el actualizador gráfico, el cual suele trabajar bien, pero desafortunadamente en mi casa se fue la luz y la batería de respaldo UPS estába dañada así que irremediablemente se apagó &#8230; <a href="http://marvinyfamilia.com/2010/05/problema-con-yum-rpmdb-panic/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://marvinyfamilia.com/wp-content/uploads/2010/05/f13release.png"><img class="alignleft size-full wp-image-311" title="f13release" src="http://marvinyfamilia.com/wp-content/uploads/2010/05/f13release.png" alt="" width="200" height="100" /></a>Sucedió que ayer estaba actualizando mi sistema Fedora 12 mediante el actualizador gráfico, el cual suele trabajar bien, pero desafortunadamente en mi casa se fue la luz y la batería de respaldo UPS estába dañada así que irremediablemente se apagó el computador.</p>
<p>Como era de esperarse, la base de datos de YUM, el gestor de paquetes oficial de Fedora, se corrompió.</p>
<blockquote><p>Esto no es un error crítico, tampoco es algo que sucede exclusivamente a Fedora. Si hubiese estado utilizando Ubuntu, Debian o cualquier otra distro que utiilice APT como gestor de paquetes me hubiera sucedido lo mismo.</p></blockquote>
<p>OJO, se soluciona diferente en cada distro.</p>
<p><span id="more-298"></span><br />
En el caso específico de Fedora, se debería de haber solucionado ejecutando como super usuario  el comando:<br />
<code># yum-complete-transaction</code></p>
<p>Dicho comando suele solucionar todos los problemas. En realidad lo que hace es decirle a YUM que complete los procesos faltantes que fueron interrumpidos la última vez. En mi caso, cuando se dio el corte de electricidad en mi casa, el proceso que se estaba ejecutando era la instalación de las actualizaciones, por lo que es de suponer que las bases de datos rpm (rpmdb) se corrompieron.</p>
<p>Debido a que el comando  anterior no funcionó (yum-complete-transaction), YUM decía el siguiente error:</p>
<blockquote><p>rpmdb: PANIC: fatal region error detected; run recovery</p></blockquote>
<p>Ahora tocaba intentar reconstruir la base de datos rpm , o bien iniciarla de nuevo. Intententé como super usuario los comandos:<br />
<code># rpm --rebuilddbrpmdb</code><br />
<code># rpm --initdb</code></p>
<p>A fin de cuentas, obtenía los mismos resultados:</p>
<blockquote><p>rpmdb: PANIC: fatal region error detected; run recovery<br />
error: db4 error(-30974) de dbenv-&gt;open: DB_RUNRECOVERY: Fatal error, run database recovery<br />
error: no se pudo abrir índice Packages utilizando db3 &#8211;  (-30974)</p></blockquote>
<p>Buscando un poco en Google, <a href="http://forums.fedoraforum.org/showpost.php?p=693021&amp;postcount=2" target=" _blank">encontré un hilo</a> en el foro de soporte en inglés de Fedora, el cual me ayudó a solucionar el problema de una vez por todas.</p>
<p>No sé porque no se me ocurrió antes eliminar la base de datos rpm, con el comando (como super usuario):<br />
<code># rm /var/lib/rpm/__db*</code></p>
<p>En mi caso me preguntó:</p>
<blockquote><p>rm: ¿borrar el fichero regular vacío «/var/lib/rpm/__db.000»? (s/n) s<br />
rm: ¿borrar el fichero regular «/var/lib/rpm/__db.001»? (s/n) s<br />
rm: ¿borrar el fichero regular «/var/lib/rpm/__db.002»? (s/n) s<br />
rm: ¿borrar el fichero regular «/var/lib/rpm/__db.003»? (s/n) s<br />
rm: ¿borrar el fichero regular «/var/lib/rpm/__db.004»? (s/n) s</p></blockquote>
<p>A todo le dije que Sí (s). Luego como root le dí la orden al sistema para que reconstruyera la base de datos rpm:<br />
<code># rpm --rebuilddb</code></p>
<p>Esto suele durar hasta 10 minutos (No arrojó ningún mensaje en la consola). Luego sigue limpiar todo el caché de YUM, como root:<br />
<code># yum clean all</code></p>
<p>Ya casi arreglamos el desastre. Falta refrescar/actualizar la base de datos de YUM, como root:<br />
<code># yum update</code></p>
<p>Es probable, que YUM te solicite actualizar paquetes. Actualiza primero. Finalmente, utilizaremos el famoso comando arregla todo, como root:<br />
<code># yum-complete-transaction</code>.</p>
<p>¡Listo! YUM deberí de ser capaz de resolver problemas de paquetes duplicados, paquetes por remover y demás.</p>
<p>No te olvides reiniciar el sistema para que PackageKit (gpk-application) deje de mostrar mensajes de error.</p>
<p>Espero que esta guía sea de utilidad para los demás usuarios de Fedora.</p>
<p>¡Un abrazo y bendiciones!</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F&amp;title=Problema+con+Yum%3A+rpmdb+PANIC" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F&amp;title=Problema+con+Yum%3A+rpmdb+PANIC" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F&amp;title=Problema+con+Yum%3A+rpmdb+PANIC" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F&amp;headline=Problema+con+Yum%3A+rpmdb+PANIC" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Problema+con+Yum%3A+rpmdb+PANIC&amp;url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Problema+con+Yum%3A+rpmdb+PANIC&amp;u=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Problema+con+Yum%3A+rpmdb+PANIC&amp;url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Problema+con+Yum%3A+rpmdb+PANIC&amp;url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Problema+con+Yum%3A+rpmdb+PANIC&amp;url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F&amp;title=Problema+con+Yum%3A+rpmdb+PANIC&amp;summary=&amp;source=" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F05%2Fproblema-con-yum-rpmdb-panic%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://marvinyfamilia.com/2010/05/problema-con-yum-rpmdb-panic/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Nautilus y Zeitgeist en acción</title>
		<link>http://marvinyfamilia.com/2010/03/nautilus-y-zeitgeist-en-accion/</link>
		<comments>http://marvinyfamilia.com/2010/03/nautilus-y-zeitgeist-en-accion/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 14:40:17 +0000</pubDate>
		<dc:creator>Marvin Ortega</dc:creator>
				<category><![CDATA[Ambientes de escritorio]]></category>
		<category><![CDATA[Gestores de archivos]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Nautilus]]></category>

		<guid isPermaLink="false">http://marvinyfamilia.com/?p=224</guid>
		<description><![CDATA[El explorador de ficheros Nautilus sigue estando muy de moda con su evolución constante y con un prometedor futuro que no solo se reduce a su interfaz visual -cuyo aspecto es impresionante si se cumplen esos pronósticos- sino también a &#8230; <a href="http://marvinyfamilia.com/2010/03/nautilus-y-zeitgeist-en-accion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">El explorador de ficheros <strong>Nautilus sigue estando muy de moda</strong> con su evolución constante y con un prometedor futuro que <a href="http://www.muylinux.com/2010/02/04/gloobus-avanza-y-mola-cada-vez-mas/">no  solo</a> se reduce a su interfaz visual -<a href="http://www.muylinux.com/2010/03/01/el-prometedor-futuro-de-nautilus/">cuyo  aspecto es impresionante</a> si se cumplen esos pronósticos- sino  también a su potencia interna, que se verá aumentada con la inclusión  del proyecto <a href="http://zeitgeist-project.com/">Zeitgeist</a>.<br />
<a href="http://marvinyfamilia.com/wp-content/uploads/2010/03/Nautilus_zeitgeist-500x275.jpg"><img class="aligncenter size-medium wp-image-225" title="Nautilus_zeitgeist-500x275" src="http://marvinyfamilia.com/wp-content/uploads/2010/03/Nautilus_zeitgeist-500x275-300x165.jpg" alt="" width="300" height="165" /></a><br />
Este proyecto -que hace poco <a href="https://edge.launchpad.net/zeitgeist/+announcement/4899">presentó  su versión 0.3.2</a>- se encarga de ofrecer un servicio que <strong>registra  las actividades y eventos de nuestras sesiones de usuario</strong> para  luego poder buscar en esas sesiones e integrar esa información de forma  inteligente.</p>
<p>En el <a href="http://velourdrome.blogspot.com/2010/03/i-modified-zeitgeist-filesystemsfuse.html">blog  de Randal B</a> se puede ver un vídeo -que también incluyo aquí- y una  explicación de <strong>esa integración de Zeitgeist en Nautilus</strong> a través de la modificación del sistema de ficheros de Zeitgeist (Fuse)  para poder mostrar los elementos más usados de nuestro sistema en  Nautilus. En el vídeo se entiende mejor lo que es capaz de proporcionar  este desarrollo:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube-nocookie.com/v/_7-T37sJZAc&amp;hl=es_ES&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube-nocookie.com/v/_7-T37sJZAc&amp;hl=es_ES&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Por ahora se trata de un desarollo experimental, pero parece que esta  característica <strong>no es extremandamente complicada de integrar</strong> en futuras versiones de Nautilus, un proyecto que se está convirtiendo  en una verdadera referencia de evolución interna y externa.</p>
<h4>Tomado de: <a href="http://www.muylinux.com/2010/03/05/nautilus-y-zeitgeist-en-accion/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+muylinux+%28MuyLinux%29&amp;utm_content=Google+Reader" target="_blank">MuyLinux.com</a></h4>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F&amp;title=Nautilus+y+Zeitgeist+en+acci%C3%B3n" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F&amp;title=Nautilus+y+Zeitgeist+en+acci%C3%B3n" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F&amp;title=Nautilus+y+Zeitgeist+en+acci%C3%B3n" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F&amp;headline=Nautilus+y+Zeitgeist+en+acci%C3%B3n" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Nautilus+y+Zeitgeist+en+acci%C3%B3n&amp;url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Nautilus+y+Zeitgeist+en+acci%C3%B3n&amp;u=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Nautilus+y+Zeitgeist+en+acci%C3%B3n&amp;url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Nautilus+y+Zeitgeist+en+acci%C3%B3n&amp;url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Nautilus+y+Zeitgeist+en+acci%C3%B3n&amp;url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F&amp;title=Nautilus+y+Zeitgeist+en+acci%C3%B3n&amp;summary=&amp;source=" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fmarvinyfamilia.com%2F2010%2F03%2Fnautilus-y-zeitgeist-en-accion%2F" onclick="window.open(this.href);return false;"><img class="lightsocial_img" src="http://marvinyfamilia.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://marvinyfamilia.com/2010/03/nautilus-y-zeitgeist-en-accion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
