Deployment Issues via SSH
We use Jamf Pro for our Mac management, and had success with the Adobe packages configured and downloaded from the Adobe Admin Console until about about a month or two ago. At that point, the installs started to intermitantly fail. I originally thought the problem was machine based until it failed on 2-3 fresh machines. I've spent a fair amount of time troubleshooting on this, and had a breakthrough today... though sadly not a solution.
A few more consistent details:
- All packages are managed, and self-service installation isn't allowed.
- Issue happens on Intel and Apple Silicon, with the package(s) intended for their architecture.
- Issue happens on Mojave and Big Sur. I haven't tested Catalina.
- Issue happens on machines with existing Adobe apps, or no Adobe apps.
- Issue happens with deployment via a Jamf Pro policy (not Adobe's problem there)
- Issue also happens with deployment via SSH as root (via sudo -i) with the command installer -pkg <pkg> -target /
- Issue DOES NOT happen if you use the GUI to install with an admin user.
- Issue DOES NOT happen if you log in via SSH as an admin user and use the command sudo installer -pkg <pkg> -target /
- The consistent fatal error in PDApp.log is: The Bootstrapper Process return code is (6).Stopping the installation process.
It seems to be some sort of bug if an installation via sudo works, but fails if you actually are root. I'd be happy to provide more logs, however keep in mind that this is not localized to a single machine.
