Hi All, Mojca,
please excuse my ignorance of the inner workings of windows, but
would it not be possible to have the permissions corrected by the first-setup.sh
script after the rsync?
regards
Keith.
Am 21.06.2013 um 07:56 schrieb Mojca Miklavec
On Thu, Jun 20, 2013 at 6:39 PM,
wrote: Thanks Mojca. Re-running the command today got me a little further. Thank you.
The problem encounted now is:
-------------------------------- sh ./first-setup.sh --modules=all --engine=luatex --context=current receiving incremental file list
sent 64 bytes received 322 bytes 85.78 bytes/sec total size is 10993585 speedup is 28480.79 env: mtxrun: Permission denied
--------------------------------
I explicity set the permissions to allow me execute access, but script fails toward the end. But, it looks lke the sh script itself is chaning the perameters. Or else my setup is intentionally tricking me.
Unless you comment out the part of first-setup.sh which syncs ./bin/mtxrun.exe, the file is going to be overwritten each time and the file on server wasn't executable (because it usually doesn't make any difference for windows users anyway).
I fixed the executable bits on server. Please try again.
(But please note that when we user rsync as provided by rsync in past, binaries were broken even if the executable bit was set on the server. We had to use "set cygwin nontsec" or something like this to overcome the problem, or run chmod after each sync. I hope that you won't be bitten by this, but we were.)
Mojca