Problems and solutions [Документация VAS Experts]

Problems and solutions

Finished Dependency Resolution

Error: Package: glibc-headers-2.12-1.212.el6.x86_64 (base)

Requires: kernel-headers >= 2.2.1

You should comment out the exclude=kernel* parameter in the yum config /etc/yum.conf.

How to reset admin password?

  1. Go to MySql
    mysql -u root --password=vasexperts dpiui2;
  2. Run command
    update users set password='$2y$10$cYIXdOYJ2M2H8vPZuUG3Xe6GRJ1gGZ1Mi7MPBWyfYuJnbMHT0nlDq' where username='admin';
  3. Exit
    exit;

I installed dpiui2 on the DPI server by mistake. How to uninstall?

To uninstall completely, run the script: dpiui2-rpm_uninstall.sh.

sudo yum install wget

sudo wget https://vasexperts.ru/install/dpiui2-rpm_uninstall.sh

sudo sh dpiui2-rpm_uninstall.sh

https://wiki.vasexperts.com/ cannot be opened from the GUI

  1. Type the following in the address bar of your browser
    chrome://flags/
  2. Set the #same-site-by-default-cookies parameter to disabled