Show Cron Jobs

How do I view currently setup or all running cron jobs under Linux operating systems? The cron service searches its spool area (usually /var/spool/cron/crontabs) for crontab files (which are named after user accounts); crontabs found are loaded into memory. cron also reads /etc/crontab, which is in a slightly different format. Additionally, cron reads the files … Read more

Mysql and System time diffrence

MySQL time zone different from system time zone the system time zone will be different than the one in MySQL, even though MySQL is set to use the system time zone. This normally means that a user has changed the system time zone, but they haven’t started MySQL to cause it to change as well. … Read more

Plesk Configuration Error

I get this message in plesk. I’m not sure how to fix the errors New files of configuration for Apache web server were not built due to errors in configuration templates: httpd: Syntax error on line 221 of /etc/httpd/conf/httpd.conf: Sometimes this has something to do with the config generation and it can give you more … Read more

Plesk Failed Upgrade

Failed to update Panel. To solve this problem, you can send the update log to Parallels support. View the update logs (June 18, 2014). View the update logs (June 19, 2014). Copy the logs to your computer before you close this message. To close this message, click here. Plesk log shows: ERROR: Failed to run … Read more

Change Ownership of Files and Folders

To change the ownership of files and folders in a directory. For a plesk httpdocs directory that runs fastcgi. For apache – you will want to change this to apache:apache. Change directory Find who owns the files and folders. You see that some files/directories are owned by root:root an some by mungoadmin:psacln. We will want … Read more

Add federated to Mysql

I know the post is a little old, but it seems that many people are having issues with federated engines. When the mysql binaries are installed via yum, you already have the HA (High Availability) plugins. You simply need to load the plugins within the mysql CLI. Here is the basic process: Start mysqld if … Read more

Plesk Email Size Error

When changing the email from 100MB to 500 for the emails in the domain the following error: Under the subscription settings, you would need to increase the maximum size for the mailbox. If you attempt to make the limit for a mailbox higher than the current max mailbox setting for the subscription you will encounter … Read more

Mcrypt Installation

Note: If you have plesk panel – check the website for the version of php running. If it is a different version than the standard php installation, create a phpinfo page to check if mcrypt is installed for that php version as a simple “php-m” will just report the standard OS php information. The first … Read more