<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>cPanel Resources, Guides, and Tutorials for System Admins :: missysadmin.com</title>
	<link>http://missysadmin.com</link>
	<description>cPanel Webhosting Resources for Linux System Admins</description>
	<pubDate>Tue, 12 Aug 2008 08:36:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>/bin/pwd: Permission Denied</title>
		<link>http://missysadmin.com/2008/08/12/binpwd-permission-denied/</link>
		<comments>http://missysadmin.com/2008/08/12/binpwd-permission-denied/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 08:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Troubleshooting &amp; Fixes]]></category>

		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://missysadmin.com/2008/08/12/binpwd-permission-denied/</guid>
		<description><![CDATA[We first saw this error when users were trying to install custom PEAR modules through cPanel:
/bin/pwd: cannot open directory `..’: Permission denied
This appears to be directly related to RHEL/CentOS5, according to cPanel&#8217;s blog entry here:
http://blog.cpanel.net/?p=50
Easy fix for cPanel:
/scripts/enablefileprotect
]]></description>
			<content:encoded><![CDATA[<p>We first saw this error when users were trying to install custom PEAR modules through cPanel:</p>
<p>/bin/pwd: cannot open directory `..’: Permission denied</p>
<p>This appears to be directly related to RHEL/CentOS5, according to cPanel&#8217;s blog entry here:</p>
<p><a href="http://blog.cpanel.net/?p=50" target="_blank">http://blog.cpanel.net/?p=50</a></p>
<p>Easy fix for cPanel:</p>
<blockquote><p>/scripts/enablefileprotect</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://missysadmin.com/2008/08/12/binpwd-permission-denied/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Aquota.user permission denied</title>
		<link>http://missysadmin.com/2008/08/12/aquotauser-permission-denied/</link>
		<comments>http://missysadmin.com/2008/08/12/aquotauser-permission-denied/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 08:34:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Troubleshooting &amp; Fixes]]></category>

		<guid isPermaLink="false">http://missysadmin.com/2008/08/12/aquotauser-permission-denied/</guid>
		<description><![CDATA[If you get this error when setting a quota:
touch: cannot touch `/aquota.user&#8217;: Permission denied.
Run:
chattr -ia /aquota.user
]]></description>
			<content:encoded><![CDATA[<p>If you get this error when setting a quota:</p>
<blockquote><p>touch: cannot touch `/aquota.user&#8217;: Permission denied.</p></blockquote>
<p>Run:</p>
<blockquote><p>chattr -ia /aquota.user</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://missysadmin.com/2008/08/12/aquotauser-permission-denied/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No filesystems with quota detected!</title>
		<link>http://missysadmin.com/2008/08/12/no-filesystems-with-quota-detected/</link>
		<comments>http://missysadmin.com/2008/08/12/no-filesystems-with-quota-detected/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 08:33:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Troubleshooting &amp; Fixes]]></category>

		<guid isPermaLink="false">http://missysadmin.com/2008/08/12/no-filesystems-with-quota-detected/</guid>
		<description><![CDATA[On some servers, mainly ones with larger disk arrays, you may experience the following error when attempting to set a quota or run the initial quota setup or fixquotas:
No filesystems with quota detected.
To fix this, you need to make sure the &#8216;usrquota&#8217; option is located in /etc/fstab for any home partitions:

LABEL=/     [...]]]></description>
			<content:encoded><![CDATA[<p>On some servers, mainly ones with larger disk arrays, you may experience the following error when attempting to set a quota or run the initial quota setup or fixquotas:</p>
<blockquote><p>No filesystems with quota detected.</p></blockquote>
<p>To fix this, you need to make sure the &#8216;usrquota&#8217; option is located in /etc/fstab for any home partitions:</p>
<blockquote>
<pre>LABEL=/                 /                       ext3    defaults,usrquota,noatime        0 0</pre>
</blockquote>
<p>The either reboot, or remount:</p>
<blockquote>
<pre>mount -o remount /</pre>
</blockquote>
<pre></pre>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://missysadmin.com/2008/08/12/no-filesystems-with-quota-detected/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Edit the Exim Greeting</title>
		<link>http://missysadmin.com/2008/08/12/how-to-edit-the-exim-greeting/</link>
		<comments>http://missysadmin.com/2008/08/12/how-to-edit-the-exim-greeting/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 08:31:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Exim/Mail]]></category>

		<guid isPermaLink="false">http://missysadmin.com/2008/08/12/how-to-edit-the-exim-greeting/</guid>
		<description><![CDATA[Whenever your mainl server sends to or receives email from other servers, it broadcasts a greeting that looks somewhat like this:

220-your.hostname ESMTP Exim 4.68 #1 Tue, 06 May 2008 19:33:44 -0700
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.

To edit this greeting, you can edit the following section in [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever your mainl server sends to or receives email from other servers, it broadcasts a greeting that looks somewhat like this:</p>
<blockquote>
<pre>220-your.hostname ESMTP Exim 4.68 #1 Tue, 06 May 2008 19:33:44 -0700
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.</pre>
</blockquote>
<p>To edit this greeting, you can edit the following section in /etc/exim.conf:</p>
<blockquote>
<pre>smtp_banner = "${primary_hostname} ESMTP Exim ${version_number}
#${compile_number} ${tod_full} n
 We do not authorize the use of this system to transport unsolicited, n
 and/or bulk e-mail."</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://missysadmin.com/2008/08/12/how-to-edit-the-exim-greeting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using the XML API&#8217;s with cPanel/WHM</title>
		<link>http://missysadmin.com/2008/08/12/using-the-xml-apis-with-cpanelwhm/</link>
		<comments>http://missysadmin.com/2008/08/12/using-the-xml-apis-with-cpanelwhm/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 08:09:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Useful Tools &amp; Scripts]]></category>

		<category><![CDATA[Webhost Manager]]></category>

		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://missysadmin.com/2008/08/12/using-the-xml-apis-with-cpanelwhm/</guid>
		<description><![CDATA[Read the full tutorial at v-nessa.net:
http://www.v-nessa.net/2008/05/07/sexifying-whm-with-xml-api 
The XML API&#8217;s allow you to script many of the WHM reseller functions using perl or PHP.  This is particularly useful for external scripts and integration, or just giving your resellers access to perform certain functions without using WHM.
]]></description>
			<content:encoded><![CDATA[<p>Read the full tutorial at v-nessa.net:</p>
<p><a href="http://www.v-nessa.net/2008/05/07/sexifying-whm-with-xml-api " target="_blank">http://www.v-nessa.net/2008/05/07/sexifying-whm-with-xml-api </a></p>
<p>The XML API&#8217;s allow you to script many of the WHM reseller functions using perl or PHP.  This is particularly useful for external scripts and integration, or just giving your resellers access to perform certain functions without using WHM.</p>
]]></content:encoded>
			<wfw:commentRss>http://missysadmin.com/2008/08/12/using-the-xml-apis-with-cpanelwhm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install cPanel Proxy Domains</title>
		<link>http://missysadmin.com/2008/08/12/install-cpanel-proxy-domains/</link>
		<comments>http://missysadmin.com/2008/08/12/install-cpanel-proxy-domains/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 08:06:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://missysadmin.com/2008/08/12/install-cpanel-proxy-domains/</guid>
		<description><![CDATA[As of cPanel 11.23, proxy functionality has been restored internally without the need for the old cpanelproxy.net script that stopped working after 11.18.  Full instructions are here:
http://www.v-nessa.net/2008/07/26/setting-up-cpanel-proxies
In short:

Upgrade to cPanel 11.23 if you have not already
Enable the three proxy settings in WHM &#62; Tweak Settings
Install mod_proxy if it is not already installed, preferably through EA3.  [...]]]></description>
			<content:encoded><![CDATA[<p>As of cPanel 11.23, proxy functionality has been restored internally without the need for the old cpanelproxy.net script that stopped working after 11.18.  Full instructions are here:</p>
<p><a href="http://www.v-nessa.net/2008/07/26/setting-up-cpanel-proxies" target="_blank">http://www.v-nessa.net/2008/07/26/setting-up-cpanel-proxies</a></p>
<p>In short:</p>
<ol>
<li>Upgrade to cPanel 11.23 if you have not already</li>
<li>Enable the three proxy settings in WHM &gt; Tweak Settings</li>
<li>Install mod_proxy if it is not already installed, preferably through EA3.  Vanessa at v-nessa.net includes instructions for installing the module separately if you do not want to reinstall Apache.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://missysadmin.com/2008/08/12/install-cpanel-proxy-domains/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WHM APF Plugin</title>
		<link>http://missysadmin.com/2008/06/07/whm-apf-plugin/</link>
		<comments>http://missysadmin.com/2008/06/07/whm-apf-plugin/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 05:08:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Useful Tools &amp; Scripts]]></category>

		<category><![CDATA[Webhost Manager]]></category>

		<guid isPermaLink="false">http://missysadmin.com/2008/06/07/whm-apf-plugin/</guid>
		<description><![CDATA[This plugin allows users with reseller privileges (WHM) to add IPs to their APF.
http://www.v-nessa.net/2008/06/05/whm-apf-plugin 
]]></description>
			<content:encoded><![CDATA[<p>This plugin allows users with reseller privileges (WHM) to add IPs to their APF.</p>
<p><a href="http://www.v-nessa.net/2008/06/05/whm-apf-plugin " target="_blank">http://www.v-nessa.net/2008/06/05/whm-apf-plugin </a></p>
]]></content:encoded>
			<wfw:commentRss>http://missysadmin.com/2008/06/07/whm-apf-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Subversion</title>
		<link>http://missysadmin.com/2008/03/23/installing-subversion/</link>
		<comments>http://missysadmin.com/2008/03/23/installing-subversion/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 06:20:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Third-Party Software]]></category>

		<guid isPermaLink="false">http://missysadmin.com/2008/03/23/installing-subversion/</guid>
		<description><![CDATA[It&#8217;s best to upgrade to Apache 2.2 with the DAV module enabled, but you may be able to get away with Apache 1.3 with DAV.
cd /usr/src
wget http://www.webdav.org/neon/neon-0.25.5.tar.gz
tar -xvzf neon-0.25.5.tar.gz
cd neon-0.25.5
./configure &#38;&#38; make &#38;&#38; make install
cd ../
mv neon-0.25.5 neon
After the installation, download the subversion sources from here:
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&#38;expandFolder=74
Untar the archive into a temp directory like /usr/src and [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s best to upgrade to Apache 2.2 with the DAV module enabled, but you may be able to get away with Apache 1.3 with DAV.</p>
<pre>cd /usr/src
wget <a href="http://www.webdav.org/neon/neon-0.25.5.tar.gz" class="external free" title="http://www.webdav.org/neon/neon-0.25.5.tar.gz" rel="nofollow">http://www.webdav.org/neon/neon-0.25.5.tar.gz</a>
tar -xvzf neon-0.25.5.tar.gz
cd neon-0.25.5
./configure &amp;&amp; make &amp;&amp; make install
cd ../
mv neon-0.25.5 neon</pre>
<p>After the installation, download the subversion sources from here:</p>
<p><a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&amp;expandFolder=74" class="external free" title="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&amp;expandFolder=74" rel="nofollow">http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&amp;expandFolder=74</a><br />
Untar the archive into a temp directory like /usr/src and enter into the resulting folder. The run these commands to configure and install:</p>
<pre>./configure --with-apxs=/usr/local/apache/bin/apxs \
 --with-apr=/usr/local/apache \
 --with-apr-util=/usr/local/apache \
 --with-ssl --enable-dso
make &amp;&amp; make install</pre>
<p>Verify that the installation was successfully by running <strong>svn &#8211;version</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://missysadmin.com/2008/03/23/installing-subversion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>phpMyAdmin Error: Cannot start session&#8230;</title>
		<link>http://missysadmin.com/2008/03/18/phpmyadmin-error-cannot-start-session/</link>
		<comments>http://missysadmin.com/2008/03/18/phpmyadmin-error-cannot-start-session/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 07:53:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Troubleshooting &amp; Fixes]]></category>

		<guid isPermaLink="false">http://missysadmin.com/2008/03/18/phpmyadmin-error-cannot-start-session/</guid>
		<description><![CDATA[Among other problems you might not have noticed, phpMyAdmin might be giving you this error:
phpMyAdmin - Error Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
This means that your /tmp partition is full, or if you are on a VPS you are [...]]]></description>
			<content:encoded><![CDATA[<p>Among other problems you might not have noticed, phpMyAdmin might be giving you this error:</p>
<blockquote><p>phpMyAdmin - Error Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.</p></blockquote>
<p>This means that your /tmp partition is full, or if you are on a VPS you are out of free inodes.  To check both, type:</p>
<blockquote><p>df -i</p>
<p>df -h</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://missysadmin.com/2008/03/18/phpmyadmin-error-cannot-start-session/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CentOS Yum GCC-Dummy Error</title>
		<link>http://missysadmin.com/2008/02/21/centos-yum-gcc-dummy-error/</link>
		<comments>http://missysadmin.com/2008/02/21/centos-yum-gcc-dummy-error/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 02:12:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Troubleshooting &amp; Fixes]]></category>

		<guid isPermaLink="false">http://missysadmin.com/2008/02/21/centos-yum-gcc-dummy-error/</guid>
		<description><![CDATA[The following error has been reported while doing yum updates on CentOS 4.x systems:
--&#62; Processing Dependency: glibc-common = 2.3.4-2.25 for package: glibc-dummy-centos-4

--&#62; Finished Dependency Resolution

Error: Missing Dependency: glibc-common = 2.3.4-2.25 is needed by package glibc-dummy-centos-4
To fix this error, the the following commands:


yum remove glibc-dummy-centos-4
yum install gcc &#38; yum install gcc*
yum update

]]></description>
			<content:encoded><![CDATA[<p>The following error has been reported while doing yum updates on CentOS 4.x systems:</p>
<pre>--&gt; Processing Dependency: glibc-common = 2.3.4-2.25 for package: glibc-dummy-centos-4

--&gt; Finished Dependency Resolution

Error: Missing Dependency: glibc-common = 2.3.4-2.25 is needed by package glibc-dummy-centos-4</pre>
<p>To fix this error, the the following commands:</p>
<pre></pre>
<blockquote>
<pre>yum remove glibc-dummy-centos-4</pre>
<pre>yum install gcc &amp; yum install gcc*</pre>
<pre>yum update</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://missysadmin.com/2008/02/21/centos-yum-gcc-dummy-error/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
