• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Ubuntu 6.06 LTS on Slicehost VPS Autoinstall Problem

Status
Not open for further replies.
J

jaredfine

Guest
This is the oddest thing. I download the file, chmod it, and try to execute it and it says "No such file or directory".


Here are my steps:

root@host:~# wget http://download1.parallels.com/Ples...ler_v3.3.0_build080201.09_os_Ubuntu_6.06_i386
--00:47:35-- http://download1.parallels.com/Ples...ler_v3.3.0_build080201.09_os_Ubuntu_6.06_i386
=> `swsoft_installer_v3.3.0_build080201.09_os_Ubuntu_6.06_i386'
Resolving download1.parallels.com... 64.131.90.42
Connecting to download1.parallels.com|64.131.90.42|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,588,161 (3.4M) [text/plain]

100%[===================================================================>] 3,588,161 4.30M/s

00:47:36 (4.29 MB/s) - `swsoft_installer_v3.3.0_build080201.09_os_Ubuntu_6.06_i386' saved [3588161/3588161]

root@host:~# chmod +x swsoft_installer_v3.3.0_build080201.09_os_Ubuntu_6.06_i386
root@host:~# ./swsoft_installer_v3.3.0_build080201.09_os_Ubuntu_6.06_i386
-bash: ./swsoft_installer_v3.3.0_build080201.09_os_Ubuntu_6.06_i386: No such file or directory
root@host:~#


This is a fresh VPS of Ubuntu 6.06 LTS. It's really weird. Any help would be very much appreciated.
 
Ah-ha! I had the 32bit auto installer, needed the 64bit one.
 
root@host:~# ./swsoft_installer_v3.3.0_build080201.09_os_Ubuntu_6.06_i386
-bash: ./swsoft_installer_v3.3.0_build080201.09_os_Ubuntu_6.06_i386: No such file or directory
root@host:~#

yes, that is wrong architecture used
 
Status
Not open for further replies.
Back
Top