• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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