Problem upgradiong
Submitted by dtpro on Sun, 02/20/2011 - 17:06
I get a error when i try to upgrade:
root@server:/# ./upgrade_to_yeni.sh
-bash: ./upgrade_to_yeni.sh: Permission denied
Do you know what the problem can be?
David
Forums:
ehcpdeveloper
Sun, 02/20/2011 - 22:29
Permalink
before it chmod a+x
before it
chmod a+x upgrade_to_yeni.sh
Joadeika
Fri, 03/04/2011 - 17:49
Permalink
Solution
Please if any body have solution to this upgrade. kindly share. I have tried every possible known means to me. I keep getting error message or no such file exit even when I have downloaded it and unzipped it to my local HD. I have also applied the above permission to the file. Yet. I am not making a head way.
ASAP
Together, we can Achieve More.
ehcpdeveloper
Sat, 03/05/2011 - 11:21
Permalink
where are you trying to
where are you trying to download and extract file ?
that file is for linux, ubuntu. not windows.
download that file in ubuntu (your server)
then,
chmod a+x upgrade_to_yeni.sh
then,
execute that file using
./upgrade_to_yeni.sh
this will start upgrade
if you cannot do, send your ssh login info to info@ehcp.net,
we will fix it.
Joadeika
Mon, 03/07/2011 - 16:41
Permalink
On Ubuntu Linux server
Here the error gotten on trying to apply the steps above.
I will send the log in to you via email in a short while as directed.
Tanx
nalrc@hostnalrc:~$ chmod a+x upgrade_to_yeni.sh
nalrc@hostnalrc:~$ ./upgrade_to_yeni.sh
you are , you have to be root to use ehcp installation program. switching to root mode, please enter password or re-run install.sh as root
On entering the su pwd, it gives the following error
./upgrade_to_yeni.sh: 2: Syntax error: "(" unexpected
nalrc@hostnalrc:~$
Together, we can Achieve More.