• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

unable to get admin password

C

coderli

Guest
I am attempting to install Plesk on Fedora core 2 (fresh install of fodera) and Plesk is giving me errors. here is the error log:

Code:
ERROR while trying to Unable to get admin password

Aborting...

I am installing Plesk 7.5.3 via SSH using root. I have installed 7.5 with no problem but with 7.5.3 that error shows up. Anybody know what it is asking? why is it not able to get admin password? is it trying to get it from MySQL? any help would appreciated thanks.

Coderli
 
Are you root?

It can't read /etc/psa/.shadow to get the admin password. I think you're trying to install Plesk as a non-root user (!)

Try reading the file yourself...

# cat /etc/psa/.psa.shadow
 
Back
Top