05-11-2017 05:44 PM
I have an sbRIO running Linux. Sometimes I deploy our executable to it within the project environment, and sometimes we copy a new executable through SCP or the web interface. In the latter case, the file ownership and sometimes permissions of some files get changed, and then when I want to deploy through the project environment, I get an error "LabVIEW: File permission error. You do not have the correct permissions for the file." I can't figure out which file this is; I've already changed the ownership of everything within /home/lvuser/natinst/bin to lvuser.ni. Can anyone provide a complete list of file ownership and permissions required to deploy from within the LabVIEW project environment?
Solved! Go to Solution.
05-11-2017 06:19 PM
Found the issue - some log files had nearly filled the disk. The actual issue was insufficient space for some file, but it was reported as a file permissions error.
05-20-2019 04:49 AM
Do you know which log file has fill the disk? I have the same problem. But my disk is not filled.
05-20-2019 12:51 PM
It's been a while, but if I remember correctly it was log files that my application created, not log files that NI software creates.
05-14-2020 12:07 PM