Skip to main content

OnlineSupport4u

Secure Connection Failed while accessing IPMI

By Prasad Naik
November 8, 2017

Secure Connection Failed An error occurred during a connection to 216.1x.1xx.xxx. You have received an invalid certificate. Please contact the server administrator or email correspondent and give them the following information: Your certificate contains the same serial number as another certificate issued by the certificate authority. Please get a new certificate containing a unique serial […]

Read More

IPAddress is already an active IP

By Prasad Naik
October 18, 2017

While trying to change main IP of server was facing issue Where was getting message IPAddress is already an active IP On checking around found the below solution which worked   Make sure that the IP address you’re trying to add has been removed from these files: /etc/hosts /etc/ips /etc/mail_reverse_dns If you happen to also […]

Read More

error reading information on service virtualizor: No such file or directory

By Prasad Naik
September 19, 2017

While installing Virtualizor on one of the servers  which had linux Centos 7 was getting error [root@ny7 ~]# ./install.sh email=xxx@gmail.com kernel=kvm ———————————————– Welcome to Softaculous Virtualizor Installer ———————————————– An existing installation of Virtualizor has been detected ! If you continue to install Virtualizor, the existing installation and all its Data will be lost Do you […]

Read More

Disable WordPress plugins from PHPmyadmin

By Prasad Naik
September 19, 2017

You can easily disable all WordPress plugins directly from your database. This is useful when you have problems with your WordPress installation, such as not being able to log in to the admin Dashboard, or having blank pages on the website. If you don’t know which is the database used by your WordPress website, you […]

Read More

softacalous Blank Screen cPanel/WHM

By Prasad Naik
July 25, 2017

While trying to access softacalous from WHM > Plugins > I was just getting White Screen The tried disabling and enabling ioncube loader from WHM > Tweak Settings, However the issue persisted So I went ahead and reinstalled using below steps the Softaculous folder here:   root@server1 [/usr/local/cpanel]# rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/softaculous root@server1 [/usr/local/cpanel]# wget -N […]

Read More

Secure Connection Failed Dell IPMI

By Prasad Naik
July 18, 2017

One of the client was getting error while accessing Dell IPMi Secure Connection Failed The connection to 198.1xx.x.xxx was interrupted while the page was loading. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of […]

Read More

error connection dropped by imap server. query capability

By Prasad Naik
July 10, 2017

Was getting the error for squirrel mail on cpanel server On Investigating could see issue was in Dovecot Below is the fix I used It’s possible that this can be rectified by increasing “Maximum Size of a Mail Process (MB)” under Main >> Service Configuration >> Mailserver Configuration in WHM. Once I did it the […]

Read More

ssh_exchange_identification: Connection closed by remote host

By Prasad Naik
June 21, 2017

Was getting error while trying to SSH  to one of  the server on port 22 ssh_exchange_identification: Connection closed by remote host The issue is due to too many excessive connections on port 22 You can fix it by below change  in SSH config  MaxStartups variable in /etc/ssh/sshd_config to , port 2222 or any port you […]

Read More

W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY B493DBE84A1DB3CD

By Prasad Naik
June 21, 2017

    While trying to run an update  in Ubuntu 14.04 was getting an error sudo apt-get update   Hit http://security.ubuntu.com trusty-security InRelease Ign http://ppa.launchpad.net precise InRelease Get:1 http://ppa.launchpad.net precise Release.gpg [836 B] Hit http://security.ubuntu.com trusty-security/main Sources Hit http://ppa.launchpad.net precise Release Ign http://ppa.launchpad.net precise Release Hit http://security.ubuntu.com trusty-security/restricted Sources Ign http://ppa.launchpad.net precise/main amd64 Packages/DiffIndex Hit […]

Read More

FAILED to open PAM security session (Module is unknown)

By Prasad Naik
June 16, 2017

Cron Jobs in server were not getting executed automatically On investigating I could see error like Jun 16 14:05:01 ok1110 crond[5913]: (root) FAILED to open PAM security session (Module is unknown) Jun 16 14:05:01 ok1110 crond[5912]: (root) FAILED to open PAM security session (Module is unknown) Jun 16 14:06:01 ok1110 crond[6021]: (root) FAILED to open […]

Read More

E: Unable to locate package Ubuntu

By Prasad Naik
June 1, 2017

While trying to install some new software in Ubuntu I was getting error E: Unable to locate package Ubuntu I tried updating using command sudo apt-get update However it didnt work sudo apt-get install anydesk_2.9.1-1_amd64.deb Reading package lists… Done Building dependency tree Reading state information… Done E: Unable to locate package anydesk_2.9.1-1_amd64.deb E: Couldn’t find […]

Read More

Adding International Character domain in cpanel

By Prasad Naik
May 12, 2017

To add international  characters as domain name in cpanel First it need to be converted to unicode to punycode  using http://idna-converter.com/ Once done the domain name can be added accordingly    

Read More
1 2 3 8