• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

cant install, ubuntu 6.06

H

hc2995

Guest
When i try to install plesk 8.2 on my ubuntu system i get this error in the terminal:

[Selecting previously deselected package psa-php4-configurator.
(Reading database ... 103540 files and directories currently installed.)
Unpacking psa-php4-configurator (from .../psa-php4-configurator_1.2.0-ubuntu6.06.build82070706.15_all.deb) ...
Unpacking psa (from .../psa_8.2.0-ubuntu6.06.build82070706.15_i386.deb) ...
Warning!
Unable to determine the host or domain name of your computer.
Setting it to localhost.localdomain
Unable to resolve host name.
Please specify the host name in the /etc/hosts file
or specify DNS configuration in the /etc/resolv.conf file on your system.

ERROR while trying to check the hostname
Check the error reason(see log file: /tmp/psa_8.2.0_ubuntu6.06.build82070706.15_installing.070803.16.34.log), fix and try again

Aborting...

dpkg: error processing /var/cache/apt/archives/psa_8.2.0-ubuntu6.06.build82070706.15_i386.deb (--unpack):
subprocess pre-installation script returned error exit status 1
Selecting previously deselected package libpam-plesk.
Unpacking libpam-plesk (from .../libpam-plesk_8.2.0-ubuntu6.06.build82070706.15_i386.deb) ...
Errors were encountered while processing:
/var/cache/apt/archives/psa_8.2.0-ubuntu6.06.build82070706.15_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
ERROR: An error occurred on attempt to install packages.
Attention! Your software might be inoperable.
Please, contact product technical support.



any help is thanked.
 
You have this message because

Unable to determine the host or domain name of your computer.
Setting it to localhost.localdomain
Unable to resolve host name.
Please specify the host name in the /etc/hosts file
or specify DNS configuration in the /etc/resolv.conf file on your system.
ERROR while trying to check the hostname


you can fix this problem like this
pico /etc/hosts

you may see only
88.198.201.210 ubuntu

and you must add this line
127.0.0.1 localhost.localdomain localhost
 
Thank you very much, im new to ubuntu (it was suggested to me by one of my co-workers)
 
Back
Top