<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>.:][ Gr8 Admin Team ][:. &#187; Cpanel</title>
	<atom:link href="http://maxmk.wordpress.com/category/control-panels/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxmk.wordpress.com</link>
	<description>What you need from System Admins.....we are here</description>
	<lastBuildDate>Tue, 17 Nov 2009 23:57:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='maxmk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/24973595771a48b3164104d6add8c7f9?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>.:][ Gr8 Admin Team ][:. &#187; Cpanel</title>
		<link>http://maxmk.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://maxmk.wordpress.com/osd.xml" title=".:][ Gr8 Admin Team ][:." />
		<item>
		<title></title>
		<link>http://maxmk.wordpress.com/2008/06/21/28/</link>
		<comments>http://maxmk.wordpress.com/2008/06/21/28/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 05:04:30 +0000</pubDate>
		<dc:creator>maxmk</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[PHPmyADMIn]]></category>
		<category><![CDATA[Session]]></category>
		<category><![CDATA[session.save_path]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://maxmk.wordpress.com/?p=28</guid>
		<description><![CDATA[PROBLEM:
While access PHPmyAdmin from CPanel or WHM you are getting following error:
==========
Warning: session_start() [_function.session-start_
(http://xxx.xxx.xxx:2082/3rdparty/phpMyAdmin/function.session-start) ]:  SQLite: failed to open/create
session database  `/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb&#8217;
- unable to open  database:
/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb in
/usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/session.inc.php on  line 86
Fatal error: session_start() [&#60;a
href='function.session-start'&#62;function.session-start&#60;/a&#62;]: Failed to  initialize storage module: sqlite (path:
/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb) in
/usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/session.inc.php on  line 86
======
SOLUTION
1)Login to shell of the server using root login details and open the file &#8221; /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini &#8221; using vi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=28&subd=maxmk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#ff0000;"><span style="text-decoration:underline;"><strong>PROBLEM:</strong></span></span></p>
<p>While access PHPmyAdmin from CPanel or WHM you are getting following error:</p>
<p>==========</p>
<p>Warning: session_start() [_function.session-start_<br />
(<a href="http://supportdepartment.net/cerberus/goto.php?url=http%3A%2F%2Fgladhit.com%3A2082%2F3rdparty%2FphpMyAdmin%2Ffunction.session-start%29">http://xxx.xxx.xxx:2082/3rdparty/phpMyAdmin/function.session-start)</a> ]:  SQLite: failed to open/create<br />
session database  `/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb&#8217;<br />
- unable to open  database:<br />
/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb in<br />
/usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/session.inc.php on  line 86</p>
<p>Fatal error: session_start() [&lt;a<br />
href='function.session-start'&gt;function.session-start&lt;/a&gt;]: Failed to  initialize storage module: sqlite (path:<br />
/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb) in<br />
/usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/session.inc.php on  line 86<br />
======</p>
<p><span style="color:#339966;"><span style="text-decoration:underline;"><strong>SOLUTION</strong></span></span></p>
<p>1)Login to shell of the server using root login details and open the file &#8221; /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini &#8221; using vi or any other editor</p>
<p>2) Search for [Session] and change the following</p>
<p>FROM:</p>
<address>-=-=-<br />
</address>
<address>session.save_handler = sqlite</address>
<address>session.save_path =/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb</address>
<address>-=-=-</address>
<p>TO</p>
<address>-=-=-<br />
session.save_handler = files<br />
session.save_path = /tmp<br />
</address>
<address>-=-=-</address>
<pre></pre>
<p>3) Save and exit</p>
<p>4) Restart Apache server using command &#8221; service httpd restart &#8220;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxmk.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxmk.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxmk.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxmk.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxmk.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxmk.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxmk.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxmk.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxmk.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxmk.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxmk.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxmk.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=28&subd=maxmk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://maxmk.wordpress.com/2008/06/21/28/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">maxmk</media:title>
		</media:content>
	</item>
		<item>
		<title>Easyapache ERROR:libXpm.(a&#124;so) not found</title>
		<link>http://maxmk.wordpress.com/2006/11/25/easyapache-errorlibxpmaso-not-found/</link>
		<comments>http://maxmk.wordpress.com/2006/11/25/easyapache-errorlibxpmaso-not-found/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 14:32:01 +0000</pubDate>
		<dc:creator>maxmk</dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://maxmk.wordpress.com/2006/11/25/easyapache-errorlibxpmaso-not-found/</guid>
		<description><![CDATA[While running EasyApache it gives following error:
==========================================================================================================================
configure php-4.4.1&#8230;(&#8211;with-apxs=/usr/local/apache/bin/apxs &#8211;prefix=/usr/local &#8211;with-xml &#8211;enable-bcmath     &#8211;enable-calendar &#8211;enable-ftp &#8211;with-gd &#8211;with-jpeg-dir=/usr/local &#8211;with-png-dir=/usr &#8211;with-xpm-dir=/usr/X11R6     &#8211;enable-magic-quotes &#8211;with-mysql=/usr &#8211;enable-discard-path &#8211;with-pear &#8211;enable-sockets &#8211;enable-track-vars     &#8211;enable-versioning &#8211;with-zlib)&#8230;. . . . . . . . . . . . . . . . . . . [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=25&subd=maxmk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>While running EasyApache it gives following error:</p>
<p>==========================================================================================================================<br />
configure php-4.4.1&#8230;(&#8211;with-apxs=/usr/local/apache/bin/apxs &#8211;prefix=/usr/local &#8211;with-xml &#8211;enable-bcmath     &#8211;enable-calendar &#8211;enable-ftp &#8211;with-gd &#8211;with-jpeg-dir=/usr/local &#8211;with-png-dir=/usr &#8211;with-xpm-dir=/usr/X11R6     &#8211;enable-magic-quotes &#8211;with-mysql=/usr &#8211;enable-discard-path &#8211;with-pear &#8211;enable-sockets &#8211;enable-track-vars     &#8211;enable-versioning &#8211;with-zlib)&#8230;. . . . . . . . . . . . . . . . . . . . . Done<br />
configure: error: libXpm.(a|so) not found.<br />
make -j 4 php-4.4.1&#8230;(clean)&#8230;. Done<br />
make -j 4 php-4.4.1&#8230;&#8230;. Done<br />
make php-4.4.1&#8230;(install)&#8230;. Done<br />
/etc/rc.d/init.d/httpd start: httpd started<br />
configure php-4.4.1&#8230;(&#8211;prefix=/usr &#8211;with-xml &#8211;enable-bcmath &#8211;enable-calendar &#8211;enable-ftp &#8211;with-gd     &#8211;with-jpeg-dir=/usr/local &#8211;with-png-dir=/usr &#8211;with-xpm-dir=/usr/X11R6 &#8211;enable-magic-quotes &#8211;with-mysql=/usr     &#8211;enable-discard-path &#8211;with-pear &#8211;enable-sockets &#8211;enable-track-vars &#8211;enable-versioning &#8211;with-zlib)&#8230;. . . . . . . .     . . . . . . . . Done<br />
configure: error: libXpm.(a|so) not found.<br />
==========================================================================================================================</p>
<p>Additionally, the previous build appears to have failed due to some missing dependencies for GD. You have to ran the following commands to resolve these dependency issues:</p>
<p>==========================================================================================================================<br />
root@server [/home/cpapachebuild/buildapache/build-log]# ln -s/usr/X11R6/lib/libXpm.so.4 /usr/X11R6/lib/libXpm.so<br />
root@server [~]# yum install xorg-x11-devel<br />
==========================================================================================================================</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxmk.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxmk.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxmk.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxmk.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxmk.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxmk.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxmk.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxmk.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxmk.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxmk.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxmk.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxmk.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=25&subd=maxmk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://maxmk.wordpress.com/2006/11/25/easyapache-errorlibxpmaso-not-found/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">maxmk</media:title>
		</media:content>
	</item>
		<item>
		<title>cPanel bugfix: new users can&#8217;t access cPanel</title>
		<link>http://maxmk.wordpress.com/2006/11/25/cpanel-bugfix-new-users-cant-access-cpanel/</link>
		<comments>http://maxmk.wordpress.com/2006/11/25/cpanel-bugfix-new-users-cant-access-cpanel/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 14:23:31 +0000</pubDate>
		<dc:creator>maxmk</dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://maxmk.wordpress.com/2006/11/25/cpanel-bugfix-new-users-cant-access-cpanel/</guid>
		<description><![CDATA[This only affects VPS&#8217;s due to mishandling of adding passwords for new users when the VPS environment does not seem to configure pam to support MD5 password hashes.
SSH to VPS and do the following:
pico /etc/pam.d/system-auth
find this line:
password sufficient /lib/security/$ISA/pam_unix.so nullok use_authtok
add &#8220;md5 shadow&#8221; to the end of it, so that it looks like this
password sufficient [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=23&subd=maxmk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span class="largetext">This only affects VPS&#8217;s due to mishandling of adding passwords for new users when the VPS environment does not seem to configure pam to support MD5 password hashes.</span></p>
<p>SSH to VPS and do the following:</p>
<p>pico /etc/pam.d/system-auth</p>
<p>find this line:</p>
<p>password sufficient /lib/security/$ISA/pam_unix.so nullok use_authtok</p>
<p>add &#8220;md5 shadow&#8221; to the end of it, so that it looks like this</p>
<p>password sufficient /lib/security/$ISA/pam_unix.so nullok use_authtok md5 shadow</p>
<p>ctrl+x, save and tell client to recreate the users that can&#8217;t login in cPanel.<br />
_________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxmk.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxmk.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxmk.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxmk.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxmk.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxmk.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxmk.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxmk.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxmk.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxmk.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxmk.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxmk.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=23&subd=maxmk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://maxmk.wordpress.com/2006/11/25/cpanel-bugfix-new-users-cant-access-cpanel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">maxmk</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing/reinstalling Fantastico</title>
		<link>http://maxmk.wordpress.com/2006/11/25/installingreinstalling-fantastico/</link>
		<comments>http://maxmk.wordpress.com/2006/11/25/installingreinstalling-fantastico/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 13:55:59 +0000</pubDate>
		<dc:creator>maxmk</dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://maxmk.wordpress.com/2006/11/25/installingreinstalling-fantastico/</guid>
		<description><![CDATA[UNINSTALL:
============================================================================
rm -rf /var/netenberg/
rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/
rm -rf /usr/local/cpanel/3rdparty/fantastico*
rm -rf /usr/local/cpanel/base/frontend/*/fantastico
rm -f /usr/local/cpanel/base/frontend/x/cells/fantastico.html
============================================================================
INSTALL:
============================================================================
cd /usr/local/cpanel/whostmgr/docroot/cgi
wget -N http://www.netenberg.com/files/free/fantastico_whm_admin.tgz
tar -xzpf fantastico_whm_admin.tgz
rm -rf fantastico_whm_admin.tgz
============================================================================
Now go to WHM, login as root and follow the link
WHM -&#62; Add-Ons -&#62; Fantastico De Luxe WHM Admin (scroll down the left menu).
Upon loading, Fantastico De Luxe WHM Admin will auto-update your existing installation (if existing). All [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=22&subd=maxmk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>UNINSTALL:</p>
<p>============================================================================<br />
rm -rf /var/netenberg/<br />
rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/<br />
rm -rf /usr/local/cpanel/3rdparty/fantastico*<br />
rm -rf /usr/local/cpanel/base/frontend/*/fantastico<br />
rm -f /usr/local/cpanel/base/frontend/x/cells/fantastico.html<br />
============================================================================</p>
<p>INSTALL:</p>
<p>============================================================================<br />
cd /usr/local/cpanel/whostmgr/docroot/cgi<br />
wget -N http://www.netenberg.com/files/free/fantastico_whm_admin.tgz<br />
tar -xzpf fantastico_whm_admin.tgz<br />
rm -rf fantastico_whm_admin.tgz<br />
============================================================================</p>
<p>Now go to WHM, login as root and follow the link<br />
WHM -&gt; Add-Ons -&gt; Fantastico De Luxe WHM Admin (scroll down the left menu).</p>
<p>Upon loading, Fantastico De Luxe WHM Admin will auto-update your existing installation (if existing). All admin files (masterfiles, tarballs, settings etc) will be moved to or created at /var/netenberg.</p>
<p>&#8212;</p>
<p>After the installation is complete, click on &#8220;Settings&#8221; and go through the settings. While some settings are not important, some other (marked below with an *) are essential for a proper functioning of Fantastico installations.<br />
Language: Select the language for the admin backend AND default language for users without a language selected.<br />
Email notifications: Enter an email address in order to receive notifications when users perform installations using Fantastico.<br />
Master files settings (*): If you are not an advanced user who modifies the master files, leave this to &#8220;Remove&#8221;. Change this only if you know what you are doing<br />
PHPsuexec (*): VERY ESSENTIAL!!! Changing this value will not install or de-install phpsuexec for you. It will only tell Fantastico that you have phpsuexec installed or not installed on your server. Change to &#8220;installed&#8221; if you perform installations which produce an &#8220;Internal Server Error&#8221;. Notice: Changes will not apply to existing installations! You have to re-install in order to have working installations.<br />
Path to netPBM: Enter the full path to the netPBM binaries in order to enable Gallery installations. As long as this field has no value, your users will not be able to install Gallery.<br />
Select Fantastico licensing and files server: If the Fantastico pages take long to load switch to the server that works best for you. Fantastico will auto-switch if connections time out.<br />
Update preference: Select latest version (sometimes experimental) or stable version (best working).</p>
<p>If your users don&#8217;t see a Fantastico link in their CPanel: Go to WHM and edit the &#8220;default&#8221; Features List. Activate Fantastico.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxmk.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxmk.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxmk.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxmk.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxmk.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxmk.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxmk.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxmk.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxmk.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxmk.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxmk.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxmk.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=22&subd=maxmk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://maxmk.wordpress.com/2006/11/25/installingreinstalling-fantastico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">maxmk</media:title>
		</media:content>
	</item>
		<item>
		<title>What is Resin + installation</title>
		<link>http://maxmk.wordpress.com/2006/11/25/what-is-resin-installation/</link>
		<comments>http://maxmk.wordpress.com/2006/11/25/what-is-resin-installation/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 13:51:14 +0000</pubDate>
		<dc:creator>maxmk</dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://maxmk.wordpress.com/2006/11/25/what-is-resin-installation/</guid>
		<description><![CDATA[Resin is a very popular JSP/Servlet web server. It can be installed either as a stand alone Java/HTTP server or in conjunction with either Apache or IIS. For the purpose of this article we will focus on the installation procedure of Resin through Web Host Manager.
For more information on Resin and its functionality, please visit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=20&subd=maxmk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span class="largetext">Resin is a very popular JSP/Servlet web server. It can be installed either as a stand alone Java/HTTP server or in conjunction with either Apache or IIS. For the purpose of this article we will focus on the installation procedure of Resin through Web Host Manager.</span></p>
<p>For more information on Resin and its functionality, please visit the following URL: <a href="http://www.caucho.com/" target="_blank">http://www.caucho.com/</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Just like Tomcat JSP/Servlet Server, installing Resin on a cPanel based server is pretty much straight forward. First of all make sure that you have the latest version of cPanel (either Stable or Release, although I personally go with Stable). I recommend having version 9.9.0 and above.</p>
<p>2. Next, log on to your WHM (Web Host Manager) via your favorite web browser.</p>
<p>3. Scroll down on the left frame, until you’ve reached the cPanel section, then click on Addon Modules.</p>
<p>4. A new window will appear on the right frame. Scroll down until you see the Resin module, and check the Install and Keep Update field. When you’re done, scroll down and click on Save.</p>
<p>5. cPanel will now begin the process of installing Resin on your server. First it will install the latest j2sdk from Java on your server, and then the Resin module.</p>
<p>When the installation is complete, Resin will be fully integrated with your Apache web server. All that is left for you to do is to add the domain which you want to be able to serve JSP/Servlets pages. To do so, you will have to SSH into your server, and run the following command:</p>
<p>/scripts/addresin</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>If there is no option in WHM to install Resin, make sure to update it to Current version. It should be alright afterwards. If it&#8217;s already installed but not working, simply reinstall it by unclicking it &#8211; save &#8211; and then clicking it again and save again. That should do the trick.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxmk.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxmk.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxmk.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxmk.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxmk.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxmk.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxmk.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxmk.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxmk.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxmk.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxmk.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxmk.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=20&subd=maxmk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://maxmk.wordpress.com/2006/11/25/what-is-resin-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">maxmk</media:title>
		</media:content>
	</item>
		<item>
		<title>Remove Boxtrapper</title>
		<link>http://maxmk.wordpress.com/2006/11/25/remove-boxtrapper/</link>
		<comments>http://maxmk.wordpress.com/2006/11/25/remove-boxtrapper/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 13:50:25 +0000</pubDate>
		<dc:creator>maxmk</dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://maxmk.wordpress.com/2006/11/25/remove-boxtrapper/</guid>
		<description><![CDATA[Please follow the steps to remove boxtrapper completely :-
rm -rf /usr/local/cpanel/base/frontend/x/mail/boxtrapper.css
rm -rf /usr/local/cpanel/base/frontend/x/mail/boxtrapper.html
rm -rf /usr/local/cpanel/base/frontend/xmail/mail/boxtrapper.html
rm -rf /usr/local/cpanel/base/frontend/xmail/mail/boxtrapper.css
rm -rf /usr/local/cpanel/base/frontend/x/pro/boxtrapper*
rm -rf /usr/local/cpanel/base/webmailboxtrapper.cgi
rm -rf /usr/local/cpanel/etc/exim/per
rm -rf /usr/local/cpanel/etc/exim/perl/boxtrapper
rm -rf /usr/local/cpanel/etc/boxtrapperrm -rf /usr/local/cpanel/bin/boxtrapper
Go to WHM uncheck the option for boxtrapper in Tweak Settings the go to Feature Manager-&#62;Edit default feature option and uncheck it from there as well.
cp /etc/exim.conf [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=19&subd=maxmk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span class="largetext">Please follow the steps to remove boxtrapper completely :-</span></p>
<p>rm -rf /usr/local/cpanel/base/frontend/x/mail/boxtrapper.css<br />
rm -rf /usr/local/cpanel/base/frontend/x/mail/boxtrapper.html<br />
rm -rf /usr/local/cpanel/base/frontend/xmail/mail/boxtrapper.html<br />
rm -rf /usr/local/cpanel/base/frontend/xmail/mail/boxtrapper.css<br />
rm -rf /usr/local/cpanel/base/frontend/x/pro/boxtrapper*<br />
rm -rf /usr/local/cpanel/base/webmailboxtrapper.cgi<br />
rm -rf /usr/local/cpanel/etc/exim/per<br />
rm -rf /usr/local/cpanel/etc/exim/perl/boxtrapper<br />
rm -rf /usr/local/cpanel/etc/boxtrapperrm -rf /usr/local/cpanel/bin/boxtrapper</p>
<p>Go to WHM uncheck the option for boxtrapper in Tweak Settings the go to Feature Manager-&gt;Edit default feature option and uncheck it from there as well.</p>
<p>cp /etc/exim.conf /etc/exim_bak.conf</p>
<p>And remove all the instances of it from /etc/exim.conf</p>
<p>Save and restart exim.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxmk.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxmk.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxmk.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxmk.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxmk.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxmk.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxmk.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxmk.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxmk.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxmk.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxmk.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxmk.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=19&subd=maxmk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://maxmk.wordpress.com/2006/11/25/remove-boxtrapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">maxmk</media:title>
		</media:content>
	</item>
		<item>
		<title>Transferring Address Book from Neomail to Horde and Squirrel</title>
		<link>http://maxmk.wordpress.com/2006/11/25/transferring-address-book-from-neomail-to-horde-and-squirrel/</link>
		<comments>http://maxmk.wordpress.com/2006/11/25/transferring-address-book-from-neomail-to-horde-and-squirrel/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 13:49:31 +0000</pubDate>
		<dc:creator>maxmk</dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://maxmk.wordpress.com/2006/11/25/transferring-address-book-from-neomail-to-horde-and-squirrel/</guid>
		<description><![CDATA[How to Transfer the address book from Neomail to Horde and SquirrelMail ?
hehe Good Question. Here is the solution :
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
From Neomail to Horde -
If you had entries in your Addressbook in NeoMail it is a pretty easy process to import them into Horde.
1. Log into the account using an FTP program and download the addressbook [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=18&subd=maxmk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span class="largetext">How to Transfer the address book from Neomail to Horde and SquirrelMail ?</span></p>
<p>hehe Good Question. Here is the solution :</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>From Neomail to Horde -</p>
<p>If you had entries in your Addressbook in NeoMail it is a pretty easy process to import them into Horde.</p>
<p>1. Log into the account using an FTP program and download the addressbook from the .neomail-emailuser/cpanelusername folder that is in your root folder and save them to your computer.</p>
<p>2. Go to Horde and click on Organizing then Address Book.</p>
<p>3. Click on the Import/Export icon at the top.</p>
<p>4. Using the comma delimited format browse for the file on your computer and follow the steps and it should work fine.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>From Neomail to SquirrelMail -</p>
<p>After writing up how to import the Addressbook from Neomail to Horde now whether it is possible with SquirrelMail since<br />
SquirrelMail does not have an import option enabled.</p>
<p>It is possible and fairly easy to do. Neomail only has two fields in the addressbook, the nickname and the email address.<br />
SquirrelMail has five fields and the order is Nickname, First Name, Last Name, email address, and Other Info. Here are the<br />
steps to copy your addresses over:</p>
<p>1. Download the Neomail address book by using an FTP program and going to .neomail-emailuser/cpanelusername. The file is<br />
called addressbook.</p>
<p>2. Edit the file in a text editor. Change the colon to three bars, i.e. find : and replace with |||.</p>
<p>command is # replace &#8220;:&#8221; &#8220;|||&#8221; &#8212; addressbook</p>
<p>3. Save the file to a folder called .sqmaildata in your root folder to a file in the form of <a href="mailto:emailuser@yourTCHdomain.com.abook">emailuser@yourTCHdomain.com.abook</a>.<br />
(You can overwrite the file that is there if you have not stored addresses in SquirrelMail since it will create an empty<br />
file by default.)</p>
<p>That&#8217;s it. You should have your addresses in SquirelMail now.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Please note that this only works in the SquirrelMail that is accesses by using /webmail after the domain name or accessed<br />
through your CPanel.</p>
<p>If you need the addressbook in the installation accessed by adding /sqmail at the end of your domain you would need to<br />
log in using /webmail, perform the steps above.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxmk.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxmk.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxmk.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxmk.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxmk.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxmk.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxmk.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxmk.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxmk.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxmk.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxmk.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxmk.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=18&subd=maxmk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://maxmk.wordpress.com/2006/11/25/transferring-address-book-from-neomail-to-horde-and-squirrel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">maxmk</media:title>
		</media:content>
	</item>
		<item>
		<title>cPanel bugfix: Can&#8217;t receive email via mail client</title>
		<link>http://maxmk.wordpress.com/2006/11/25/cpanel-bugfix-cant-receive-email-via-mail-client/</link>
		<comments>http://maxmk.wordpress.com/2006/11/25/cpanel-bugfix-cant-receive-email-via-mail-client/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 13:47:37 +0000</pubDate>
		<dc:creator>maxmk</dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://maxmk.wordpress.com/2006/11/25/cpanel-bugfix-cant-receive-email-via-mail-client/</guid>
		<description><![CDATA[There&#8217;s a bug in cPanel which prevents user from checking mail from mail client, while you can login to webmail without a problem and you can send out email without a problem.
To fix this, SSH into server/vps, try to receive email within mail client using account that client provided and then run: tail -f /var/log/messages
just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=17&subd=maxmk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span class="largetext">There&#8217;s a bug in cPanel which prevents user from checking mail from mail client, while you can login to webmail without a problem and you can send out email without a problem.</span></p>
<p>To fix this, SSH into server/vps, try to receive email within mail client using account that client provided and then run: tail -f /var/log/messages</p>
<p>just to make sure it&#8217;s this problem. It should be something similar to this:</p>
<p>server1 popa3d(pam_unix)[13128]: check pass; user unknown<br />
server1 popa3d(pam_unix)[13128]: authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=<br />
server1 popa3d[13128]: Authentication failed for UNKNOWN USER from 127.0.0.1</p>
<p>then: cd /etc/xinetd.d/ and edit these files:</p>
<p>pop3s<br />
popa3d<br />
popa3ds<br />
cpimap</p>
<p>You&#8217;ll see one line saying:</p>
<p>disable = &#8216;no&#8217;</p>
<p>make it</p>
<p>disable = &#8216;yes&#8217;</p>
<p>Save and exit. Then restart xinetd and cppop and it should be alright.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxmk.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxmk.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxmk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxmk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxmk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxmk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxmk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxmk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxmk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxmk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxmk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxmk.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=17&subd=maxmk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://maxmk.wordpress.com/2006/11/25/cpanel-bugfix-cant-receive-email-via-mail-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">maxmk</media:title>
		</media:content>
	</item>
		<item>
		<title>SSL Failed</title>
		<link>http://maxmk.wordpress.com/2006/11/25/ssl-failed/</link>
		<comments>http://maxmk.wordpress.com/2006/11/25/ssl-failed/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 13:46:36 +0000</pubDate>
		<dc:creator>maxmk</dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://maxmk.wordpress.com/2006/11/25/ssl-failed/</guid>
		<description><![CDATA[While Restarte ing Cpanel it shows SSL service failed as :
===================================================================
Starting eximstats: [ OK ]
Starting cPanel services: [ OK ]
Starting cPanel Log services: [ OK ]
Starting pop3 services: [ OK ]
Starting cPanel Chat services:
Starting Melange Chat services:
Starting cPanel ssl services: [FAILED]
Starting mailman services: Starting Mailman&#8217;s master qrunner.
===================================================================
Then just follow the following steps to solve the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=16&subd=maxmk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>While Restarte ing Cpanel it shows SSL service failed as :</p>
<p>===================================================================<br />
Starting eximstats: [ OK ]<br />
Starting cPanel services: [ OK ]<br />
Starting cPanel Log services: [ OK ]<br />
Starting pop3 services: [ OK ]<br />
Starting cPanel Chat services:<br />
Starting Melange Chat services:<br />
Starting cPanel ssl services: [FAILED]<br />
Starting mailman services: Starting Mailman&#8217;s master qrunner.<br />
===================================================================</p>
<p>Then just follow the following steps to solve the error:</p>
<p>1) Please check the stunnel version running on the Server / VPS by using the command &#8220;ps -aux | grep stunnel&#8221;</p>
<p>===================================================================<br />
root@server [~]# ps -aux | grep stunnel<br />
cpanel 23844 0.0 0.0 3832 1620 ? S Aug22 0:00 /usr/bin/stunnel-4.15local          /usr/local/cpanel/etc/stunnel/default/stunnel.conf.run<br />
root 1620 0.0 0.0 1432 444 pts/0 S Aug24 0:00 grep stunnel<br />
===================================================================</p>
<p>Here the stunnel version is 4.15 &#8220;stunnel-4.15local&#8221;</p>
<p>2) Open stop stunnel file using vi and it will show the following contents:</p>
<p>===================================================================<br />
root@server [~]# vi /usr/local/cpanel/etc/init/stopstunnel<br />
#!/usr/bin/perl</p>
<p>killstunnel();<br />
sub killstunnel {<br />
system(&#8220;/scripts/ckillall -9 stunnel&#8221;);<br />
system(&#8220;/scripts/ckillall -9 stunnel-3.22local&#8221;);<br />
system(&#8220;/scripts/ckillall -9 stunnel-4.00local&#8221;);<br />
system(&#8220;/scripts/ckillall -9 stunnel-4.02local&#8221;);<br />
system(&#8220;/scripts/ckillall -9 stunnel-4.04local&#8221;);<br />
system(&#8220;/scripts/ckillall -9 stunnel-4.05local&#8221;);<br />
}<br />
===================================================================</p>
<p>3) Copy the second last line and paste it below that line and change the stunnel version to 4.15 local. The file should look as :</p>
<p>===================================================================<br />
root@server [~]# vi /usr/local/cpanel/etc/init/stopstunnel<br />
#!/usr/bin/perl</p>
<p>killstunnel();<br />
sub killstunnel {<br />
system(&#8220;/scripts/ckillall -9 stunnel&#8221;);<br />
system(&#8220;/scripts/ckillall -9 stunnel-3.22local&#8221;);<br />
system(&#8220;/scripts/ckillall -9 stunnel-4.00local&#8221;);<br />
system(&#8220;/scripts/ckillall -9 stunnel-4.02local&#8221;);<br />
system(&#8220;/scripts/ckillall -9 stunnel-4.04local&#8221;);<br />
system(&#8220;/scripts/ckillall -9 stunnel-4.05local&#8221;);<br />
system(&#8220;/scripts/ckillall -9 stunnel-4.15local&#8221;);<br />
}<br />
===================================================================</p>
<p>Save and exit from the file.</p>
<p>4) Restart the cPanel and check if error persist. Smile</p>
<p>===================================================================<br />
Starting eximstats: [ OK ]<br />
Starting cPanel services: [ OK ]<br />
Starting cPanel Log services: [ OK ]<br />
Starting pop3 services: [ OK ]<br />
Starting cPanel Chat services:<br />
Starting Melange Chat services:<br />
Starting cPanel ssl services: [ OK ]<br />
Starting mailman services: Starting Mailman&#8217;s master qrunner.<br />
===================================================================</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxmk.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxmk.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxmk.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxmk.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxmk.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxmk.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxmk.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxmk.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxmk.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxmk.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxmk.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxmk.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=16&subd=maxmk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://maxmk.wordpress.com/2006/11/25/ssl-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">maxmk</media:title>
		</media:content>
	</item>
		<item>
		<title>Fantastico phpbb installation error</title>
		<link>http://maxmk.wordpress.com/2006/11/25/fantastico-phpbb-installation-error/</link>
		<comments>http://maxmk.wordpress.com/2006/11/25/fantastico-phpbb-installation-error/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 13:43:16 +0000</pubDate>
		<dc:creator>maxmk</dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://maxmk.wordpress.com/2006/11/25/fantastico-phpbb-installation-error/</guid>
		<description><![CDATA[ If you are getting following error while installing phpbb from Fantastico
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
Warning: fileperms(): Stat failed for /home/qededu/.fantasticodata/temporary/phpBB2 (errno=2 &#8211; No such file or directory) in /usr/local/cpanel/3rdparty/fantastico//includes/enc_functions.php on line 287
Warning: is_file(): Stat failed for /home/qededu/public_html/test/config.php (errno=13 &#8211; Permission denied) in /tmp/cpanel_phpengine.1146740152.297467947.16752673597 on line 1147
1) File: /home/qededu/public_html/test/config.php [ERROR! ]
Warning: is_file(): Stat failed for /home/qededu/public_html/test/data.sql (errno=13 &#8211; Permission [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=15&subd=maxmk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span class="largetext"> If you are getting following error while installing phpbb from Fantastico</span></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Warning: fileperms(): Stat failed for /home/qededu/.fantasticodata/temporary/phpBB2 (errno=2 &#8211; No such file or directory) in /usr/local/cpanel/3rdparty/fantastico//includes/enc_functions.php on line 287</p>
<p>Warning: is_file(): Stat failed for /home/qededu/public_html/test/config.php (errno=13 &#8211; Permission denied) in /tmp/cpanel_phpengine.1146740152.297467947.16752673597 on line 1147<br />
1) File: /home/qededu/public_html/test/config.php [ERROR! ]</p>
<p>Warning: is_file(): Stat failed for /home/qededu/public_html/test/data.sql (errno=13 &#8211; Permission denied) in /tmp/cpanel_phpengine.1146740152.297467947.16752673597 on line 1147<br />
2) File: /home/qededu/public_html/test/data.sql [ERROR! ]<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Just check the permission of tar file. Try to run following commands:</p>
<p>root@venus [~]# whereis tar<br />
root@venus [~]# ls -al /bin/tar</p>
<p>If permission of /bin/tar is not 755 just change it to 755.<br />
root@venus [~]#ls -al /bin/tar<br />
-rwx&#8212;&#8212; 1 root root 149484 Mar 13 10:57 /bin/tar*<br />
root@venus [~]#chmod 755 /bin/tar*<br />
root@venus [~]# ls -al /bin/tar<br />
-rwxr-xr-x 1 root root 149484 Mar 13 10:57 /bin/tar*</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxmk.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxmk.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxmk.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxmk.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxmk.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxmk.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxmk.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxmk.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxmk.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxmk.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxmk.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxmk.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=15&subd=maxmk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://maxmk.wordpress.com/2006/11/25/fantastico-phpbb-installation-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">maxmk</media:title>
		</media:content>
	</item>
	</channel>
</rss>