Search results for: 3

Dec 10

ip_conntrack: table full,dropping packet

ip_conntrack is an iptables module which limits number of simultaneous connections your system can have. If this connections are exceed, then your server may not respond to  ping and ssh. by default a linux Cent OS server have 65536 connection.   Today I faced same issue with my server.  and Fixed for the same was increasing the …

Continue reading »

Oct 18

Sorry, no mailbox here by that name. (#5.1.1)

Try Following Fix. Error occurs when you send mail to your Parallels Plesk Panel server, 1) make sure that the mail address to which you are trying to send mail really exists and that the “Mail” service for the domain is enabled. 2) Make sure that the domain to which you sent mail is not …

Continue reading »

Jan 16

Change timezone on dedicated server

Change timezone on CentOS If you have CentOS/RHEL Server then you can fallow following steps: 1) SSH the server as root. All Time zone configuration files are located under directory /usr/share/zoneinfo/ Example: Say your current server time is in GMT Format and you want to change it to IST time. cp /usr/share/zoneinfo/Asia/Calcutta     /etc/localtime Thats all   …

Continue reading »

Jan 12

export.php was not found while backing up databases through phpmyadmin

  This error is mainly caused when database size is more and you are trying to backup it up using phpmyadmin.   Increase memory_limit in /usr/local/psa/admin/conf/php.ini to higher value and restart Plesk Control Panel after that. Ideally 512M of memory_limit should fix the issue. contact@webhostingsupport.info

Dec 22

Install wine on CentOS

Wine is a free software application that aims to allow computer programs written for Microsoft Windows to run on Unix-like  operating systems. Wine also provides a software library, known as Winelib, against which developers can compile  Windows applications to help port them to Unix-like systems. SSH the server as root and refer to following steps …

Continue reading »

Next page »