<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Desarrollo Linux y software libre</title>
	<atom:link href="http://gacimartin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gacimartin.com</link>
	<description>Experiencias y desarrollo de proyectos con software libre</description>
	<lastBuildDate>Wed, 28 Oct 2009 19:23:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='gacimartin.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b1ff0180311f7b8c5810f520b56f6437?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Desarrollo Linux y software libre</title>
		<link>http://gacimartin.com</link>
	</image>
			<item>
		<title>Errores habituales con Lintian y soluciones</title>
		<link>http://gacimartin.com/2009/10/27/errores-habituales-con-lintian-y-soluciones/</link>
		<comments>http://gacimartin.com/2009/10/27/errores-habituales-con-lintian-y-soluciones/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 17:29:15 +0000</pubDate>
		<dc:creator>cgacimartin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gacimartin.com/?p=443</guid>
		<description><![CDATA[Lintian es una utilidad para buscar errores en paquetes .deb. Algunos de ellos son:
1º) Lintian copyright-file-contains-full-gpl-license
Borrar el fichero de copyright
# echo &#62; debian/copyright 
Incluir el siguiente texto:
# nano debian/copyright

GPL 1.0 Licence
For details, read /usr/share/common-licenses/GPL
2º) copyright-without-copyright-notice
Introducir el siguiente texto, modificando los valores correspondientes en debian/copyrigth
 &#124; This package was debianized by VICTIMS NAME  on
  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=443&subd=cgacimartin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lintian es una utilidad para buscar errores en paquetes .deb. Algunos de ellos son:</p>
<p>1º) <a href="http://lintian.debian.org/">Lintian</a> copyright-file-contains-full-gpl-license<br />
<code>Borrar el fichero de copyright<br />
#<strong> echo &gt; debian/copyright</strong> </code></p>
<p>Incluir el siguiente texto:<code><br />
# <strong>nano debian/copyright</strong><br />
<br />
GPL 1.0 Licence<br />
For details, read /usr/share/common-licenses/GPL</code></p>
<p>2º) copyright-without-copyright-notice<br />
Introducir el siguiente texto, modificando los valores correspondientes en debian/copyrigth<br />
<code> | This package was debianized by VICTIMS NAME  on<br />
  | DATE.<br />
  |<br />
  | The current Debian maintainer is YOUR NAME<br />
  |<br />
  | It was downloaded from: http://www.download.address/foo.bar.tgz<br />
  |<br />
  | Upstream Authors: Homer Simpson, Bart Simpson, Maggie Simpson<br />
  |<br />
  | Copyright: 1971 - 2001 Homer Simpson<br />
  |            2001 - 2006 Bart Simpson<br />
  |<br />
  |  This program is free software; you can redistribute it and/or modify<br />
  |  it under the terms of the GNU General Public License as published by<br />
  |  the Free Software Foundation; either version 2 of the License.<br />
  |<br />
  |  This program is distributed in the hope that it will be useful,<br />
  |  but WITHOUT ANY WARRANTY; without even the implied warranty of<br />
  |  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the<br />
  |  GNU General Public License for more details.<br />
  |<br />
  |  You should have received a copy of the GNU General Public License with<br />
  |  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;<br />
  |  if not, write to the Free Software Foundation, Inc., 51 Franklin St,<br />
  |  Fifth Floor, Boston, MA 02110-1301, USA.<br />
  |<br />
  | On Debian systems, the complete text of the GNU General Public<br />
  | License, version 2, can be found in /usr/share/common-licenses/GPL-2.<br />
  |<br />
  | The Files in lib/maggie are Copyright 2005, 2006 Maggie Simpson<br />
  |<br />
  |  This library is free software; you can redistribute it and/or<br />
  |  modify it under the terms of the GNU Lesser General Public<br />
  |  License as published by the Free Software Foundation; either<br />
  |  version 2.1 of the License, or (at your option) any later version.<br />
  |<br />
  |  This library is distributed in the hope that it will be useful,<br />
  |  but WITHOUT ANY WARRANTY; without even the implied warranty of<br />
  |  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU<br />
  |  Lesser General Public License for more details.<br />
  |<br />
  |  You should have received a copy of the GNU Lesser General Public<br />
  |  License along with this library; if not, write to the Free Software<br />
  |  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA<br />
  |<br />
  | On Debian systems, the complete text of the GNU Lesser General Public<br />
  | License, can be found in /usr/share/common-licenses/LGPL.<br />
  |<br />
  | The Debian packaging is (C) 2006, YOUR NAME  and<br />
  | is licensed under the GPL, see above.</code></p>
<p>3º) old-fsf-address-in-copyright-file<br />
cambiar la dirección por:<br />
<code>Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.</code></p>
<p>4º) depends-on-python-minimal<br />
eliminar del fichero debian/control, línea depends, &#8220;<em>python-minimal</em>&#8220;, ya que será instalado por otros paquetes especificados en esa misma línea.</p>
<p>Fuentes: <a href="http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html">http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgacimartin.wordpress.com/443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgacimartin.wordpress.com/443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgacimartin.wordpress.com/443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgacimartin.wordpress.com/443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgacimartin.wordpress.com/443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgacimartin.wordpress.com/443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgacimartin.wordpress.com/443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgacimartin.wordpress.com/443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgacimartin.wordpress.com/443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgacimartin.wordpress.com/443/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=443&subd=cgacimartin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gacimartin.com/2009/10/27/errores-habituales-con-lintian-y-soluciones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c3a66adcfbc1cd171558ae923ef8535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cgacimartin</media:title>
		</media:content>
	</item>
		<item>
		<title>ulimit: 181: Illegal option -u</title>
		<link>http://gacimartin.com/2009/10/21/ulimit-181-illegal-option-u/</link>
		<comments>http://gacimartin.com/2009/10/21/ulimit-181-illegal-option-u/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 21:49:13 +0000</pubDate>
		<dc:creator>cgacimartin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gacimartin.com/?p=437</guid>
		<description><![CDATA[En un script se puede reproducir el siguiente problema con ulimit:
ulimit: 181: Illegal option -u
Esto ocurre cuando se utiliza una shell distinta de bash. Para evitarlo, y si no hay más consecuencias en el script, vale con cambiar de shell:
#!/bin/sh
#!/bin/bash
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=437&subd=cgacimartin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>En un script se puede reproducir el siguiente problema con ulimit:</p>
<p><code>ulimit: 181: Illegal option -u</code></p>
<p>Esto ocurre cuando se utiliza una shell distinta de <strong>bash</strong>. Para evitarlo, y si no hay más consecuencias en el script, vale con cambiar de shell:</p>
<p><code><span style="text-decoration:line-through;">#!/bin/sh</span><br />
<strong>#!/bin/bash</strong></code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgacimartin.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgacimartin.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgacimartin.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgacimartin.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgacimartin.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgacimartin.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgacimartin.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgacimartin.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgacimartin.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgacimartin.wordpress.com/437/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=437&subd=cgacimartin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gacimartin.com/2009/10/21/ulimit-181-illegal-option-u/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c3a66adcfbc1cd171558ae923ef8535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cgacimartin</media:title>
		</media:content>
	</item>
		<item>
		<title>Error VBoxLinuxAdditions bad interpreter, Permission denied</title>
		<link>http://gacimartin.com/2009/10/19/error-vboxlinuxadditions-bad-interpreter-permission-denied/</link>
		<comments>http://gacimartin.com/2009/10/19/error-vboxlinuxadditions-bad-interpreter-permission-denied/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 00:51:37 +0000</pubDate>
		<dc:creator>cgacimartin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gacimartin.com/?p=432</guid>
		<description><![CDATA[En la instalación de las VirtualBox tools en una imagen de VirtualBox, Debian 5.0 por ejemplo, puede ocurrir el siguiente error:
debian-xplico-demo:/media/cdrom# ./VBoxLinuxAdditions-amd64.run
 -su: ./VBoxLinuxAdditions-amd64.run: /bin/sh: bad interpreter: Permission denied
Se soluciona con:
debian-xplico-demo:/media/cdrom# sudo sh /media/cdrom/VBoxLinuxAdditions.run"
Fuente: UbuntuForums.org.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=432&subd=cgacimartin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>En la instalación de las VirtualBox tools en una imagen de <a href="http://www.virtualbox.org">VirtualBox</a>, <a href="http://www.debian.org">Debian</a> 5.0 por ejemplo, puede ocurrir el siguiente error:</p>
<p><code>debian-xplico-demo:/media/cdrom# ./VBoxLinuxAdditions-amd64.run<br />
<span style="color:#ff0000;"> -su: ./VBoxLinuxAdditions-amd64.run: /bin/sh: bad interpreter: Permission denied</span></code></p>
<p>Se soluciona con:</p>
<p><code>debian-xplico-demo:/media/cdrom# <strong>sudo sh /media/cdrom/VBoxLinuxAdditions.run</strong>"</code></p>
<p>Fuente: <a href="http://ubuntuforums.org/showthread.php?t=689784">UbuntuForums.org</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgacimartin.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgacimartin.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgacimartin.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgacimartin.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgacimartin.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgacimartin.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgacimartin.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgacimartin.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgacimartin.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgacimartin.wordpress.com/432/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=432&subd=cgacimartin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gacimartin.com/2009/10/19/error-vboxlinuxadditions-bad-interpreter-permission-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c3a66adcfbc1cd171558ae923ef8535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cgacimartin</media:title>
		</media:content>
	</item>
		<item>
		<title>Error compilando ghostpdl: /usr/bin/ld: cannot find -lXext</title>
		<link>http://gacimartin.com/2009/10/15/error-compilando-ghostpdl-usrbinld-cannot-find-lxext/</link>
		<comments>http://gacimartin.com/2009/10/15/error-compilando-ghostpdl-usrbinld-cannot-find-lxext/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 14:54:20 +0000</pubDate>
		<dc:creator>cgacimartin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gacimartin.com/?p=427</guid>
		<description><![CDATA[El siguiente error compilando &#8220;ghostpdl&#8220;:
#kubuntu@kubuntu:~/xbuild/ghostpdl-8.70$ make
./obj/echogs -a ./obj/ldall.tr -s - ./obj/gsromfs1.o ./obj/plmain.o ./obj/plimpl.o  -lm -lpthread -ldl
sh &#60;./obj/ldall.tr
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[2]: *** [obj/pcl6] Error 1
make[2]: Leaving directory `/home/kubuntu/xbuild/ghostpdl-8.70/main'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/kubuntu/xbuild/ghostpdl-8.70/main'
make: *** [pcl] Error 2
se soluciona instalando la siguiente librería.
kubuntu@kubuntu:~$ sudo apt-get install libxext-dev
En algunos entornos también [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=427&subd=cgacimartin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>El siguiente error compilando &#8220;<a href="http://www.ghostscript.com/GhostPCL.html">ghostpdl</a>&#8220;:</p>
<p><code>#kubuntu@kubuntu:~/xbuild/ghostpdl-8.70$ <strong>make</strong><br />
./obj/echogs -a ./obj/ldall.tr -s - ./obj/gsromfs1.o ./obj/plmain.o ./obj/plimpl.o  -lm -lpthread -ldl<br />
sh &lt;./obj/ldall.tr<br />
<span style="color:#ff0000;"><strong>/usr/bin/ld: cannot find -lXext</strong></span><br />
collect2: ld returned 1 exit status<br />
make[2]: *** [obj/pcl6] Error 1<br />
make[2]: Leaving directory `/home/kubuntu/xbuild/ghostpdl-8.70/main'<br />
make[1]: *** [pdl-product] Error 2<br />
make[1]: Leaving directory `/home/kubuntu/xbuild/ghostpdl-8.70/main'<br />
make: *** [pcl] Error 2</code></p>
<p>se soluciona instalando la siguiente librería.</p>
<p><code>kubuntu@kubuntu:~$ <strong>sudo apt-get install libxext-dev</strong></code></p>
<p>En algunos entornos también puede ser necesario libx11-dev:</p>
<p><code>kubuntu@kubuntu:~$ <strong>sudo apt-get install libx11-dev</strong></code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgacimartin.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgacimartin.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgacimartin.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgacimartin.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgacimartin.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgacimartin.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgacimartin.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgacimartin.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgacimartin.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgacimartin.wordpress.com/427/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=427&subd=cgacimartin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gacimartin.com/2009/10/15/error-compilando-ghostpdl-usrbinld-cannot-find-lxext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c3a66adcfbc1cd171558ae923ef8535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cgacimartin</media:title>
		</media:content>
	</item>
		<item>
		<title>Como medir el tiempo que utiliza un proceso en ejecutarse</title>
		<link>http://gacimartin.com/2009/10/07/como-medir-el-tiempo-que-utiliza-un-proceso-en-ejecutarse/</link>
		<comments>http://gacimartin.com/2009/10/07/como-medir-el-tiempo-que-utiliza-un-proceso-en-ejecutarse/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 18:38:33 +0000</pubDate>
		<dc:creator>cgacimartin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gacimartin.com/?p=424</guid>
		<description><![CDATA[Si se desean realizar por ejemplo comparativas de distintos binarios para comprobar su rendimiento, una de los parámetros a estudiar puede ser el tiempo de ejecución de los mismos sobre la misma máquina.
Para ello, en vez de utilizar un script bash con el comando &#8220;date &#8211;rfc-3339=ns&#8221;, se puede utilizar el comando &#8220;time&#8221; seguido del programa, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=424&subd=cgacimartin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Si se desean realizar por ejemplo comparativas de distintos binarios para comprobar su rendimiento, una de los parámetros a estudiar puede ser el tiempo de ejecución de los mismos sobre la misma máquina.</p>
<p>Para ello, en vez de utilizar un script bash con el comando &#8220;date &#8211;rfc-3339=ns&#8221;, se puede utilizar el comando &#8220;time&#8221; seguido del programa, a modo de cronómetro.</p>
<p style="text-align:left;"><code>carlos@WhenIGrowUp:~/tmp/capturas.tests$ <strong>time cat /etc/debian_version</strong><br />
lenny/sid<br />
real    0m0.003s<br />
user    0m0.004s<br />
sys     0m0.004s</code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgacimartin.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgacimartin.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgacimartin.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgacimartin.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgacimartin.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgacimartin.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgacimartin.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgacimartin.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgacimartin.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgacimartin.wordpress.com/424/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=424&subd=cgacimartin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gacimartin.com/2009/10/07/como-medir-el-tiempo-que-utiliza-un-proceso-en-ejecutarse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c3a66adcfbc1cd171558ae923ef8535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cgacimartin</media:title>
		</media:content>
	</item>
		<item>
		<title>Error The file to which the capture would be saved (&#8220;capture.cap&#8221;) could not be opened: Permission denied.</title>
		<link>http://gacimartin.com/2009/09/28/error-the-file-to-which-the-capture-would-be-saved-capture-cap-could-not-be-opened-permission-denied/</link>
		<comments>http://gacimartin.com/2009/09/28/error-the-file-to-which-the-capture-would-be-saved-capture-cap-could-not-be-opened-permission-denied/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 17:31:20 +0000</pubDate>
		<dc:creator>cgacimartin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gacimartin.com/?p=412</guid>
		<description><![CDATA[Al ejecutar Tshark (la versión de consola de Wireshark) puede ocurrir el siguiente error:

carlos@maquina17:~$ sudo tshark  -i eth0 -w captura.trafico.20090928.cap
Running as user "root" and group "root". This could be dangerous.
Capturing on eth0
tshark: The file to which the capture would be saved ("captura.trafico.20090928.cap") could not be opened: Permission denied.
Esto ocurre por una cuestión de diseño [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=412&subd=cgacimartin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Al ejecutar <a href="http://www.wireshark.org/docs/man-pages/tshark.html">Tshark</a> (la versión de consola de <a href="http://www.wireshark.org">Wireshark</a>) puede ocurrir el siguiente error:</p>
<p style="text-align:left;"><code><br />
carlos@maquina17:~$ <strong>sudo tshark  -i eth0 -w captura.trafico.20090928.cap</strong><br />
Running as user "root" and group "root". This could be dangerous.<br />
Capturing on eth0<br />
tshark: <span style="color:#ff0000;"><strong>The file to which the capture would be saved ("captura.trafico.20090928.cap") could not be opened: Permission denied</strong></span>.</code></p>
<p>Esto ocurre por una cuestión de diseño basada en la seguridad del software (Bug Debian <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=453292">#453292</a>).</p>
<p>Se soluciona de dos formas distintas:</p>
<p style="text-align:left;">a) Creando previamente el fichero:<br />
<code>carlos@maquina17:~$ <strong>sudo touch captura.trafico.20090928.cap</strong></code></p>
<p style="text-align:left;">a) Cambiando la ruta donde salvar el fichero a otra donde no haya problemas de UID.<br />
<code>carlos@maquina17:~$ <strong>sudo tshark  -i eth0 -w /root/captura.trafico.20090928.cap</strong></code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgacimartin.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgacimartin.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgacimartin.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgacimartin.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgacimartin.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgacimartin.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgacimartin.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgacimartin.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgacimartin.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgacimartin.wordpress.com/412/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=412&subd=cgacimartin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gacimartin.com/2009/09/28/error-the-file-to-which-the-capture-would-be-saved-capture-cap-could-not-be-opened-permission-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c3a66adcfbc1cd171558ae923ef8535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cgacimartin</media:title>
		</media:content>
	</item>
		<item>
		<title>Error Firefox: Could not find compatible GRE between version 1.9.0.1 and 1.9.0.*.</title>
		<link>http://gacimartin.com/2009/09/22/error-firefox-could-not-find-compatible-gre-between-version-1-9-0-1-and-1-9-0/</link>
		<comments>http://gacimartin.com/2009/09/22/error-firefox-could-not-find-compatible-gre-between-version-1-9-0-1-and-1-9-0/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 22:58:37 +0000</pubDate>
		<dc:creator>cgacimartin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gacimartin.com/?p=405</guid>
		<description><![CDATA[Si al ejecutar Firefox se produce este error en la consola:
carlos@WhenIGrowUp:~/personal$ firefox
Could not find compatible GRE between version 1.9.0.1 and 1.9.0.*.
Es necesario realizar los siguientes pasos:
1º) Comprobar paquete &#8220;xulrunner&#8221;
 $ dpkg -l xulrunner-1.9
(...)
ii xulrunner-1.9 1.9.0.3+nobinonly- XUL + XPCOM application runner
2º) Instalarlo si no se dispone de él:
$ sudo apt-get install xulrunner
3º) Ejecutar:
$ xulrunner --register-global
Y volver [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=405&subd=cgacimartin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Si al ejecutar Firefox se produce este error en la consola:</p>
<p><code>carlos@WhenIGrowUp:~/personal$ firefox<br />
<span style="color:#ff0000;">Could not find compatible GRE between version 1.9.0.1 and 1.9.0.*.</span></code></p>
<p>Es necesario realizar los siguientes pasos:</p>
<p>1º) Comprobar paquete &#8220;xulrunner&#8221;</p>
<p><code> <strong>$ dpkg -l xulrunner-1.9</strong><br />
(...)<br />
ii xulrunner-1.9 1.9.0.3+nobinonly- XUL + XPCOM application runner</code></p>
<p>2º) Instalarlo si no se dispone de él:</p>
<p><code><strong>$ sudo apt-get install xulrunner</strong></code></p>
<p>3º) Ejecutar:</p>
<p><code><strong>$ xulrunner --register-global</strong></code></p>
<p>Y volver a ejecutar <a href="http://www.mozilla-europe.org/es/firefox/">Firefox</a>.</p>
<p>Fuente: <a href="https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/248493/comments/2">Launchpad Ubuntu</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgacimartin.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgacimartin.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgacimartin.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgacimartin.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgacimartin.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgacimartin.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgacimartin.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgacimartin.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgacimartin.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgacimartin.wordpress.com/405/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=405&subd=cgacimartin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gacimartin.com/2009/09/22/error-firefox-could-not-find-compatible-gre-between-version-1-9-0-1-and-1-9-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c3a66adcfbc1cd171558ae923ef8535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cgacimartin</media:title>
		</media:content>
	</item>
		<item>
		<title>Web-Shell  exception happened SocketServer.py</title>
		<link>http://gacimartin.com/2009/09/14/web-shell-exception-happened-socketserver-py/</link>
		<comments>http://gacimartin.com/2009/09/14/web-shell-exception-happened-socketserver-py/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 22:50:44 +0000</pubDate>
		<dc:creator>cgacimartin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gacimartin.com/?p=400</guid>
		<description><![CDATA[Si al ejecutar la utilidad Web-Shell se producen trazas similares a éstas:
Exception happened during processing of request from ('172.26.0.4', 35859)
Traceback (most recent call last):
File "/usr/lib/python2.6/SocketServer.py", line 281, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 307, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__
self.handle()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
self.handle_one_request()
File "/usr/lib/python2.6/BaseHTTPServer.py", line [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=400&subd=cgacimartin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Si al ejecutar la utilidad <a href="http://code.google.com/p/web-shell/">Web-Shell</a> se producen trazas similares a éstas:</p>
<p><code>Exception happened during processing of request from ('172.26.0.4', 35859)<br />
Traceback (most recent call last):<br />
File "/usr/lib/python2.6/SocketServer.py", line 281, in _handle_request_noblock<br />
self.process_request(request, client_address)<br />
File "/usr/lib/python2.6/SocketServer.py", line 307, in process_request<br />
self.finish_request(request, client_address)<br />
File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request<br />
self.RequestHandlerClass(request, client_address, self)<br />
File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__<br />
self.handle()<br />
File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle<br />
self.handle_one_request()<br />
File "/usr/lib/python2.6/BaseHTTPServer.py", line 312, in handle_one_request<br />
self.raw_requestline = self.rfile.readline()<br />
File "/usr/lib/python2.6/socket.py", line 404, in readline<br />
data = self._sock.recv(self._rbufsize)<br />
Error: [('SSL routines', 'SSL23_GET_CLIENT_HELLO', 'http request')]<br />
----------------------------------------<br />
----------------------------------------<br />
Exception happened during processing of request from ('172.26.0.4', 35860)<br />
Traceback (most recent call last):<br />
File "/usr/lib/python2.6/SocketServer.py", line 281, in _handle_request_noblock<br />
self.process_request(request, client_address)<br />
File "/usr/lib/python2.6/SocketServer.py", line 307, in process_request<br />
self.finish_request(request, client_address)<br />
File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request<br />
self.RequestHandlerClass(request, client_address, self)<br />
File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__<br />
self.handle()<br />
File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle<br />
self.handle_one_request()<br />
File "/usr/lib/python2.6/BaseHTTPServer.py", line 312, in handle_one_request<br />
self.raw_requestline = self.rfile.readline()<br />
File "/usr/lib/python2.6/socket.py", line 404, in readline<br />
data = self._sock.recv(self._rbufsize)<br />
Error: [('SSL routines', 'SSL23_GET_CLIENT_HELLO', 'http request')]<br />
----------------------------------------<br />
----------------------------------------<br />
Exception happened during processing of request from ('172.26.0.4', 35861)<br />
Traceback (most recent call last):<br />
File "/usr/lib/python2.6/SocketServer.py", line 281, in _handle_request_noblock<br />
self.process_request(request, client_address)<br />
File "/usr/lib/python2.6/SocketServer.py", line 307, in process_request<br />
self.finish_request(request, client_address)<br />
File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request<br />
self.RequestHandlerClass(request, client_address, self)<br />
File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__<br />
self.handle()<br />
File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle<br />
self.handle_one_request()<br />
File "/usr/lib/python2.6/BaseHTTPServer.py", line 312, in handle_one_request<br />
self.raw_requestline = self.rfile.readline()<br />
File "/usr/lib/python2.6/socket.py", line 404, in readline<br />
data = self._sock.recv(self._rbufsize)<br />
Error: [('SSL routines', 'SSL23_GET_CLIENT_HELLO', 'http request')]<br />
----------------------------------------</code></p>
<p>Se debe sencillamente a un uso incorrecto de la aplicación. La web se ha accedido por http cuando debe ser por <strong>https</strong>.<br />
<code><span style="text-decoration:line-through;">http://172.26.0.5:8022/</span> </code><br />
<code>http<span style="color:#ff0000;"><strong>s</strong></span>://172.26.0.5:8022/</code></p>
<p>Además, si se desea monitorizar con <a href="http://mmonit.com/monit/">Monit</a>, es necesario añadir las siguientes líneas al fichero de configuración</p>
<p><code>#<strong>sudo nano /etc/monit/monitrc</strong><br />
(...)<br />
check host WebShell_8022 with address 127.0.0.1<br />
start program = "/usr/bin/python /etc/WebShell/webshell.py &amp;"<br />
stop program = "/usr/bin/killall -9 python /etc/WebShell/webshell.py"<br />
if failed port 8022 then restart<br />
(...)</code></p>
<p>adaptando las rutas, y reiniciar Monit</p>
<p><code>#<strong>sudo /etc/init.d/monit restart</strong></code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgacimartin.wordpress.com/400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgacimartin.wordpress.com/400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgacimartin.wordpress.com/400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgacimartin.wordpress.com/400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgacimartin.wordpress.com/400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgacimartin.wordpress.com/400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgacimartin.wordpress.com/400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgacimartin.wordpress.com/400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgacimartin.wordpress.com/400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgacimartin.wordpress.com/400/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=400&subd=cgacimartin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gacimartin.com/2009/09/14/web-shell-exception-happened-socketserver-py/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c3a66adcfbc1cd171558ae923ef8535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cgacimartin</media:title>
		</media:content>
	</item>
		<item>
		<title>Error installing Xplico 0.5.2 deb package: chown: cannot access `/opt/xplico/xi&#8217;: No such file or directory</title>
		<link>http://gacimartin.com/2009/09/14/error-installing-xplico-0-5-2-deb-package-chown-cannot-access-optxplicoxi-no-such-file-or-directory/</link>
		<comments>http://gacimartin.com/2009/09/14/error-installing-xplico-0-5-2-deb-package-chown-cannot-access-optxplicoxi-no-such-file-or-directory/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 21:13:19 +0000</pubDate>
		<dc:creator>cgacimartin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gacimartin.com/?p=393</guid>
		<description><![CDATA[During the installation of Xplico, network traffic analyzer and sniffer (pcap compatible), may happen this error:
#dpkg -i xplico_0.5.2_i386.deb
After this operation, 0B of additional disk space will be used.
Setting up xplico (0.5.2) ...
 chown: cannot access `/opt/xplico/xi': No such file or directory
dpkg: error processing xplico (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=393&subd=cgacimartin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>During the installation of <a href="http://www.xplico.org">Xplico</a>, network traffic analyzer and sniffer (pcap compatible), may happen this error:</p>
<p><code>#<strong>dpkg -i xplico_0.5.2_i386.deb</strong><br />
After this operation, 0B of additional disk space will be used.<br />
Setting up xplico (0.5.2) ...<br />
<strong> <span style="color:#ff0000;">chown: cannot access `/opt/xplico/xi': No such file or directory</span></strong><br />
dpkg: error processing xplico (--configure):<br />
subprocess post-installation script returned error exit status 1<br />
Errors were encountered while processing:<br />
xplico<br />
E: Sub-process /usr/bin/dpkg returned an error code (1)</code></p>
<p>If you create that missing directory by yourself and try to reinstall, another error will be prompted:</p>
<p><code> root@ubuntu:/home/adminuser/Desktop#<strong> apt-get install xplico</strong><br />
<span style="color:#ff0000;"><strong>chmod: cannot access `/opt/xplico/xplico.db': No such file or directory</strong></span></code></p>
<p>Till next package version, the current solution is uninstall and reinstall using this method:</p>
<p>1º) Uninstall:<br />
<code># <strong>sudo dpkg -r xplico</strong></code></p>
<p><strong><br />
</strong></p>
<p>2º) Manually <strong>delete</strong> the lines which mention <strong>port 9876 </strong><br />
<code># <strong>nano etc/apache2/ports.conf</strong></code></p>
<p><strong><br />
</strong></p>
<p>3º) Install the package with gdebi:<br />
<code>adminuser@ubuntu:~/Desktop$ <strong>sudo apt-get install gdebi</strong><br />
<br />
adminuser@ubuntu:~/Desktop$ <strong>sudo gdebi xplico_0.5.2_i386.deb</strong><br />
Reading package lists: Done<br />
Reading state information: Done<br />
Reading state information: Done<br />
Reading state information: Done<br />
Reading state information: Done<br />
Xplico is a Network Forensic Analysis Tool (NFAT)<br />
The goal of Xplico is extract from an internet traffic capture the applications data contained.<br />
For example, from a pcap file Xplico extracts each email (POP, IMAP, and SMTP protocols), all HTTP contents, each VoIP call (SIP), FTP, TFTP, and so on. Xplico is not a network protocol analyzer.<br />
Do you want to install the software package? [y/N]:Y<br />
Selecting previously deselected package xplico.<br />
(Reading database ... 136557 files and directories currently installed.)<br />
Unpacking xplico (from xplico_0.5.2_i386.deb) ...<br />
Setting up xplico (0.5.2) ...<br />
Module php5 already enabled<br />
Module rewrite already enabled</code><br />
Thanks to <a href="http://www.xplico.org/contacts">Gianluca Costa</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgacimartin.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgacimartin.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgacimartin.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgacimartin.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgacimartin.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgacimartin.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgacimartin.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgacimartin.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgacimartin.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgacimartin.wordpress.com/393/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=393&subd=cgacimartin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gacimartin.com/2009/09/14/error-installing-xplico-0-5-2-deb-package-chown-cannot-access-optxplicoxi-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c3a66adcfbc1cd171558ae923ef8535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cgacimartin</media:title>
		</media:content>
	</item>
		<item>
		<title>Como descomprimir una backup de Plesk en Linux</title>
		<link>http://gacimartin.com/2009/09/08/como-descomprimir-una-backup-de-plesk-en-linux/</link>
		<comments>http://gacimartin.com/2009/09/08/como-descomprimir-una-backup-de-plesk-en-linux/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 11:52:53 +0000</pubDate>
		<dc:creator>cgacimartin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cgacimartin.wordpress.com/?p=385</guid>
		<description><![CDATA[El formato de backups de Plesk es distinto al habitual tar.gz, por lo que hay que utilizar una herramienta específica para, posteriormente si, conseguir un tar.gz
1º) Bajar, descomprimir e instalar ripmime
2º) Procesar el fichero con ripmine:
# ripmime -i backup-20090908-mi-dominio.com -d directorioBackupRestaurada

3º) Descomprimir el contenido:
# tar -ztvf directorioBackupRestaurada/*
Fuente: http://forums.deftechgroup.com/showthread.php?t=1087
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=385&subd=cgacimartin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>El formato de backups de <a href="http://www.parallels.com/es/products/plesk/">Plesk</a> es distinto al habitual tar.gz, por lo que hay que utilizar una herramienta específica para, posteriormente si, conseguir un tar.gz</p>
<p>1º) Bajar, descomprimir e instalar <a href="http://www.pldaniels.com/ripmime/">ripmime</a></p>
<p>2º) Procesar el fichero con ripmine:<br />
<code># <strong>ripmime -i backup-20090908-mi-dominio.com -d directorioBackupRestaurada</strong><br />
</code><br />
3º) Descomprimir el contenido:<br />
<code>#<strong> tar -ztvf directorioBackupRestaurada/*</strong></code></p>
<p>Fuente: <a href="http://forums.deftechgroup.com/showthread.php?t=1087">http://forums.deftechgroup.com/showthread.php?t=1087</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgacimartin.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgacimartin.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgacimartin.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgacimartin.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgacimartin.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgacimartin.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgacimartin.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgacimartin.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgacimartin.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgacimartin.wordpress.com/385/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gacimartin.com&blog=555948&post=385&subd=cgacimartin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gacimartin.com/2009/09/08/como-descomprimir-una-backup-de-plesk-en-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c3a66adcfbc1cd171558ae923ef8535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cgacimartin</media:title>
		</media:content>
	</item>
	</channel>
</rss>