• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Problem installing Plesk 8 on fresh Fedora Core 4

izghitu

New Pleskian
Hello,
I just purchased a 30 domains licence of Plesk 8
I am trying to install it on a i386 Fedora Core 4 server.
After I run the autoinstaller I receive the following error after psa-qmail is installed and trying to run:

done
Unable to determine the domain name of your computer.
Please, run the 'domainname' or 'hostname -f' command
from the console and make sure that the command returns your domain name.

ERROR while trying to get domain name
Check the error reason(see log file: /tmp/psa-qmail.log), fix and try again

Aborting...

error: %post(psa-qmail-1.03-fc4.build80060331.13.i586) scriptlet failed, exit status 1

When I do hostname -f I receive: r1060784-001

Another thing that bothers me is that Plesk is trying to install PHP5, is Plesk working with PHP5?

Please help
Thanks you
 
this is caused by you only giving your server a hostname instead of a FQDN.

Vi the /etc/hosts file and change the localhost line that contains your hostname to have the FQDN first eg.

127.0.0.1 myhostname.mydomain myhostname localhost.domain localhost
 
Back
Top