Siddhant Mishra
unread,Feb 11, 2024, 9:52:55 AMFeb 11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to munki-dev
I see following error logged in install.log while trying to install a package via munki :
```
2024-01-24 14:44:54-05 MacBook-Pro shove[12079]: Error relinking file (primary): /Library/InstallerSandboxes/.PKInstallSandboxManager/30C4A3A1-D353-4DC2-9E0D-7D144233A02E.activeSandbox/Root/Library/Preferences/Logging/Subsystems/com.proofpoint.ecd.plist to /Library/Preferences/Logging/Subsystems/com.proofpoint.ecd.plist, error = 1
srcPath = /Library/InstallerSandboxes/.PKInstallSandboxManager/30C4A3A1-D353-4DC2-9E0D-7D144233A02E.activeSandbox/Root/Library/Preferences/Logging/Subsystems/com.proofpoint.ecd.plist
```
```
2024-01-24 14:53:13-05 MacBook-Pro installd[499]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=120 "An unexpected error occurred while moving files to the final destination." UserInfo={NSLocalizedDescription=An unexpected error occurred while moving files to the final destination., arguments=(
"-f",
"-s",
"/Library/InstallerSandboxes/.PKInstallSandboxManager/97A37314-1EDF-4A75-B246-9194EE66689B.activeSandbox/Root",
"/"
), NSUnderlyingError=0x137812af0 {Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"}} {
NSLocalizedDescription = "An unexpected error occurred while moving files to the final destination.";
NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=1 \"Operation not permitted\"";
arguments = (
"-f",
"-s",
"/Library/InstallerSandboxes/.PKInstallSandboxManager/97A37314-1EDF-4A75-B246-9194EE66689B.activeSandbox/Root",
"/"
);
}
```
Same package gets installed successfully using below command:
`sudo /usr/sbin/installer -verboseR -pkg <file> -target /`
I am seeing this issue in every 2 out of 10 devices which includes mostly Arm devices and different OS versions(Monterey, Sonoma).
Any idea what could be wrong here ?