<?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>Hosting Al Descubierto &#187; virtuozo</title>
	<atom:link href="http://hostingaldescubierto.com/wordpress/category/virtuozo/feed/" rel="self" type="application/rss+xml" />
	<link>http://hostingaldescubierto.com/wordpress</link>
	<description>Ayuda plesk  hosting, servidores dedicados y virtuales. ¿ problemas con spam, migraciones, installar aplicaciones ? podemos ayudarte</description>
	<lastBuildDate>Thu, 05 Apr 2012 16:58:41 +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>SiliconTower.net : paradas en el serviciol</title>
		<link>http://hostingaldescubierto.com/wordpress/2011/04/04/silicontower-net-paradas-en-el-servicio/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=silicontower-net-paradas-en-el-servicio</link>
		<comments>http://hostingaldescubierto.com/wordpress/2011/04/04/silicontower-net-paradas-en-el-servicio/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 23:29:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Empresas]]></category>
		<category><![CDATA[Virtualización]]></category>
		<category><![CDATA[virtuozo]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2011/04/04/silicontower-net-paradas-en-el-servicio/</guid>
		<description><![CDATA[SilliconTower.net es nuestro proveedor de servicios, donde tenemos alojados además de este blog algunos otros servicios. Esta semana pasada hemos sufrido cortes en el servicio debido a problemas con los nodos de virtualización. No tenemos respuesta exacta, pero tiene pinta de un problema de hardware o botonazo. Son suposiciones pero los que hemos tratado con [...]]]></description>
			<content:encoded><![CDATA[<p>SilliconTower.net es nuestro proveedor de servicios, donde tenemos alojados además de este blog algunos otros servicios. Esta semana pasada hemos sufrido cortes en el servicio debido a problemas con los nodos de virtualización. No tenemos respuesta exacta, pero tiene pinta de un problema de hardware o botonazo. Son suposiciones pero los que hemos tratado con máquinas de Virtuozzo conocemos el infierno el recalculo de quotas, y suele venir por no parar la máquina correctamente.</p>
<p>Aunque es muy molesto sufrir estos problemas como cliente&#8230; por ahora seguimos pensado que SilliconTower.net, no es mal proveedor del todo. El problema es que da la sensación de que la plantilla es muy reducida y cualquier problema interno de la empresa puede dejarnos a los clientes en una posición bastante vulnerable.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2011%2F04%2F04%2Fsilicontower-net-paradas-en-el-servicio%2F&amp;title=SiliconTower.net%20%3A%20paradas%20en%20el%20serviciol" id="wpa2a_2">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2011/04/04/silicontower-net-paradas-en-el-servicio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The problem with moving VPS due to non-compliance with versions of</title>
		<link>http://hostingaldescubierto.com/wordpress/2009/12/31/the-problem-with-moving-vps-due-to-non-compliance-with-versions-of/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-problem-with-moving-vps-due-to-non-compliance-with-versions-of</link>
		<comments>http://hostingaldescubierto.com/wordpress/2009/12/31/the-problem-with-moving-vps-due-to-non-compliance-with-versions-of/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 07:56:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualización]]></category>
		<category><![CDATA[virtuozo]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2009/12/31/the-problem-with-moving-vps-due-to-non-compliance-with-versions-of/</guid>
		<description><![CDATA[Solution to this problem. Stop the vps. vzctrl stop vps_id Run the script. #!/bin/bash for i in `find /vz/private/vps_id/fs/root/ -noleaf -type l -print &#124; perl -nle '-e &#124;&#124; print'&#124;grep ._vzlnk_.` do ln -sf `ls -ga $i&#124;grep ._vzlnk_.&#124;awk '{print $9}'&#124;sed 's/\/\/\//\/vz\/template/'` $i done Start the vps. vzctrl start vps_id PS should check directories in the folder [...]]]></description>
			<content:encoded><![CDATA[<p>Solution to this problem.</p>
<p>Stop the vps.</p>
<p>vzctrl stop vps_id</p>
<p>Run the script.</p>
<pre>
#!/bin/bash
for i in `find /vz/private/vps_id/fs/root/ -noleaf -type l -print | perl -nle '-e || print'|grep ._vzlnk_.`
do
ln -sf `ls -ga $i|grep ._vzlnk_.|awk '{print $9}'|sed 's/\/\/\//\/vz\/template/'` $i
done
</pre>
<p>Start the vps.</p>
<p>vzctrl start vps_id</p>
<p>PS should check directories in the folder template, so as not to create dead links.</p>
<p>taken from : <a href="http://www.cp.hostd.ru/knowledgebase.php?action=displayarticle&#038;id=26 " target="_blank"></a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2009%2F12%2F31%2Fthe-problem-with-moving-vps-due-to-non-compliance-with-versions-of%2F&amp;title=The%20problem%20with%20moving%20VPS%20due%20to%20non-compliance%20with%20versions%20of" id="wpa2a_4">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2009/12/31/the-problem-with-moving-vps-due-to-non-compliance-with-versions-of/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Liberada Plesk 9.2</title>
		<link>http://hostingaldescubierto.com/wordpress/2009/04/28/liberada-plesk-92/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=liberada-plesk-92</link>
		<comments>http://hostingaldescubierto.com/wordpress/2009/04/28/liberada-plesk-92/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 16:40:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Noticias]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[virtuozo]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2009/04/28/liberada-plesk-92/</guid>
		<description><![CDATA[Acabamos de recibir la notificación de la liberación de la version de Plesk 9.2 RPM-based Linux Systems- Release Notes DEB-based Linux System- Release Notes PKG-based Linux System- Release Notes Windows System- Release Notes Además de corregir fallos y mejorar el rendimiento ( esperemos que sea así ) se agrega funcionalidad de listas grises ( greylisting) [...]]]></description>
			<content:encoded><![CDATA[<p>Acabamos de recibir la notificación de la liberación de la version de Plesk 9.2</p>
<p><a href="http://download1.parallels.com/Plesk/PPP9/plesk-9.2.1-for-rpm-based-os.html" target="_blank">RPM-based Linux Systems- Release Notes</a><br />
<a href="http://download1.parallels.com/Plesk/PPP9/plesk-9.2.1-for-deb-based-os.html" target="_blank">DEB-based Linux System- Release Notes</a><br />
<a href="http://download1.parallels.com/Plesk/PPP9/plesk-9.2.1-for-pkg-based-os.html" target="_blank">PKG-based Linux System- Release Notes</a></p>
<p><a href="http://download1.parallels.com/Plesk/PPP9/Windows/9.2.1/plesk_9.2.1_build090420.16.htm" target="_blank">Windows System- Release Notes</a></p>
<p>Además de corregir fallos y mejorar el rendimiento ( esperemos que sea así ) se agrega funcionalidad de listas grises ( greylisting) , migration manager ( &#8230; un poco tarde <img src='http://hostingaldescubierto.com/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ) y migración desde cpanel.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2009%2F04%2F28%2Fliberada-plesk-92%2F&amp;title=Liberada%20Plesk%209.2" id="wpa2a_6">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2009/04/28/liberada-plesk-92/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

