New ntVersionCheck v1.1.1

Changes: Fixed “”HTTP error 401” error  due to tweak setting change. Enable the “Allow apps that have not registered with AppConfig to be run when logged in as root or a reseller with the “all” ACL in WHM” option in “Tweak Settings” to resolve this or update the plugin. Click here to get the instructions … Read more

[ERROR] /usr/sbin/mysqld: Can’t open file

 

I got this error while migrating  huge amount of accounts from one cpanel server to  another.

[ERROR] /usr/sbin/mysqld: Can’t open file: ‘./dbname/tablename.frm’ (errno: 24)

errno: 24 means there is too many open files.  There is a mysql variable named “open_files_limit"  which shows how many open files are allowed in mysql by default. We cannot update this valuse using “Set”  command as this variable is a read only variable.

Read more

How to change the Notifications Email’s Subject in Plesk.

Last day one of client asked me about this and on checking I can see the pre defined notification email has edit option for the body but not for the Subject.

To get this done, we may need to access the plesk database and change the Subject of the desired notification from “psa.notification” table

Before you start working on this, always take a mysqldump for “psa” so that if any thing goes wrong, you can simply restore from the backup.

Read more

ntPHPSelector version 1.1.0 – released with reported bug fix

Last day we have received a complaint saying ntPHPSelector installation was failing on a specific server. Up on checking ( we don’t charge for our plugin support of course ), we could see that it due to an issue in the manage script that prevents it to sort versions on RHEL 5 based systems. We have corrected it and released the fix; it is available to download now. Please note that this doesn’t include any feature changes; no users have to use the new script and re-install it if ntPHPSelector is already running fine on your servers.

Thank you very much for using ntPHPSelector. Please send your feedback to info[at]nixtree.com.

Read more

Mail Queue Management Exim

Managing emails can be cumbersome when you need to look into several things such as removing spam mails, Frozen mails, Bounce mails, Queue force rerun, among others.

Now, from our experience, we are sharing some commonly used commands below for managing Exim Servers:

To get the total number of mails in the queue

# exim -bpc

To list the mails in the queue

# exim -bp

Used to remove the message from queue with Exim Id : 1VcjOL-0002YV-8g

# exim -Mrm 1VcjOL-0002YV-8g

Read more