<?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"
	>

<channel>
	<title>ServerBuddies Support Blog</title>
	<atom:link href="http://blog.serverbuddies.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.serverbuddies.com</link>
	<description>Linux Support Blog</description>
	<pubDate>Wed, 10 Mar 2010 17:17:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Error message &#8216;Invalid cross-device link&#8217; in site-admin web-interface</title>
		<link>http://blog.serverbuddies.com/error-message-invalid-cross-device-link-in-site-admin-web-interface/</link>
		<comments>http://blog.serverbuddies.com/error-message-invalid-cross-device-link-in-site-admin-web-interface/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 17:17:19 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[Ensim Support]]></category>

		<category><![CDATA[cross-device]]></category>

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

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

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

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

		<category><![CDATA[site-admin]]></category>

		<category><![CDATA[web-interface]]></category>

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=755</guid>
		<description><![CDATA[Error message &#8216;Invalid cross-device link&#8217; in site-admin web-interface
System has hard cross-device links.  For example, /usr/tmp linked to /var/tmp and /var mounted to a separate partition. 
Example:
/usr/tmp linked to /var/tmp and /var mounted to a separate partition.
To fix the problem:
1. Create /usr/.tmp directory


mkdir -p /usr/.tmp


2. Add the following entry to the /etc/virtualhosting/tmpdirs:


/usr:/usr/.tmp


3. Restart epld


service restart [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Error message &#8216;Invalid cross-device link&#8217; in site-admin web-interface</strong></p>
<p>System has hard cross-device links.  For example, /usr/tmp linked to /var/tmp and /var mounted to a separate partition. </p>
<p><strong>Example:</strong></p>
<p>/usr/tmp linked to /var/tmp and /var mounted to a separate partition.</p>
<p><strong>To fix the problem:</strong></p>
<p>1. Create /usr/.tmp directory</p>
<div class="dean_ch">
<div class="de1">
mkdir -p /usr/.tmp
</div>
</div>
<p>2. Add the following entry to the /etc/virtualhosting/tmpdirs:</p>
<div class="dean_ch">
<div class="de1">
/usr:/usr/.tmp
</div>
</div>
<p>3. Restart epld</p>
<div class="dean_ch">
<div class="de1">
service restart epld
</div>
</div>
<p>or</p>
<div class="dean_ch">
<div class="de1">
/etc/init.d/epld restart
</div>
</div>
<p>Reference : <a href="http://parallels.com">http://parallels.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/error-message-invalid-cross-device-link-in-site-admin-web-interface/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enabling User/Group Quota for virtual private server that already exists</title>
		<link>http://blog.serverbuddies.com/enabling-usergroup-quota-for-virtual-private-server-that-already-exists/</link>
		<comments>http://blog.serverbuddies.com/enabling-usergroup-quota-for-virtual-private-server-that-already-exists/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:52:13 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[Ensim Support]]></category>

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

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

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

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

		<category><![CDATA[user/group]]></category>

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

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=754</guid>
		<description><![CDATA[Enabling User/Group Quota for virtual private server that already exists.
If the virtual private server already exists, run the following command to set the parameter:


vzctl set 101 &#8211;quotaugidlimit 150 &#8211;save


Where, 101 is the VPS ID number.
Restart the virtual private server.
]]></description>
			<content:encoded><![CDATA[<p><strong>Enabling User/Group Quota for virtual private server that already exists.</strong></p>
<p>If the virtual private server already exists, run the following command to set the parameter:</p>
<div class="dean_ch">
<div class="de1">
vzctl set 101 &#8211;quotaugidlimit 150 &#8211;save
</div>
</div>
<p>Where, 101 is the VPS ID number.</p>
<p>Restart the virtual private server.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/enabling-usergroup-quota-for-virtual-private-server-that-already-exists/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enabling User/Group Quota on a Virtual Private Server (VPS)</title>
		<link>http://blog.serverbuddies.com/enabling-usergroup-quota-on-a-virtual-private-server-vps/</link>
		<comments>http://blog.serverbuddies.com/enabling-usergroup-quota-on-a-virtual-private-server-vps/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:46:42 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[Ensim Support]]></category>

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

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

		<category><![CDATA[Server (VPS)]]></category>

		<category><![CDATA[user/group]]></category>

		<category><![CDATA[Virtual Private]]></category>

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=753</guid>
		<description><![CDATA[Enabling User/Group Quota on a Virtual Private Server (VPS) 
To enable user/group quota on a virtual private server:
Edit the configuration file to set the parameter QUOTAUGIDLIMIT that controls the second-level disk quota. The two instances when you can set the parameter is:
If you are setting the parameter before the creation of the virtual private server:
Go [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Enabling User/Group Quota on a Virtual Private Server (VPS) </strong></p>
<p><strong>To enable user/group quota on a virtual private server:</strong></p>
<p>Edit the configuration file to set the parameter QUOTAUGIDLIMIT that controls the second-level disk quota. The two instances when you can set the parameter is:</p>
<p>If you are setting the parameter before the creation of the virtual private server:</p>
<p>Go to the location of the virtual private server configuration file. <strong>/etc/sysconfig/vz-scripts</strong></p>
<p>To enable disk quota set the value of QUOTAUGIDLIMIT to a positive value, in the configuration file. For example: QUOTAUGIDLIMIT=&#8221;150&#8243;</p>
<p>The default value of the parameter is zero. Setting the value of the parameter to zero disables user/group quotas.</p>
<p><strong>Note:</strong> Ensure that you use this configuration file when creating the virtual private server.</p>
<p>Reference: <a href="http://parallels.com">http://parallels.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/enabling-usergroup-quota-on-a-virtual-private-server-vps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SiteAdmin Navigation bar customization in Ensim Pro</title>
		<link>http://blog.serverbuddies.com/siteadmin-navigation-bar-customization-in-ensim-pro/</link>
		<comments>http://blog.serverbuddies.com/siteadmin-navigation-bar-customization-in-ensim-pro/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 14:49:21 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[Ensim Support]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=752</guid>
		<description><![CDATA[SiteAdmin Navigation bar customization in Ensim Pro
Customizing the Site Administrator&#8217;s navbar to have links with URL that has both dynamic and static information.
Customizing the Site Administrator&#8217;s navbar to have links with URL of the format http:/// where  is dynamic and  is static information.  
Download:
http://download.swsoft.com/ensim/download/pro/linux/kb/2515/customization.zip
http://download.swsoft.com/ensim/download/pro/linux/kb/2515/customizer.sh
http://download.swsoft.com/ensim/download/pro/linux/kb/2515/eplpro_urlconfiguration_guide.pdf
http://download.swsoft.com/ensim/download/pro/linux/kb/2515/filelist.txt
Installation Instruction:
Run command cd /usr/lib/ensim/frontend/skins
Copy the 3 files, customization.zip, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SiteAdmin Navigation bar customization in Ensim Pro</strong></p>
<p>Customizing the Site Administrator&#8217;s navbar to have links with URL that has both dynamic and static information.</p>
<p>Customizing the Site Administrator&#8217;s navbar to have links with URL of the format http:/// where  is dynamic and  is static information.  </p>
<p><strong>Download:</strong></p>
<p><a href="http://download.swsoft.com/ensim/download/pro/linux/kb/2515/customization.zip">http://download.swsoft.com/ensim/download/pro/linux/kb/2515/customization.zip</a><br />
<a href="http://download.swsoft.com/ensim/download/pro/linux/kb/2515/customizer.sh">http://download.swsoft.com/ensim/download/pro/linux/kb/2515/customizer.sh</a><br />
<a href="http://download.swsoft.com/ensim/download/pro/linux/kb/2515/eplpro_urlconfiguration_guide.pdf">http://download.swsoft.com/ensim/download/pro/linux/kb/2515/eplpro_urlconfiguration_guide.pdf</a><br />
<a href="http://download.swsoft.com/ensim/download/pro/linux/kb/2515/filelist.txt">http://download.swsoft.com/ensim/download/pro/linux/kb/2515/filelist.txt</a></p>
<p><strong>Installation Instruction:</strong></p>
<p>Run command cd /usr/lib/ensim/frontend/skins</p>
<p>Copy the 3 files, customization.zip, customizer.sh and filelist, to this location.</p>
<p>Run command sh customaizer.sh. This command will create a backup.zip file of the 3 files that will be overwritten and store it in /tmp/ location. Also, it will overwrite the XSL files for all 3 skins.</p>
<p>Follow the instructions under the topics &#8220;Adding a static entry in the XMLfile&#8221; &amp; &#8220;Viewing your changes&#8221; as described in eplpro_urlconfiguration_guide.pdf</p>
<p>Reference : <a href="http://parallels.com">http://parallels.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/siteadmin-navigation-bar-customization-in-ensim-pro/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I change the IP address of my server in Ensim Pro for Linux</title>
		<link>http://blog.serverbuddies.com/how-do-i-change-the-ip-address-of-my-server-in-ensim-pro-for-linux/</link>
		<comments>http://blog.serverbuddies.com/how-do-i-change-the-ip-address-of-my-server-in-ensim-pro-for-linux/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 14:02:59 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[Ensim Support]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=751</guid>
		<description><![CDATA[How do I change the IP address of my server in Ensim Pro for Linux.
If you are changing the IP address of your server you need to modify the following files with the new IP address, replacing any instance of the old IP address:


/etc/hosts
/etc/resolv.conf
/etc/sysconfig/network
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/virtualhosting/namebased_ip_addrs
/etc/httpd/conf/httpd20_app.conf
/etc/virtualhosting/localnameserver
/etc/bind/options.conf.wp
/home/virtual/FILESYSTEMTEMPLATE/siteinfo/etc/resolv.conf


Now reboot the server and then run the following command


# /usr/local/bin/NBDetectchanges


]]></description>
			<content:encoded><![CDATA[<p><strong>How do I change the IP address of my server in Ensim Pro for Linux</strong>.</p>
<p>If you are changing the IP address of your server you need to modify the following files with the new IP address, replacing any instance of the old IP address:</p>
<div class="dean_ch">
<div class="de1">
/etc/hosts<br />
/etc/resolv.conf<br />
/etc/sysconfig/network<br />
/etc/sysconfig/network-scripts/ifcfg-eth0<br />
/etc/virtualhosting/namebased_ip_addrs<br />
/etc/httpd/conf/httpd20_app.conf<br />
/etc/virtualhosting/localnameserver<br />
/etc/bind/options.conf.wp<br />
/home/virtual/FILESYSTEMTEMPLATE/siteinfo/etc/resolv.conf
</div>
</div>
<p>Now reboot the server and then run the following command</p>
<div class="dean_ch">
<div class="de1">
# /usr/local/bin/NBDetectchanges
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/how-do-i-change-the-ip-address-of-my-server-in-ensim-pro-for-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apache crash during high load in Ensim Pro Control Panel</title>
		<link>http://blog.serverbuddies.com/apache-crash-during-high-load-in-ensim-pro-control-panel/</link>
		<comments>http://blog.serverbuddies.com/apache-crash-during-high-load-in-ensim-pro-control-panel/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:14:57 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[Ensim Support]]></category>

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=750</guid>
		<description><![CDATA[Apache crash during high load in Ensim Pro Control Panel
Apache crash on high load with the following error in the error log: &#8220;(28) No space left on device: mod_python: Failed to create global mutex 1 of 4  exclog: signal received 15&#8243;
The problem may be caused by small number of semaphores in system.
Resolution is to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Apache crash during high load in Ensim Pro Control Panel</strong></p>
<p>Apache crash on high load with the following error in the error log: &#8220;(28) No space left on device: mod_python: Failed to create global mutex 1 of 4  exclog: signal received 15&#8243;</p>
<p>The problem may be caused by small number of semaphores in system.</p>
<p>Resolution is to increase number of semaphores.</p>
<p>To increase the number of semaphores please take the following steps, Login to your PPCPL server as root. Open the /etc/sysctl.conf file using a text editor</p>
<div class="dean_ch">
<div class="de1">
vi /etc/sysctl.conf
</div>
</div>
<p>Locate the kernel.sem parameter and double current values</p>
<p>If the parameter is not defined in the /etc/sysctl.conf file you can obtain current values by executing the following command:</p>
<div class="dean_ch">
<div class="de1">
cat /proc/sys/kernel/sem
</div>
</div>
<p>After obtaining current values, double them and add to the /etc/sysctl.conf file so that the line looks like. </p>
<div class="dean_ch">
<div class="de1">
kernel.sem = 512 32000 100 512
</div>
</div>
<p>Execute sysctl in order the changes to take effect</p>
<div class="dean_ch">
<div class="de1">
sysctl –p
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/apache-crash-during-high-load-in-ensim-pro-control-panel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hotfix for characters allowed as password in protected directory section</title>
		<link>http://blog.serverbuddies.com/hotfix-for-characters-allowed-as-password-in-protected-directory-section/</link>
		<comments>http://blog.serverbuddies.com/hotfix-for-characters-allowed-as-password-in-protected-directory-section/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 17:06:05 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[Ensim Support]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=749</guid>
		<description><![CDATA[Hotfix for characters allowed as password in protected directory section
Only 20 characters allowed as password in protected directory section.
For RHEL4:
http://download.swsoft.com/ensim/download/pro/linux/10.0.0/hotfix/19/rhel4/epl-apache-10.0.0-31.rhel.4ES.i386.rpm
Installation Procedure:
Get the RPMs from the locations mentioned above.
2.  Upgrade the RPMs.
For RHEL4ES:


rpm -Uvh epl-apache-10.0.0-31.rhel.4ES.i386.rpm


3.   service epld restart.
]]></description>
			<content:encoded><![CDATA[<p><strong>Hotfix for characters allowed as password in protected directory section</strong></p>
<p>Only 20 characters allowed as password in protected directory section.</p>
<p><strong>For RHEL4</strong>:</p>
<p><a href="http://download.swsoft.com/ensim/download/pro/linux/10.0.0/hotfix/19/rhel4/epl-apache-10.0.0-31.rhel.4ES.i386.rpm">http://download.swsoft.com/ensim/download/pro/linux/10.0.0/hotfix/19/rhel4/epl-apache-10.0.0-31.rhel.4ES.i386.rpm</a></p>
<p><strong>Installation Procedure</strong>:</p>
<p>Get the RPMs from the locations mentioned above.</p>
<p>2.  Upgrade the RPMs.</p>
<p><strong>For RHEL4ES:</strong></p>
<div class="dean_ch">
<div class="de1">
rpm -Uvh epl-apache-10.0.0-31.rhel.4ES.i386.rpm
</div>
</div>
<p>3.   service epld restart.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/hotfix-for-characters-allowed-as-password-in-protected-directory-section/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to remove a website manually in Ensim Pro Control Panel</title>
		<link>http://blog.serverbuddies.com/how-to-remove-a-website-manually-in-parallels-pro-control-panel-linux/</link>
		<comments>http://blog.serverbuddies.com/how-to-remove-a-website-manually-in-parallels-pro-control-panel-linux/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 14:21:00 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[Ensim Support]]></category>

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=748</guid>
		<description><![CDATA[How to remove a website manually in Ensim Pro Control Panel 
Sometimes, the site is not fully removed from the server so it should be deleted manually. Here are all steps that should be done, but please note that after deleting the site can not be restored back.
Everything should be done from under root user.
Check [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to remove a website manually in Ensim Pro Control Panel </strong></p>
<p>Sometimes, the site is not fully removed from the server so it should be deleted manually. Here are all steps that should be done, but please note that after deleting the site can not be restored back.</p>
<p>Everything should be done from under root user.</p>
<p>Check which siteX the site corresponds to:</p>
<div class="dean_ch">
<div class="de1">
sitelookup -d domain.com site_handle
</div>
</div>
<p>and what adminX is responsible for it:</p>
<div class="dean_ch">
<div class="de1">
sitelookup -d domain.com wp_user
</div>
</div>
<p>Let&#8217;s say siteX is site handler for the necessary domain, and adminX is the owner.</p>
<p>Remove user content physically from the server:</p>
<div class="dean_ch">
<div class="de1">
rm -rf /home/virtual/siteX<br />
rm -f /home/virtual/adminX<br />
rm -f /home/virtual/domain.com<br />
rm -f /etc/httpd/conf/virtual/siteX<br />
rm -rf /etc/httpd/conf/siteX<br />
rm -f /etc/webalizer/domain.com<br />
userdel adminX
</div>
</div>
<p>And remove the records from the system database:</p>
<div class="dean_ch">
<div class="de1">
psql appldb
</div>
</div>
<div class="dean_ch">
<div class="de1">
delete from telnet where site_id = siteX;<br />
delete from apache where site_id =site X;<br />
delete from ssh where site_id = siteX;<br />
delete from users where site_id = siteX;<br />
delete from bandwidth_log where site_id = siteX;<br />
delete from bandwidth_spans where site_id = siteX;<br />
delete from bandwidth where site_id = siteX;<br />
delete from free_uids where site_id = siteX;<br />
delete from diskquota where site_id = siteX;<br />
delete from ipinfo where site_id = siteX;<br />
delete from ipinfo_ipaddrs where site_id = siteX;<br />
delete from ipinfo_nbaddrs where site_id = siteX;<br />
delete from reseller where site_id = siteX;<br />
delete from siteinfo where site_id = siteX;
</div>
</div>
<p>Finally, you need to go through all the files in /etc/virtualhosting/mappings and check if any of them refer to the site you&#8217;re deleting. You can use grep to quickly see if/which files might refer to the site to be deleted:</p>
<div class="dean_ch">
<div class="de1">
cd /etc/virtualhosting/mappings<br />
grep -l siteX *
</div>
</div>
<p>And finally - restart ensim CP:</p>
<div class="dean_ch">
<div class="de1">
/etc/init.d/epld stop<br />
/etc/init.d/epld start
</div>
</div>
<p>Reference and Credit : <a href="http://parallels.com/">http://parallels.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/how-to-remove-a-website-manually-in-parallels-pro-control-panel-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disk Quota Problems with Ensim Pro Control Panel</title>
		<link>http://blog.serverbuddies.com/disk-quota-problems-with-parallels-pro-control-panel-linux/</link>
		<comments>http://blog.serverbuddies.com/disk-quota-problems-with-parallels-pro-control-panel-linux/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 16:54:18 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[Ensim Support]]></category>

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=747</guid>
		<description><![CDATA[Disk Quota Problems with Parallels Pro Control Panel
dmesg and /var/log/messages show the following messages.
kernel: VFS: Can&#8217;t read quota structure for id 32048.
kernel: VFS: Quota for id 32049 referenced but not present. 
This can happen due to a server crash when the filesystems are not unmounted properly, causing the filesystem and quota information to go out [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Disk Quota Problems with Parallels Pro Control Panel</strong></p>
<p>dmesg and /var/log/messages show the following messages.</p>
<p>kernel: VFS: Can&#8217;t read quota structure for id 32048.<br />
kernel: VFS: Quota for id 32049 referenced but not present. </p>
<p>This can happen due to a server crash when the filesystems are not unmounted properly, causing the filesystem and quota information to go out of sync.</p>
<p>To fix this run the following commands:</p>
<div class="dean_ch">
<div class="de1">
quotaoff -a<br />
quotacheck -agmi<br />
quotacheck -aumi<br />
quotaon -a
</div>
</div>
<p><strong>quotacheck</strong> Scan a filesystem for disk usage, create, check and repair quota files</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/disk-quota-problems-with-parallels-pro-control-panel-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to import sites with custom MX records Ensim Pro Control Panel Linux</title>
		<link>http://blog.serverbuddies.com/how-to-import-sites-with-custom-mx-records-parallels-pro-control-panel-linux/</link>
		<comments>http://blog.serverbuddies.com/how-to-import-sites-with-custom-mx-records-parallels-pro-control-panel-linux/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 16:42:20 +0000</pubDate>
		<dc:creator>SB-Shibu</dc:creator>
		
		<category><![CDATA[Ensim Support]]></category>

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

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

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://blog.serverbuddies.com/?p=746</guid>
		<description><![CDATA[How to import sites with custom MX records Ensim Pro Control Panel Linux
The import of a site with custom MX records could cause creation of duplicated MX records: apart from custom MX records which are defined in the imported archive, default MX records could be created.
In order to avoid this,  please proceed through the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to import sites with custom MX records Ensim Pro Control Panel Linux</strong></p>
<p>The import of a site with custom MX records could cause creation of duplicated MX records: apart from custom MX records which are defined in the imported archive, default MX records could be created.</p>
<p>In order to avoid this,  please proceed through the following steps when importing a site with custom MX records:</p>
<p>1. Before importing sites disable the creation of default MX records. Run the following command(s) as root:</p>
<div class="dean_ch">
<div class="de1">
/usr/local/bin/SetDefaultMXRecordState -f on
</div>
</div>
<p>2. Restart epld service using the following commands as root:</p>
<div class="dean_ch">
<div class="de1">
service epld restart
</div>
</div>
<p>3. Import site from the archive.</p>
<p>4. When the site is succesfuly imported, please turn off the freezing of MX records for imported sites. </p>
<p>For this, run the following commands as root:</p>
<div class="dean_ch">
<div class="de1">
/usr/local/bin/SetDefaultMXRecordState -f off
</div>
</div>
<p>Reference : <a href="http://parallels.com/">http://parallels.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.serverbuddies.com/how-to-import-sites-with-custom-mx-records-parallels-pro-control-panel-linux/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
