• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

unknown hostname -- causing updater to fail

S

screamv

Guest
Hello, I am trying to use the updater to upgrade to 8.1. The auto installer craps out because:

Hostname check failed. Autoinstaller will try to continue installation without hostname checking.

When I run a hostname -f, it returns:

hostname: Unknown host

I made certain that I have a hostname in my Plesk server preferances.

Any ideas on how I can get the hostname in there?

Thanks!
 
find out what the reverse dns for your ip is (dnsstuff.com)

make sure your /etc/hosts file looks similar to this (fill in 2nd line with your own info):

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
a.b.c.d myserver.somedomain.com myserver


If that DOES NOT work:

Not sure if this was necessary (and there might be a better way to do this) but I wound up putting the hostname statement in my startup script (/etc/rc.local) with command "hostname myserver.somedomain.com"
 
Back
Top