Getting the below delivery failure message while trying to send emails to plesk server with drweb enabled. To resolve this error: /etc/init.d/drwebd restart If that doesn’t work kill all drweb process. pgrep drwebd | xargs kill -9 Now check emails and if that start work try enabling dr web again by using: /etc/init.d/drwebd restart […]
Posts by seemab:
How to run backup on plesk 10+ servers
To run backup on Plesk servers do the following: cd /usr/local/psa/bin/ ./pleskbackup –help TO TAKE BACKUP SERVER WIDE : ./pleskbackup server -vv TAKE BACKUP FOR SINGLE DOMAIN : ./pleskbackup domain-name […]
warning: date() [function.date]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function.
Warning: phpinfo() has been disabled for security reasons
When trying to view phpinfo we get the following error : This is because you have disabled phpinfo in your php.ini file. Just remove that entry from disable_functions and this should be fixed. grep phpinfo /usr/local/lib/php.ini disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, allow_url_fopen, ini_set Done. […]
pure-authd (/usr/sbin/pure-authd -s /var/run/ftpd.sock -r /usr/sbin/pureauth) running as root with PID
While trying to restart FTP via WHM we are getting the error : Login to WHM >> Manage Service SSL Certificates >>Reset the FTP SSL certificate. Try restarting FTP, It should work. After that make sure to run: /scripts/upcp –force If that doesn’t work then do the following: cd /var/lib/rpm/ rm -f __db.* rpm -vv –rebuilddb […]
syslogd shows failed in WHM
When we check WHM >> Service status shows that ” syslogd ” is stopped. But While we login to server and check the status is up service rsyslog status ** Try restarting syslogd ** /scripts/restartsrv syslogd /etc/init.d/rsyslog restart ** Try restarting chkservd ** /scripts/restartsrv chkservd service chkservd restart Still if it don’t show its up, […]
Error: ”Error from park wrapper: domain.com is owned by another user“
Getting following error while trying to add a domain as addon domain: First of all Enable the option WHM >> Tweak settings Allow Creation of Parked/Addon Domains that are not registered Then edit cpanel.config /var/cpanel/cpanel.config autocreateaentries=0 Save the file and try adding the domain again. […]
Error after cpanel install ” The requested URL could not be retrieved “
Following error occur after the cpanel installation is complete and when we try to access: IP:2086 or IP through the browser First of all Please make sure there is no firewall installed. If so stop that and check. Also you should stop iptables and check Service iptables stop /etc/init.d/iptables status This should fix the error. […]
Getting error ” Fatal error or timeout occurred while processing this directive ” when accessing cpanel.
when we create a cPanel account from my root whm account we are getting this error: Execute following commands in /home chown username.username username -R chown username.mail username/etc -R chown username.nobody username/public_html rm -rf username/.cpanel If its not fixed then use: chmod 555 /sbin/ifconfig Done.0075–> […]
Error: The password for ‘username’ could not be changed because:
After that there is no error message. For Solution : /scripts/upcp –force /scripts/checkperlmodules Service cPanel restart After Download and install perl module from cpanel http://layer1.cpanel.net/ tar -xzf perl588installer.tar.gz cd perl588installer ./install Service cpanel restart […]