Posted on 02-28-2024 03:47 AM
I am getting an issue on Mac mini (Late 2014) after upgrading it from 10.14.6 to macOS Monterey 12.7.3 through downloading installer from App Store. It says it cannot open a perl script. I've given the full disk access to terminal, sshd-keygen-wrapper. I am still getting the same issue. I am able to run the script directly from my ssh terminal but when automation tool (through ssh) tries to run the script the error is getting. /NFSmountDir is actually /System/Volumes/Data/NFSmountDir
Solved! Go to Solution.
Posted on 02-28-2024 03:52 AM
I am wondering what security within the newer version of MacOS that is blocking the script from being ran.
Posted on 03-05-2024 10:03 PM
The issue has now been resolved. The problem was related to the 'full disk access' feature on Mac. However, the challenge was identifying which component needed full disk access. The automation tool that attempts to execute the command to initiate/run the Perl script is a Java-based open-source automation platform. Consequently, I granted full disk access to Java, and now the issue is resolved.
Posted on 02-28-2024 03:52 AM
I am wondering what security within the newer version of MacOS that is blocking the script from being ran.
Posted on 03-05-2024 10:03 PM
The issue has now been resolved. The problem was related to the 'full disk access' feature on Mac. However, the challenge was identifying which component needed full disk access. The automation tool that attempts to execute the command to initiate/run the Perl script is a Java-based open-source automation platform. Consequently, I granted full disk access to Java, and now the issue is resolved.