Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

When activating 2015b on Mac OS 10.11.2 I get a notice that It did not activate because I can't write the activation key to disk. What do I need to do.

1 visualización (últimos 30 días)
I retried the installation and activation. Still got same notice at the CONFIRM button, i.e., user cannot write to disk so activation did not occur.

Respuestas (1)

Rene van Paassen
Rene van Paassen el 29 de Dic. de 2016
Had the same issue today. The license key is written in the following location
/Applications/MATLAB_R2015b.app/licenses
The permissions of that location were
bash-3.2# ls -ld licenses
drwxr-xr-x 3 31689 admin 102 29 Dec 23:40 licenses
That means that the license key cannot be written, except (in my case) by user 31689 (which does not exist?). If your user id is also administrator, writing will succeed after the permissions have been corrected. If you are comfortable with the command line, open a shell, and type:
cd /Applications/MATLAB_R2015b.app
sudo chmod g+w licenses
After this the key could be written.
  1 comentario
Walter Roberson
Walter Roberson el 30 de Dic. de 2016
If you install an individual R2015b license on OS-X then it will be written into the directory ~/.matlab/R2015b_licenses/ relative to the user's home directory (e.g., /Users/roberson/.matlab/R2015b_licenses/ )

La pregunta está cerrada.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by