April 6th, 2012 |
admin |
Warning: include() [function.include]: URL file-access is disabled in the server configuration is an error obtained by using the include command. Lucky for webmasters, this error is easily fixed via several different methods. Why This Error Occurs If you’re seeing this error, we are willing to bet that you are using the include statement as seen [...]
April 3rd, 2012 |
admin |
If you receive “virtual.db: No such file or directory” error message while adding a domain in Plesk control panel, you need to create the virtual.db file and place it in the proper location. The complete error message looks like: Failed domain creation: Unable to update domain data: mailmng failed: Fatal error: plesk::mail::postfix::PostfixConfigurationError(postmap:fatal:open database /var/spool/postfix/plesk/virtual.db: No [...]
January 22nd, 2012 |
admin |
If you receive the error message “vzquota : (error) Quota is running, stop it first” while restarting a VPS, you will first have to turn off it’s quota and then drop it vzquota off VEID vzquota drop VEID Once done, restart the VPS and it will re-initialize the quota for the VPS and will start [...]
December 16th, 2011 |
admin |
When you use chown to change ownership of a file or directory, it will work but with Symlink (Created by using lncommand), you can’t do that. When you do it, it will fail and you may not know that since there is no error message or anything to let you know. So, to change ownership [...]
December 10th, 2011 |
admin |
While removing a package using “rpm -e “, you may run into “error: packagename specifies multiple packages” error message, for example: $ rpm -e mysql-devel error: “mysql-devel” specifies multiple packages This is because the packages of both the architectures, 32 bit and 64 bit are installed on the server i.e. mysql-devel.i386 mysql-devel.x86_64 CentOS, Fedora will [...]
December 10th, 2011 |
admin |
The SSHD service while restarting, looks for the “/var/empty/sshd/etc” directory which contains a symlink to the ‘localtime’ file. If the file doesn’t exist, it results in a “cannot create symbolic link `/var/empty/sshd/etc’: No such file or directory” error message. The complete error message is as follows: -bash-3.2# service sshd restart cp: cannot create symbolic link [...]
December 10th, 2011 |
admin |
The error message “make: *** [ffmpeg_frame.lo] Error 1″ is received while compiling ffmpeg-php and the reason is the misspelled file name. If you notice, “ffmpeg_frame.lo” file is missing from the ffmpeg-php directory, instead a file called “ffmpeg_frame.loT” is present which shouldn’t be there. The solution is to rename the file from ffmpeg_frame.loT to ffmpeg_frame.lo. Go [...]
December 10th, 2011 |
admin |
We install a SSL certificate on a domain to secure the transaction carried out on a website but sometimes we receive an error message “Invalid command “SSLEngine”, perhaps misspelled or defined by a module not included in the server configuration” while browsing the website. The error message indicates that the module mod_ssl required to run [...]
December 10th, 2011 |
admin |
The error message “Starting sshd: Privilege separation user sshd does not exist FAILED” is received on restarting the SSHD service. It indicates that the user ‘sshd’ does not exist at all. To fix the sshd privileges issue, you need to add the ‘sshd’ user on the server. Edit the file /etc/passwd and add the below [...]
December 10th, 2011 |
admin |
Error Message: LIST 425 Unable to build data connection: Connection timed out PASV 227 Entering Passive Mode (xx,xx,xx,xx,xx,xxx). connecting data channel to xx.xxx.xx.xxx:54963 The above error message is received while you Ftp to an account successfully but it does not list the files and directories within it. The reason for the error message is, the [...]