How do I run MATLAB inside a CHROOT partition?
이전 댓글 표시
I am working on a large project where I am using "chroot" techniques on Linux and Solaris to define standard environments for software development and testing.
On Linux, MATLAB does not work well when it is started from a process that runs inside a "chroot" partition. I do not encounter problems running many standard UNIX processes and applications inside a chroot partition, including Perl and Java. MATLAB is able to startup, but I am unable to run code generators, build models, execute models etc.
When MATLAB starts up, I receive the following error message:
11899: 11899: 11899: initialize program: ./matlab
11899: 11899: 11899: transferring control: ./matlab
11899: ??? MATLAB was unable to open a pseudo-tty:
No such file or directory [2,1]
The unix() and ! commands will not work in this MATLAB session. Other
commands which depend upon unix() and ! will also fail. Your system may
be running low on resources. If the problem persists after a reboot,
check with your system administrator and confirm that your pty subsystem
is properly configured.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!