Since updating to StataMP 18.0, I have not been able to install any updates using the "update all" command.
. update all
(contacting https://www.stata.com)
downloading executable files ... error extracting contents from /Applications/Stata/.tmp/bins/StataMP.zip
r(603);
Using the "ls" command, I can see that I do not have write access to the relevant file:
. ls /Applications/Stata/.tmp/bins/StataMP.zip
-rw-r--r-- 1 araratgocmen admin 152297875 Jan 1 19:21 /Applications/Stata/.tmp/bins/StataMP.zip
I then try to add write permissions to this directory using the chmod command on my Unix terminal:
. ls /Applications/Stata/.tmp/bins/StataMP.zip
-rw-rw-r-- 1 araratgocmen admin 152297875 Jan 1 19:21 /Applications/Stata/.tmp/bins/StataMP.zip
However, when I try running the "update all" command again, I get the same error as before:
. update all
(contacting https://www.stata.com)
downloading executable files ... error extracting contents from /Applications/Stata/.tmp/bins/Stata
> MP.zip
r(603);
The error seems to still occur again because the "update all" command resets the write permissions:
. ls /Applications/Stata/.tmp/bins/StataMP.zip
-rw-r--r-- 1 araratgocmen admin 152297875 Jan 1 19:33 /Applications/Stata/.tmp/bins/StataMP.zip
Could you please help me fix this problem so that I can update Stata again? Thanks in advance!
. update all
(contacting https://www.stata.com)
downloading executable files ... error extracting contents from /Applications/Stata/.tmp/bins/StataMP.zip
r(603);
Using the "ls" command, I can see that I do not have write access to the relevant file:
. ls /Applications/Stata/.tmp/bins/StataMP.zip
-rw-r--r-- 1 araratgocmen admin 152297875 Jan 1 19:21 /Applications/Stata/.tmp/bins/StataMP.zip
I then try to add write permissions to this directory using the chmod command on my Unix terminal:
. ls /Applications/Stata/.tmp/bins/StataMP.zip
-rw-rw-r-- 1 araratgocmen admin 152297875 Jan 1 19:21 /Applications/Stata/.tmp/bins/StataMP.zip
However, when I try running the "update all" command again, I get the same error as before:
. update all
(contacting https://www.stata.com)
downloading executable files ... error extracting contents from /Applications/Stata/.tmp/bins/Stata
> MP.zip
r(603);
The error seems to still occur again because the "update all" command resets the write permissions:
. ls /Applications/Stata/.tmp/bins/StataMP.zip
-rw-r--r-- 1 araratgocmen admin 152297875 Jan 1 19:33 /Applications/Stata/.tmp/bins/StataMP.zip
Could you please help me fix this problem so that I can update Stata again? Thanks in advance!
Comment