• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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