Forum Discussion
JohnnyKwei
New Contributor
1 year agoThis is not a license issue though.
Please review my original post. It is a directory permission issue caused by file copying - not sure if Quartus is doing it (which seems more likely) or the user (why would user copy IP files to /tmp?)
"The problem is when the user run 24.1, your tool performed a recursive copy of some kind from the <install path>/ip/altera directory. The files and directories inherit the source content permission. (r-xr-xr-x for directories, r--r--r-- for files) Because the source directory "avmm_ic" has no write permission, after the content is copied to /tmp, the directories and files retains the original permission except making the user the owner of the files/directories, but the process tries to write a tcl file in there and fails because the directory has no write permission."
To be clear, once I chmod -R u+w to the <install path>/ip/altera directory the user needs, he can run the job without issues.