Upgrade - Permission Denied
I am trying to perform an upgrade, i get the following
(yes, i do have a valid license i renewed)
[root@ip-x fop2n]# make
/bin/sh: line 2: server/fop2_server: Permission denied
Upgrade Aborted. License reactivation failed.
Be sure you have internet access from this server,
and that your code is not older than a year.
If your license has expired, you must renew it in order to upgrade,
but you can still use your current FOP2 version for as long as you want.
If you already bought an upgrade code please run the following command:
server/fop2_server --upgrade
If the upgrade is successful run make again to retry the installation.
Contact us at <!-- e --><a href="mailto:sales@asternic.biz">sales@asternic.biz</a><!-- e --> for more information.
Done!
[root@ip-x fop2n]# make
/bin/sh: line 2: server/fop2_server: Permission denied
Upgrade Aborted. License reactivation failed.
Be sure you have internet access from this server,
and that your code is not older than a year.
If your license has expired, you must renew it in order to upgrade,
but you can still use your current FOP2 version for as long as you want.
If you already bought an upgrade code please run the following command:
server/fop2_server --upgrade
If the upgrade is successful run make again to retry the installation.
Contact us at <!-- e --><a href="mailto:sales@asternic.biz">sales@asternic.biz</a><!-- e --> for more information.
Done!
[root@ip-x fop2n]# server /fop2_server
-bash: server: command not found
(yes, i do have a valid license i renewed)
[root@ip-x fop2n]# make
/bin/sh: line 2: server/fop2_server: Permission denied
Upgrade Aborted. License reactivation failed.
Be sure you have internet access from this server,
and that your code is not older than a year.
If your license has expired, you must renew it in order to upgrade,
but you can still use your current FOP2 version for as long as you want.
If you already bought an upgrade code please run the following command:
server/fop2_server --upgrade
If the upgrade is successful run make again to retry the installation.
Contact us at <!-- e --><a href="mailto:sales@asternic.biz">sales@asternic.biz</a><!-- e --> for more information.
Done!
[root@ip-x fop2n]# make
/bin/sh: line 2: server/fop2_server: Permission denied
Upgrade Aborted. License reactivation failed.
Be sure you have internet access from this server,
and that your code is not older than a year.
If your license has expired, you must renew it in order to upgrade,
but you can still use your current FOP2 version for as long as you want.
If you already bought an upgrade code please run the following command:
server/fop2_server --upgrade
If the upgrade is successful run make again to retry the installation.
Contact us at <!-- e --><a href="mailto:sales@asternic.biz">sales@asternic.biz</a><!-- e --> for more information.
Done!
[root@ip-x fop2n]# server /fop2_server
-bash: server: command not found
Comments
chmod a+x server/fop2_server
and try to run it again..
Upgrade Aborted. License reactivation failed.
Be sure you have internet access from this server,
and that your code is not older than a year.
If your license has expired, you must renew it in order to upgrade,
but you can still use your current FOP2 version for as long as you want.
If you already bought an upgrade code please run the following command:
server/fop2_server --upgrade
If the upgrade is successful run make again to retry the installation.
Contact us at <!-- e --><a href="mailto:sales@asternic.biz">sales@asternic.biz</a><!-- e --> for more information.
Done!
[root@ip-x fop2n]# server/fop2_server --upgrade
-bash: server/fop2_server: cannot execute binary file
[root@ip-x fop2n]#
You might have an incorrect binary for your platform (32/64 bits), you also in one point called the binary incorrectly using a space, and the permission denied marks that you do not have permissions on the file. It seems the file was extracted perhaps outside the server and copied over, or something similar. My recommendations:
1) download and extract on the same server
2) download the correct version for your distro, centos/debian and 32/64 bits
3) verify the fop2_server binary before running "make" with the command "server/fop2_server -v"
Best regards,