• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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