DPIUI (GUI) [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dpi:faq:dpiui:start [2024/08/05 14:01] elena.krasnobryzhen:dpi:faq:dpiui:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== DPIUI (GUI) ====== 
-{{indexmenu_n>6}} 
  
-<accordion autoclose> 
-<accordion-item title="1. What to do if dependencies cannot be resolved when installing the system?"> 
-If you encounter such errors:<code bash>Finished Dependency Resolution 
-Error: Package: glibc-headers-2.12-1.212.el6.x86_64 (base) 
-Requires: kernel-headers >= 2.2.1</code> 
-you need to comment out the parameter ''exclude=kernel*'' in the yum configuration file ''/etc/yum.conf''. 
-</accordion-item> 
- 
-<accordion-item title="2. How to reset the admin password?"> 
-  - Log into MySql: <code bash>mysql -u root --password=vasexperts dpiui2;</code> 
-  - Execute the command: <code bash>update users set password='$2y$10$cYIXdOYJ2M2H8vPZuUG3Xe6GRJ1gGZ1Mi7MPBWyfYuJnbMHT0nlDq' where username='admin';</code> 
-  - Exit MySql: <code bash>exit;</code> 
-</accordion-item> 
- 
-<accordion-item title="3. I mistakenly installed DPIUI2 (GUI) on the DPI server. How to remove it?"> 
-To completely remove it, run the script [[https://vasexperts.ru/install/dpiui2-rpm_uninstall.sh|dpiui2-rpm_uninstall.sh]].\\ 
-Launch order: 
-<code bash> 
-#1 
-sudo yum install wget 
-#2 
-sudo wget https://vasexperts.ru/install/dpiui2-rpm_uninstall.sh 
-#3 
-sudo sh dpiui2-rpm_uninstall.sh 
-</code> 
-</accordion-item> 
- 
-<accordion-item title="4. What to do if https://wiki.vasexperts.com/ does not open from the GUI?"> 
-  - Type <code bash>chrome://flags/</code> in the browser's address bar 
-  - Set the parameter ''#same-site-by-default-cookies'' to ''disabled'' 
-</accordion-item> 
-</accordion>