Fix You need to install tcp_wrappers-devel to fix the issue yum install tcp_wrappers-devel
Month: August 2018
How to disable STRICT_TRANS_TABLES in mysql
Fix Add below line in /usr/my.cnf and restart mysql sql_mode=NO_ENGINE_SUBSTITUTION
Timeout while editing menu items in joomla administrator
While editing menu items in joomla administrator dashboard page it was showing time out with following error in the log [Sat Aug 27 17:44:47.9738 2017] [fcgid:warn] [pid 30479:tid 140638739744512] (32)Broken pipe: [client x.x.x.x:50433] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: http://domain.com/administrator/index.php?option=com_menus&view=items&menutype=mainmenu Fix Increased the timeout value in apache configuration.
spamassassin showing internal software error issue
Fix check if the local network interface is down if so make it up # ifup lo
“maildir_use_size_file” option set for the second time
Got the following error while trying to reset exim configuration via WHM. Error message from syntax check: 2012-11-01 16:25:09 Exim configuration error in line 1611 of etc/exim.conf.buildtest.work.gg44IbxpiNRr8DMO: “maildir_use_size_file” option set for the second time Fix delete maildir_use_size_file from file /usr/local/cpanel/etc/exim/matchcf/maildir_format If you encounter with another error like “quota_is_inclusive” option set for the second time remove … Continue reading “maildir_use_size_file” option set for the second time
Install Dropbox on Ubuntu and Debian
To install Dropbox on Ubuntu and Debian, using following commands. # cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf - [On 32-Bit] # cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - [On 64-Bit] # ~/.dropbox-dist/dropboxd
Installed whmcs via softaculous but showing page not found error
Fix This was fixed by assigning the mentioned php /usr/local/cpanel/3rdparty/php/56/bin/php /usr/local/cpanel/3rdparty/php/56/bin/php-cgi
Server returned error: “[AUTH] Plaintext authentication disallowed on non-secure (SSL/TLS) connections.”
Fix Please check whether "disable_plaintext_auth= no" in /etc/dovecot/dovecot.conf to correct the issue.
Coudlinux WHM server issue : On the top end of WHM Cloud linux is not being displayed ( instead displaying CENTOS)
This is a known cPanel bug. To fix this issue please perform following steps: 1) remove cPanel config /var/cpanel/sysinfo.config 2) then regenerate it by using ‘/scripts/gensysinfo’ 3) to apply changes you need restart cPanel service: # /scripts/restartsrv_cpsrvd
exim issue : ratelimit database not available
Fix Please remove the following corrupted files from exim database and restart exim. removed `/var/spool/exim/db/ratelimit’ removed `/var/spool/exim/db/ratelimit.lockfile’ removed `/var/spool/exim/db/retry’ removed `/var/spool/exim/db/retry.lockfile’ removed `/var/spool/exim/db/wait-dk_remote_smtp’ removed `/var/spool/exim/db/wait-dk_remote_smtp.lockfile’ removed `/var/spool/exim/db/wait-remote_smtp’ removed `/var/spool/exim/db/wait-remote_smtp.lockfile’ restarted exim