<?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>Eddie On Everything &#187; whm</title>
	<atom:link href="http://www.eddieoneverything.com/tag/whm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eddieoneverything.com</link>
	<description>Tips &#38; tricks on things that interest me</description>
	<lastBuildDate>Wed, 11 Jan 2012 08:29:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cpanel problem parking domain using a remote nameserver</title>
		<link>http://www.eddieoneverything.com/internet/cpanel-problem-parking-domain-using-a-remote-nameserver.php</link>
		<comments>http://www.eddieoneverything.com/internet/cpanel-problem-parking-domain-using-a-remote-nameserver.php#comments</comments>
		<pubDate>Mon, 24 Nov 2008 17:47:58 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[cpanel]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[whm]]></category>
		<category><![CDATA[webhosting]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/internet/cpanel-problem-parking-domain-using-a-remote-nameserver.php</guid>
		<description><![CDATA[I was using Cpanel to park a domain and I was getting the following error message:
Error from park wrapper: Using nameservers with the following IPs: xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx. Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server. Please transfer the domain to [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--></p>
<p>I was using Cpanel to park a domain and I was getting the following error message:</p>
<p><code>Error from park wrapper: Using nameservers with the following IPs: xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx. Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server. Please transfer the domain to this servers nameservers or have your administrator add one of its nameservers to /etc/ips.remotedns and make the proper A entries on that remote nameserver.<br />
</code></p>
<p>The new domain that I want to park is indeed using remote nameservers, and I would like to keep it that way, so solution #1 isn&#8217;t ideal.  </p>
<p>The other solution isn&#8217;t ideal either &#8211; I don&#8217;t want to make system-wide changes for a single cpanel account.</p>
<p><strong>My solution:</strong>  I didn&#8217;t find this solution listed anywhere else in the forums, but to me, it seems to be the best &#8211; simple use WHM to park the domain, or, if you don&#8217;t have root access, ask your administrator to do the same.  The root user is permitted to park domains that use remote nameservers.  </p>
<p>No adding to /etc/ips.remotedns necessary, and you can still keep using remote DNS servers.</p>
<p>Problem solved.</p>
<p><!--adsense#largerectanglenowrap--></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/linux/linux-whm-cpanel-resource-temporarily-unavailable.php" title="Linux / WHM / Cpanel : Resource temporarily unavailable">Linux / WHM / Cpanel : Resource temporarily unavailable</a></li><li><a href="http://www.eddieoneverything.com/linux/uploading-large-files-to-a-lamp-setup-upload_max_filesize-post_max_size-and-max_allowed_packet.php" title="Uploading Large Files to a LAMP setup &#8211; upload_max_filesize, post_max_size, and max_allowed_packet">Uploading Large Files to a LAMP setup &#8211; upload_max_filesize, post_max_size, and max_allowed_packet</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/internet/cpanel-problem-parking-domain-using-a-remote-nameserver.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux / WHM / Cpanel : Resource temporarily unavailable</title>
		<link>http://www.eddieoneverything.com/linux/linux-whm-cpanel-resource-temporarily-unavailable.php</link>
		<comments>http://www.eddieoneverything.com/linux/linux-whm-cpanel-resource-temporarily-unavailable.php#comments</comments>
		<pubDate>Mon, 24 Nov 2008 02:09:52 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[fork bomb]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[system resources]]></category>
		<category><![CDATA[ulimit]]></category>
		<category><![CDATA[whm]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/linux/linux-whm-cpanel-resource-temporarily-unavailable.php</guid>
		<description><![CDATA[Getting this Linux error message?
Resource temporarily unavailable
It&#8217;s because your system is limiting the number of files / processes / CPU that your particular user ID can use.
If you use WHM/Cpanel, enabling the &#8220;Shell fork bomb protection&#8221; can make the &#8220;Resource temporarily unavailable&#8221; message appear more often.
Don&#8217;t disable the shell fork bomb protection &#8211; it&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#largerectanglenowrap--></p>
<p>Getting this Linux error message?</p>
<p>Resource temporarily unavailable</p>
<p>It&#8217;s because your system is limiting the number of files / processes / CPU that your particular user ID can use.</p>
<p>If you use WHM/Cpanel, enabling the &#8220;Shell fork bomb protection&#8221; can make the &#8220;Resource temporarily unavailable&#8221; message appear more often.</p>
<p>Don&#8217;t disable the shell fork bomb protection &#8211; it&#8217;s a good thing.  After all, do you want any jackass user to be able to write a perl script containing the line &#8220;while (fork());&#8221;  and bring your system to its knees?</p>
<p>Instead, consider raising the limits for individual trusted users using ulimit.  (You will need root access to do this.)</p>
<p>Make the following changes in the system shell init files.</p>
<p><code>(these files)<br />
/etc/profile<br />
/etc/bashrc<br />
/etc/profile.d/limits.sh<br />
</code></p>
<p><code>if [ "$LIMITUSER" = "root" ]; then<br />
ulimit -n 4096 -u 14335 -m unlimited -d unlimited -s 8192 -c 1000000 -v unlimited 2&gt;/dev/null<br />
elif [ "$LIMITUSER" = "YOUR USER NAME" ]; then<br />
ulimit -n 4096 -u 14335 -m unlimited -d unlimited -s 8192 -c 1000000 -v unlimited 2&gt;/dev/null<br />
else<br />
ulimit -n 100 -u 20 -m 200000 -d 200000 -s 8192 -c 200000 -v 200000 2&gt;/dev/null<br />
fi<br />
</code></p>
<p><!--adsense#largerectanglenowrap--></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/internet/cpanel-problem-parking-domain-using-a-remote-nameserver.php" title="Cpanel problem parking domain using a remote nameserver">Cpanel problem parking domain using a remote nameserver</a></li><li><a href="http://www.eddieoneverything.com/articles/linux-forward-file-not-working-make-sure-you-have-the-permissions-set-correctly.php" title="Linux .forward file not working?  Make sure you have the permissions set correctly">Linux .forward file not working?  Make sure you have the permissions set correctly</a></li><li><a href="http://www.eddieoneverything.com/articles/managing-server-load-when-unzipping-many-large-files.php" title="Managing Server Load when unzipping many large files">Managing Server Load when unzipping many large files</a></li><li><a href="http://www.eddieoneverything.com/linux/caution-filename-not-matched-error-when-unzipping-multiple-files-workaround.php" title="Caution: filename not matched error when unzipping multiple files workaround">Caution: filename not matched error when unzipping multiple files workaround</a></li><li><a href="http://www.eddieoneverything.com/articles/how-to-scan-a-computer-for-open-ports.php" title="How to Scan a Computer for Open Ports">How to Scan a Computer for Open Ports</a></li><li><a href="http://www.eddieoneverything.com/articles/the-zen-of-taco-bell-programming-using-unix-tools-to-prevent-reinventing-the-wheel.php" title="The Zen of Taco Bell Programming &#8211; Using Unix Tools to Prevent Reinventing the Wheel">The Zen of Taco Bell Programming &#8211; Using Unix Tools to Prevent Reinventing the Wheel</a></li><li><a href="http://www.eddieoneverything.com/linux/how-to-keep-an-ssh-connection-alive-in-linux.php" title="How To Keep An SSH Connection Alive in Linux">How To Keep An SSH Connection Alive in Linux</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/linux/linux-whm-cpanel-resource-temporarily-unavailable.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

