• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by jmackenz

  1. J

    Resolved AutoUpdate Error

    found a /root/.my.cnf It contained user=root password=Plaintextoriginalpassword Does this file have to exist, seems a little insecure..... I moved it to /root/.my.cnf.badfile and the autoupdate went successfully.
  2. J

    Resolved AutoUpdate Error

    Running Just /usr/local/psa/admin/sbin/autoinstaller --select-release-current --upgrade-installed-components --reinstall-patch Brings me back to : Trying to start service mariadb... active done Trying to establish test connection... ERROR 1045 (28000): Access denied for user...
  3. J

    Resolved AutoUpdate Error

    Thanks for the clarification. MariaDB [mysql]> UPDATE mysql.user SET Password=PASSWORD('$AESCONTENT') WHERE User='admin'; Query OK, 0 rows affected (0.00 sec) Rows matched: 1 Changed: 0 Warnings: 0
  4. J

    Resolved AutoUpdate Error

    I am thinking that I misunderstood you. I took it before that for Password=PASSWORD('AESContent) That PASSWORD should be replaced with output of plain text password request and that AES content should be content of psa.shadow.
  5. J

    Resolved AutoUpdate Error

    [root@server1 ~]# mysql -uadmin -p`cat /etc/psa/.psa.shadow` mysql Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 5698...
  6. J

    Resolved AutoUpdate Error

    I apologize if I'm being a little slow this morning. I'm being torn in a multitude of different directions. When you say Database_Name , I'm assuming that should be psa , correct ? This MariaDB , is this a new replacement for MySQL in 12.5? Note: If you are unable to connect, enable...
  7. J

    Resolved AutoUpdate Error

    Also attempted : [root@server1 ~]# /usr/local/psa/bin/init_conf -u -passwd NEWPASS SUCCESS: Completed updating administrator's information. [root@server1 ~]# MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -u admin mysql ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using...
  8. J

    Resolved AutoUpdate Error

    [root@server1 ~]# /usr/local/psa/bin/admin --show-password displayedpass [root@server1 ~]# export PSA_PASSWORD=displayedpass [root@server1 ~]# /usr/local/psa/admin/bin/ch_admin_passwd [root@server1 ~]# mysql -u admin psa ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using...
  9. J

    Resolved AutoUpdate Error

    /usr/local/psa/bin/admin --show-password Gives me the password that I currently use to login to the panel, which works fine. How do I convert that to the hash that needs to be in that shadow file?
  10. J

    Resolved AutoUpdate Error

    Thanks for the direction :) It led to This : [root@server1 ~]# MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -u admin mysql ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES) [root@server1 ~]# MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin Version...
  11. J

    Resolved AutoUpdate Error

    Checking that /usr/local/psa/bin/chrootsh registered as login shell... /usr/local/psa/bin/chrootsh already registered as a login shell ===> Performing safe prep-install database actions ===> Upgrading database Trying to start service mariadb... active done Trying to establish test...
  12. J

    Resolved AutoUpdate Error

    Execution failed. Command: autoinstaller Arguments: Array ( [0] => --select-product-id [1] => plesk [2] => --select-release-current [3] => --upgrade-installed-components [4] => --include-components-from-class [5] => vendor=parallels [6] => --include-components-from-class [7] =>...
  13. J

    "Service Unavailable" after new installation

    was there ever a resolution to this? having identical issue with 10.2
  14. J

    Plesk 10.2 in Virtuozzo on Centos

    If I hadn't already made it clear this is a new install (or was when I first started 145 days ago) in a vz container. Install was started via wget -O - https://autoinstall.plesk.com/one-click-installer | sh
  15. J

    Plesk 10.2 in Virtuozzo on Centos

    Linux Hosting 2.6.18-028stab077.1 #1 SMP Mon Nov 1 19:25:11 MSK 2010 i686 i686 i386 GNU/Linux
Back
Top