cPanel User Shell Access : fork: Resource temporarily unavailable

The cPanel user shell access gives error all of a sudden : root@server [~]# su – user -bash: fork: Resource temporarily unavailable The culprit seems to be cPanel and its “Shell Fork Bomb Protection”. Logging into WHM >> Security >> Security Center >> “Shell Fork Bomb Protection” and clicking “Disable Protection” resolves the issue. Shell… Continue reading cPanel User Shell Access : fork: Resource temporarily unavailable

Published
Categorized as cPanel

PhpMyAdmin Stuck at Login screen with no errors !

This is a possible issue when the path to save php_session is not correctly set : The directory for storing session does not exists or php do not have sufficient rights to write to it. To define the php_session directory simply add the following line to the php.ini : session.save_path=”/tmp/php_session/” And give write rights to… Continue reading PhpMyAdmin Stuck at Login screen with no errors !

Plesk 9.X Upgrades : Table ‘mysql.procs_priv’ doesn’t exist

Plesk Upgrades to Plesk 9.X may result in MySQL errors while adding new Database user under Plesk. Error under Plesk : Table ‘mysql.procs_priv’ doesn’t exist You can also check the same error under command line : mysql> flush privileges; ERROR 1146 (42S02): Table ‘mysql.procs_priv’ doesn’t exist mysql> This can be fixed using below command. This… Continue reading Plesk 9.X Upgrades : Table ‘mysql.procs_priv’ doesn’t exist

cPanel : Horde login error !

Horde login error Horde Login shows below error : Warning: Unknown: write failed: Disk quota exceeded (122) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/cpanel/userhomes/cpanelhorde/sessions) in Unknown on line 0 Then try this cPanel script : /scripts/autorepair phpapps_owner_fix The… Continue reading cPanel : Horde login error !

Plesk : Upgrading failed with error while trying to execute SQL query

Symptoms Upgrade version 8.6 failed. The following error is shown in upgrade log: /tmp/psa_8.6.0_cos4.build86080722.02_upgrade.090611.00.57.log —>8— ERROR while trying to execute SQL query, the query was: DELETE FROM mysql.user WHERE user = ”; FLUSH PRIVILEGES; Aborting… STOP psa-8.6.0-cos4.build86080722.02 upgrading AT Thu Jun 11 00:57:52 CDT 2009 —8 flush privileges; ERROR 1146 (42S02): Table ‘mysql.procs_priv’ doesn’t exist… Continue reading Plesk : Upgrading failed with error while trying to execute SQL query

[How to] How to configure containers to not apply Microsoft updates installed on Virtuozzo host.

Symptoms By default Microsoft updates installed on Virtuozzo host are applied in containers during next containers start. Resolution If auto applying Microsoft updates in containers is unnecessary option it is possible to configure containers to not install updates even if its are on Virtuozzo host. The following example shows how to disable this auto applying… Continue reading [How to] How to configure containers to not apply Microsoft updates installed on Virtuozzo host.

How to change time zone in Linux !

1. Log in as root, check which timezone your machine is currently using by executing `date`. You’ll see something like “Mon Feb 12 05:09:00 CST 2007″, CST in this case is the current timezone. 2. Change to the directory to /usr/share/zoneinfo, here you will find a list of time zone regions. Choose the most appropriate… Continue reading How to change time zone in Linux !

Published
Categorized as Basics

Plesk 8.x error : Unable to remove hosting: Unable to delete system user: SysUser->systemRemove() failed: usermng failed: Unknown error 0xC00CE558 (COM Error C00CE558) at execute command del” while deleting the domains

I faced a issue while deleted few domains from Plesk 8.6. Error While deleting a domain from Plesk : Unable to remove hosting: Unable to delete system user: SysUser->systemRemove() failed: usermng failed: Unknown error 0xC00CE558 (COM Error C00CE558) at execute command del” while deleting the domains Every domains showed a COM error when tried to… Continue reading Plesk 8.x error : Unable to remove hosting: Unable to delete system user: SysUser->systemRemove() failed: usermng failed: Unknown error 0xC00CE558 (COM Error C00CE558) at execute command del” while deleting the domains

Published
Categorized as Plesk

What is APF (Advanced Policy Firewall)? APF Firewall

APF is a policy based iptables firewall system designed for ease of use and configuration. It employs a subset of features to satisfy the veteran Linux user and the novice alike. Packaged in tar.gz format and RPM formats, make APF ideal for deployment in many server environments based on Linux. APF is developed and maintained… Continue reading What is APF (Advanced Policy Firewall)? APF Firewall