6
Plesk Installation: Unable to install the psa-backup-managerview story

http://linuxhostingsupport.net You see a “Unable to install the psa-backup-manager” error while installing Plesk and it is because of the incomplete db4 packages needed for embedded database support for various applications. (Resources)

4
Shell script to backup a Mysql database and save it on a remote server using Ftpview story

http://linuxhostingsupport.net The following shell script will dump the mysql database and will save the .sql file on a remote location using Ftp. This script will create a backup file including the current date so you can have multiple copies of the backups of the same database under one directory. Create a file called mysqlbkup.sh # vi /root/mysqlbkup.sh and paste [...] (Resources)

5
How to access psa database in Plesk?view story

http://linuxhostingsupport.net Plesk uses a ‘psa’ database to store all the data and values. This data can be easily retrieved at any point of time using the Mysql queries. How to access the psa database in Plesk? There are 2 ways to access the Plesk psa database, from the Linux command line (via ssh) and from the Plesk control [...] (Resources)

6
Shell Script to Monitor Load Average on a Linux serverview story

http://linuxhostingsupport.net Load Average on a server reflects the current state of the server. Higher the load average, poorer is the server performance. The following shell script monitors the load average on the Linux server and inform the server administrator with the current running processes if the load average is greater than the defined threshold. Create a file, [...] (Resources)

5
cpanel: mysql database size 0MBview story

http://linuxhostingsupport.net You may see the mysql database size as zero in cPanel >> ‘Mysql Databases’ option, though the databases contains tables and data. In order to include the size of the databases while displaying disk usage in cPanel/WHM, perform either of the following steps: 1) SSH to your server as root and edit the cpanel.config file # pico [...] (Resources)

6
vzquota : (error) Quota on syscall for xxx: Device or resource busyview story

http://linuxhostingsupport.net You may receive the following error message while starting a VPS: root@server [~]# vzctl start VEID vzquota : (error) Quota on syscall for id xxx: Device or resource busy vzquota : (error)       Possible reasons: vzquota : (error)       – Container’s root is already mounted vzquota : (error)       – there are opened files inside Container’s private area vzquota : (error)   (Resources)

4
Error: Unable to execute bash: No such file or directoryview story

http://linuxhostingsupport.net You may receive “Unable to execute bash: No such file or directory” error message while starting a VPS and the result is the VPS fails to start. The reason is, either the binaries from /bin OR /usr/bin are missing OR corrupted. To fix the issue, you either copy the directories /bin and /usr/bin from a working [...] (Resources)

5
Script to teminate suspended accounts on a cPanel serverview story

http://linuxhostingsupport.net How to check suspended accounts on a cPanel server and terminate them after a specific time frame? Many a times you suspend an account on the server and it goes unnoticed for months thus wasting disk space of your server. You can use the following script and schedule it to execute, say once in a [...] (Resources)

4
How to find out CPU Utilization in Linux?view story

http://linuxhostingsupport.net There are various ways to find out CPU utilization on a Linux server like using top and ps commands OR by installing the sysstat package which we will see next. CPU is the most important component in any server which is use to process all the tasks on your server. Whenever CPU is engaged in processing [...] (Resources)

6
العدد الأول من مجلة أوبونتو بلس العربيةview story

http://linuxawi.com بحمدلله نعلن عن صدور العدد الأول من مجلة “أوبونتو بلس” وهي او مجلة عربية الكترونية مختصة بنظام اوبونتو لينكس و البرمجيات الحرة بشكل عام (Resources)

3
Invalid command “SSLEngine”, perhaps misspelled OR defined by a module not included.view story

http://linuxhostingsupport.net 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 SSL engine [...] (Resources)

3
mpt-status.h:6:28: error: linux/compiler.h: No such file or directoryview story

http://linuxhostingsupport.net You may receive the “linux/compiler.h: No such file or directory” error message while compiling ‘mpt-status’ tool with the kernel source. (Resources)

5
Warning: user mockbuild does not exist: using rootview story

http://linuxhostingsupport.net The message “Warning: user mockbuild does not exist. using root” is received while installing a source rpm that was built using mock. The ‘mock’ module is required in this case which is responsible to build source RPMs (SRPMs) under a chroot environment and uses the ‘mockbuild’ user. In order to fix the warning message, install the [...] (Resources)

4
Id “c1″ respawning too fast: disabled for 5 minutesview story

http://linuxhostingsupport.net You may see the tty device error messages like ‘/dev/tty1: cannot open as standard input: Permission denied’ in the server logs and many more like Jan 10 xx:xx:xx [agetty] /dev/tty1: cannot open as standard input: Permission denied Jan 10 xx:xx:xx [agetty] /dev/tty2: cannot open as standard input: Permission denied Jan 10 xx:xx:xx [agetty] /dev/tty3: cannot open as standard [...] (Resources)

6
How to change the FTP port?view story

http://linuxhostingsupport.net How to change the Ftp port to a non-standard port? If you have say, Pure-Ftp as a Ftp server, edit the configuration file: pico /etc/pure-ftpd.conf Search for the line: # Bind 127.0.0.1,21 and add the following line below it Bind [...] (Resources)