• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Fedora Core 6 x64 version with Plesk

E

edcarriere

Guest
I found something out that I did not know about the x64 version of Fedora Core 6. Once you install it and do the updates/upgrades, the system blocks binary files from being executed as programs.

When trying to install plesk 8.1.1 (FC64x64), it would always give me ¨cannot execute binary file¨. This was also happening after I had disabled SELinux. I followed all of the online instructions and nothing worked...

I found out that doing chmod +x on the psa* file changes the permissions but does not allow you to execute the binary file.

You must use the FC6x64 ¨file browser¨, locate the file, right click the psa* file, in the permissions tab set the ¨allow executing file as a program¨ and also change the SELinux setting to ¨temporary data¨ from ¨file_t¨.

This will allow you to install plesk without problems from what I can see...
I never had this kind of problem with the 32bit version, only the x64 versions...

Ed
 
No GUI

I think you might be able to use mc to do the same thing but I am not 100% sure of that. You would need to use a file manager of some sort to change the permission so that it works...

I do not know why it was made that way by fedora core 6 x64...
 
I also had:

¨cannot execute binary file¨

On closer inspection it turns out I was trying to run a 64-bit executable on a 32-bit system.

The key was to use the following command:

Code:
[root@cp3 swsoft]# uname -a
Linux cp3.snowballeffect.net 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:39:22 EDT 2006 [b]x86_64 x86_64 x86_64 GNU/Linux[/b]
 
x64

If you think you have a 32 bit system then you should not be using the x64 bit OS. But if your system is a x64 bit system, then the OS is correct.

Try installing one of Fedora's graphic desktops. Then use "nautilus" to take care of the file permissions.

My system says:

uname -a
Linux echo1.wwwemailhost.com 2.6.20-1.2952.fc6 #1 SMP Wed May 16 18:18:22 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
 
Back
Top