Showing posts with label Problem & Solution. Show all posts
Showing posts with label Problem & Solution. Show all posts

Feb 18, 2025

Failed install MongoDB

I got this problem, "failed install MongoDB" when tried to install software and MongoDB service had exist in system  

https://stackoverflow.com/questions/31365467/windows-could-not-start-mongodb-service-on-local-computer-for-more-info-revie

follow the above link, and as result it had run well. You just delete .lock file and try install  

Jul 27, 2024

How to take the Galaxy 5000 UPS from total power off to normal operation

Issue:
Transitioning the Galaxy 5000 UPS from total power off to normal on-line operation.
 
Product line:
Galaxy 5000, Galaxy 5500
 
Environment:
All models, all serial numbers
 
Cause:
For various reasons, the Galaxy 5000 may be in a totally off state.  This guide illustrates how to restore it to normal operation.
 
Note: This is not for commissioning a new UPS.  The commissioning of a new UPS must be performed by a Schneider Electric trained and qualified service representative.
 
Resolution:
How to restore the Galaxy 5000 UPS from total power off to normal operation.  This procedure is for a single UPS without an external bypass panel.
 
These instructions are in the owner’s manual which can be located at http://www.apc.com/salestools/MBPN-8YPFLA/MBPN-8YPFLA_R0_EN.pdf
 
Step 1: Set the input Q1 switch to On
Step 2: Wait until the end of the UPS initialization with PFC start-up.
Step 2: Push the Menu Button
Step 3: Scroll to “Maintenance”
Step 4: Choose “Start the UPS”
Step 5: Turn the Q4S Switch to On
Step 6: Turn the output switch Q5N to On
Step 7: Turn the maintenance bypass switch Q3BP to Off
Step 8: Set the battery circuit breaker(s) QF1 to the On Position.
Step 9: Press the Green “Inverter Start Button”
The Inverter Assumes the load, and the UPS is normal operation with the load protected.
 
Caution: Never remove any covers or panels.  There are no user serviceable parts inside.


https://www.apc.com/id/en/faqs/FA336260/

Oct 22, 2023

Problem and Solution

 Error: Can't connect to local MySQL server through socket '[path to mysqld.sock]'

sudo apt purge --auto-remove mysql*
sudo rm -r /etc/mysql
sudo rm -r /var/lib/mysql*

sudo apt install mysql-client-8.0 mysql-server-8.0 --fix-broken -y

unit mysql.service is masked




unable to login phpmyadmin

- sudo nano /etc/apache2/conf-available/phpmyadmin.conf
- 
<Directory /usr/share/phpmyadmin> Options SymLinksIfOwnerMatch DirectoryIndex index.php AllowOverride All


mysqli::real_connect(): (HY000/1045): Access denied for user 'phpmyadmin'@'localhost' (using password: YES)



Connection for controluser as defined in your configuration failed.

change

-$dbuser='root';

-dbpass='curentpassword'

systemctl restart mysql.service





NOT FOUND Apache/2.4.52 (Ubuntu) Server at 10.1.83.8 Port 80





unable to resolve host root: System error