﻿<?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>Jonathan López &#187; cPanel</title>
	<atom:link href="http://preocupao.net/category/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://preocupao.net</link>
	<description>Internet y software libre</description>
	<lastBuildDate>Thu, 09 Dec 2010 23:28:53 +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>Horde in cPanel send empty attachments</title>
		<link>http://preocupao.net/horde-in-cpanel-send-empty-attachments/</link>
		<comments>http://preocupao.net/horde-in-cpanel-send-empty-attachments/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 15:01:31 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Horde]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/?p=22</guid>
		<description><![CDATA[Horde is sending attachments with size of 0 bytes A problem related with the cpanel-horde user quota. The fix, edit the quota for the user cpanel-horde: edquota cpanel-horde Change the soft and hard value for anything above the actual quota. &#8230; <a href="http://preocupao.net/horde-in-cpanel-send-empty-attachments/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Horde is sending attachments with size of 0 bytes</p>
<p>A problem related with the cpanel-horde user quota. The fix, edit the quota for the user cpanel-horde:</p>
<p><code>edquota cpanel-horde</code></p>
<p>Change the <em>soft</em> and <em>hard</em> value for anything above the actual quota.</p>
<p><code>Disk quotas for user cpanel-horde (uid 32008):<br />
  Filesystem                   blocks       soft       hard     inodes     soft     hard<br />
  /dev/hda5                    154116    1536000    1536000        432        0        0</code></p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/horde-in-cpanel-send-empty-attachments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutoriales de hosting</title>
		<link>http://preocupao.net/tutoriales-de-hosting/</link>
		<comments>http://preocupao.net/tutoriales-de-hosting/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 00:54:47 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[H-Sphere]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/?p=20</guid>
		<description><![CDATA[Vídeos en castellano con tutoriales sobre hosting En videosoporte.com hay disponibles tutoriales en formato flash con las operaciones mas habituales de los paneles de control mas conocidos en el mundo del hosting. Hay vídeos sobre cPanel y su WHM, Plesk, &#8230; <a href="http://preocupao.net/tutoriales-de-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Vídeos en castellano con tutoriales sobre hosting</p>
<p>En <a href="http://videosoporte.com">videosoporte.com</a> hay disponibles tutoriales en formato flash con las operaciones mas habituales de los paneles de control mas conocidos en el mundo del hosting.</p>
<p>Hay vídeos sobre <a href="http://cpanel.net">cPanel</a> y su WHM, <a href="http://www.parallels.com/en/products/plesk/">Plesk</a>, <a href="http://www.psoft.net/hsphere-overview.html">H-Sphere</a>, clientes de correo, clientes de FTP&#8230;</p>
<p>Realmente útil si tu proveedor no te ofrece un soporte online y una documentación adecuada, cosa que desgraciadamente pasa en un alto porcentaje de empresas de hosting, especialmente en las pequeñas.</p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/tutoriales-de-hosting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>#2002 &#8211; The server is not responding &#8211; phpmyadmin Error</title>
		<link>http://preocupao.net/2002-the-server-is-not-responding-phpmyadmin-error/</link>
		<comments>http://preocupao.net/2002-the-server-is-not-responding-phpmyadmin-error/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 21:07:53 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHPMyAdmin]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/?p=14</guid>
		<description><![CDATA[This is a common error in cPanel, here is the fix: First edit the config file /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php Then, change the two following lines from $cfg['Servers'][$i]['socket'] = ”; $cfg['Servers'][$i]['connect_type'] = 'tcp'; to $cfg['Servers'][$i]['socket'] = '/var/lib/mysql/mysql.sock'; $cfg['Servers'][$i]['connect_type'] = 'socket'; Finish restarting mysql &#8230; <a href="http://preocupao.net/2002-the-server-is-not-responding-phpmyadmin-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a common error in cPanel, here is the fix:</p>
<p>First edit the config file /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php</p>
<p>Then, change the two following lines from</p>
<p><code>$cfg['Servers'][$i]['socket'] = ”;<br />
$cfg['Servers'][$i]['connect_type'] = 'tcp';</code></p>
<p>to</p>
<p><code>$cfg['Servers'][$i]['socket'] = '/var/lib/mysql/mysql.sock';<br />
$cfg['Servers'][$i]['connect_type'] = 'socket';</code></p>
<p>Finish restarting mysql</p>
<p><code>/etc/init.d/mysql restart</code></p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/2002-the-server-is-not-responding-phpmyadmin-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPMyAdmin error with cPanel</title>
		<link>http://preocupao.net/phpmyadmin-error-with-cpanel/</link>
		<comments>http://preocupao.net/phpmyadmin-error-with-cpanel/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 20:00:48 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHPMyAdmin]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/phpmyadmin-error-with-cpanel/</guid>
		<description><![CDATA[Existing configuration file (./config.inc.php) is not readable. This problem happens when you try to log in PHPMyAdmin in this scenario: lsattr /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php ----i-------- config.inc.php ls -l /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php -rwx------ 1 cpanel cpanel 36109 Nov 10 2006 config.inc.php The solution: chattr -i &#8230; <a href="http://preocupao.net/phpmyadmin-error-with-cpanel/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Existing configuration file (./config.inc.php) is not readable.</p>
<p>This problem happens when you try to log in PHPMyAdmin in this scenario:</p>
<p><code>lsattr /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php<br />
----i-------- config.inc.php<br />
ls -l /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php<br />
-rwx------ 1 cpanel cpanel 36109 Nov 10 2006 config.inc.php</code></p>
<p>The solution:</p>
<p><code>chattr -i /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php<br />
chgrp cpanel-phpmyadmin /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php</code></p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/phpmyadmin-error-with-cpanel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Horde error</title>
		<link>http://preocupao.net/horde-error/</link>
		<comments>http://preocupao.net/horde-error/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 21:52:20 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Horde]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.preocupao.net/horde-error/</guid>
		<description><![CDATA[There is a bug after updating cPanel, when you try to login in Horde you see this error: Warning: NLS::include_once(/usr/local/cpanel/base/horde/config/nls.php) [function.NLS-include-once]: failed to open stream: Permission denied in /usr/local/cpanel/base/horde/lib/Horde/NLS.php on line 91 The steps to solve this problem: chattr -i &#8230; <a href="http://preocupao.net/horde-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There is a bug after updating cPanel, when you try to login in Horde you see this error:</p>
<p>Warning: NLS::include_once(/usr/local/cpanel/base/horde/config/nls.php) [function.NLS-include-once]: failed to open stream: Permission denied in /usr/local/cpanel/base/horde/lib/Horde/NLS.php on line 91</p>
<p>The steps to solve this problem:</p>
<p><code>chattr -i /usr/local/cpanel/base/horde/config/nls.php<br />
chattr -i /usr/local/cpanel/base/horde/config/prefs.php<br />
chattr -i /usr/local/cpanel/base/horde/imp/config/conf.php<br />
chattr -i /usr/local/cpanel/base/horde/imp/config/conf.xml<br />
/usr/local/cpanel/bin/update-horde --force<br />
rm -f /etc/vmail/*<br />
/scripts/updateuserdomains</code></p>
]]></content:encoded>
			<wfw:commentRss>http://preocupao.net/horde-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

