Hi there,
Every now and again I try to use the installer script included with RC for upgrading. This has never worked for me, likely because my PHP knowledge sucks. I did not get around this error message six months ago:
# ./bin/installto.sh /www/roundcube -su: ./bin/installto.sh: Permission denied
# ls -l bin/installto.sh -rwxr-xr-x 1 501 80 3458 May 16 20:06 bin/installto.sh
# which php /usr/bin/php
Does anyone know what the trick is?
Regards, S
Am 22.05.2013 16:59, schrieb Simon Loewenthal:
# ./bin/installto.sh /www/roundcube -su: ./bin/installto.sh: Permission denied
# ls -l bin/installto.sh -rwxr-xr-x 1 501 80 3458 May 16 20:06 bin/installto.sh
# which php /usr/bin/php
Does anyone know what the trick is?
well, sounds like a with noexec mounted FS but nobody can prevent you from calling a shell binary and give it the script as param, hence that is why you write the shell in crontab lines and not only scripts
"bash ./bin/installto.sh"
or if it is a PHP CLI with a stupid extension
"php ./bin/installto.sh"
Erm, well, noexec cough cough.
I have a cold and am feeling poorly and sneezing everywhere, and cannot see the wood for the trees.
Reindl Harald h.reindl@thelounge.net wrote:
Am 22.05.2013 16:59, schrieb Simon Loewenthal:
# ./bin/installto.sh /www/roundcube -su: ./bin/installto.sh: Permission denied
# ls -l bin/installto.sh -rwxr-xr-x 1 501 80 3458 May 16 20:06 bin/installto.sh
# which php /usr/bin/php
Does anyone know what the trick is?
well, sounds like a with noexec mounted FS but nobody can prevent you from calling a shell binary and give it the script as param, hence that is why you write the shell in crontab lines and not only scripts
"bash ./bin/installto.sh"
or if it is a PHP CLI with a stupid extension
"php ./bin/installto.sh"
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users