Category Archives: Troubleshooting

Error: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter

By | October 8, 2020

Recently VirtualBox released it’s latest version – 6.1.14 r140239 (Qt5.6.2). In this users are facing network card related issue which restricts their VMs to power on. The similar issue was with earlier versions of VirtualBox too, but in current version, it’s frequent. We are getting following error when we are using “Host-Only” network configuration: Failed… Read More »

Things to be followed during the renewal process of Openshift SSL Certificate.

By | May 12, 2020

This Articles mainly applies for the OpenShift v3.6 Cluster. This Article is all about the prerequisite preperation which need to be done before running the SSL Renewal Plabook (redeploy-certificates.yaml). While redeploying the SSL Certificate on OCP Cluster, the playbook might fails because fo some Issue. Consider checking the below points before redeploying the SSL Certificates… Read More »

How to resolve the Openshift Project Stuck in Terminating State and Failed to Delete Issue.

By | May 9, 2020

One of the Issues you may face after redeploying the SSL certificate or after any of the major change on OpenShift v3.11 cluster is related to the termination of any project. If the project is not getting terminated and it gets stuck then this may happen because the api-resources (api metrics server) is not running… Read More »

How to resolve the Openshift WebConsole Login Issue with AD Credentials.

By | May 6, 2020

If you are facing LDAP authentication issue in existing openshift cluster anytime or probably after deploying Self Signed/SSL certificate or after performing any of the major activity on the cluster, then you might need to check this article.  If you face intermittent login issue using your LDAP credentials like for every 3 requests (Incase of… Read More »

cPanel – phpMyAdmin asking for Username and Password. Error – Access Denied.

By | January 6, 2020

If you have Upgraded or Downgraded MySQL/MariaDB Version, you may fall into phpMyAdmin Access Denied Error. If you are trying to redirect to phpMyAdmin from cPanel Account and you are prompted for Username and Password and you see                    “mysqli_connect(): (28000/1045): Access denied for user ‘cpses_deiskeisdj4g’@’localhost’ (using… Read More »

How to Upgrade and Downgrade MariaDB Version in WHM/cPanel – Part 8

By | January 5, 2020

There might be a Scenario that you are running your web application from So long which is pointing to your MariaDB (say Version 10.1.43). Now you planning to migrate your application to your dedicated Server in AWS. Whn you are trying to Install the cPanel It Comes Up with Mysql 5.7 Database which is causing… Read More »