Error -9,57 in OS Ubuntu 20.04LTS
조회 수: 6 (최근 30일)
이전 댓글 표시
Hi there, I'm a latin speaker so I'll try to describe my problem as well as posible.
I've been trying to install Matlab for a week, but every time I wante to run the aplication with te code
sudo ./matlab
MATLAB is selecting SOFTWARE OPENGL rendering.
License checkout failed.
License Manager Error -9
Your username does not match the username in the license file.
To run on this computer, you must run the Activation client to reactivate your license.
Troubleshoot this issue by visiting:
https://www.mathworks.com/support/lme/R2020b/9
Diagnostic Information:
Feature: MATLAB
License path: /root/.matlab/R2020b_licenses:/usr/local/MATLAB/R2020b/licenses/license.dat:/usr/local/MATLAB/R2020b
/licenses/license_jair-desktop_40513311_R2020b.lic
Licensing error: -9,57.
in the folder /usr/local/MATLAB/R2020b/bin.
I've try to revalid the licence (succesfuly) with this code in the same folder.
sudo ./activate_matlab.sh
But still not working, can anyone help me with this problem.
답변 (2개)
Walter Roberson
2022년 5월 31일
You cannot run MATLAB sudo unless you activated it against account "root". The effective uid is used in the authentication.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!