You may encounter an issue where the Barracuda RMM macOS Prep Utility fails to execute on macOS 10.12.1 (Sierra) and higher.
The reason for this issue is a change created by a security and privacy enhancement delivered in new versions of the macOS, called App Translocation or Gatekeeper Path Randomization, which causes any application that is not distributed through the App Store to run from a randomized path.
The result of this change is that the macOS Prep Utility doesn’t discover the config file “osx-prep-config.xml”, resulting in the app failing.
Another reason for this issue is that executables inside the macOS Prep Utility lost “execute” permission after download.
To run the macOS Prep Utility successfully, follow the steps below:
- Download the macOS Prep Utility from Service Center (See Deploying Onsite Manager within a Domain in the latest version of the Barracuda RMM Help).
- Open a Terminal and run the following commands:
sudo xattr -rd com.apple.quarantine {fullPathToOSX-Prep-Utility_UnzippedFolder}
sudo chmod +x {fullPathToOSX-Prep-Utility_UnzippedFolder}/OS\ X\ Prep\ Util.app/Contents/Library/LaunchServices/com.lpi.script-launcher
sudo chmod +x {fullPathToOSX-Prep-Utility_UnzippedFolder}/OS\ X\ Prep\ Util.app/Contents/MacOS/OS\ X\ Prep\ Util
where “{fullPathToOsx-Prep-Utility_UnzippedFolder}
” is the full path to the directory where prep utility is unzipped. - When prompted, type your password.
- Using Finder, navigate to the location where you saved the utility.
- Double-click the utility to run it.