• 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.

Architecture problem

M

miskoo

Guest
Hello,

I have a server like this

host:~# uname -a
Linux 3v.cz 2.6.32-5-amd64 #1 SMP Mon Mar 26 07:00:19 UTC 2012 x86_64 GNU/Linux
host:~# file /bin/bash
/bin/bash: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped

Debian 6.0.

This is for some specific reason (64b kernel, 32b userspace).

When installing anything for plesk, it installs 64-bit package by default. Apt-get installs correct 32-bit version.

How to fix this, please?

Thank you
 
Try to change /usr/local/psa/version
Maybe some fields in psa database should be updated too.
 
Try to change /usr/local/psa/version
Maybe some fields in psa database should be updated too.

Current:
host:~# cat /usr/local/psa/version
11.0.9 Debian 6.0 110120608.16

Change to what?

Which fields in the database?

It happened when upgrading from 9 to 10 (now i have 11, problem persists)
 
You can try to override the architecture detected by autoinstaller. See its --help, look for 'override'. I'm not sure it'll help you, but it's worth a try. Please tell us if you succeed.
 
Back
Top