Fix You need to install tcp_wrappers-devel to fix the issue yum install tcp_wrappers-devel
Category: Uncategorized
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
R1soft issue : Socket timed out after waiting for more than 1,800 seconds to read/write
Steps to increase the timeout value: ==================================== --Edit the following file on the Backup Manager: /usr/sbin/r1soft/conf/server.properties --Change the following line to read: agent-network-connection-timeout=36000 --Save and exit the file. --Place the Server Backup manager into maintenance mode and let the running jobs complete then Restart the Backup Manager: # /etc/init.d/cdp-server restart
ClamAV/ClamTK install in linux
ClamAV is an open source and cross-platform command line antivirus app for detecting Trojans, viruses, and other malicious codes. ClamTk is its GUI front-end. Install ClamAV/ClamTk on Ubuntu and Debian, using following commands. # sudo apt-get install clamav # sudo apt-get install clamtk
Open cart error : login was prompting again and again in open cart
session path is saved in session.save_path = /tmp; Fix Login was prompting again and again in open cart. Issue was that /tmp was getting filled up so that write data failed. It was cleared by clearing tmp folderas it was filled completely.
webpage showing different language on different browser
In some cases web pages show different languages on different browsers. The issue is with the charset value in the script from which the page is loading. Fix change charset on the particular file from unicode to utf-8 charset=unicode shoud be changed as charset=utf-8