I've got SMB uploads via Casper Admin working, but my .pkg files are being seen by Apache as directories, thus causing the following errors:
Here is the Casper Remote error:
Sending Wake On LAN command...
Opening SSH Connection to 10.11.0.166...
Authenticating...
Successfully authenticated.
Verifying Computer's Identity...
The MAC Address has been verified.
Checking Operating System Version...
Running Mac OS X 10.6.8 (10K549)
Verifying /usr/sbin/jamf...
/usr/sbin/jamf is current (8.52)
Verifying /usr/sbin/jamfvnc...
/usr/sbin/jamfvnc does not exist.
Verifying /Library/Preferences/com.jamfsoftware.jamf.plist...
Preparing Policy...
Installing Absolute Manage Agent Uninstaller.pkg...
Installation failed. The installer reported: installer: Error the package path specified was invalid: '/Library/Application Support/JAMF/Downloads/Absolute Manage Agent Uninstaller.pkg'.
Submitting log to https://our.jss:8443//...
Finished.
And the policy error:
/usr/sbin/jamf is version 8.52
Executing Policy Remove Absolute Manage...
Downloading BOM for Absolute Manage Agent Uninstaller.pkg...
This Apple Package did not have a valid index.bom file. Assuming it is a flat file package.
Downloading https://our.jss:443//Packages//Absolute Manage Agent Uninstaller.pkg...
Installing Absolute Manage Agent Uninstaller.pkg...
Installation failed. The installer reported: installer: Error the package path specified was invalid: '/Library/Application Support/JAMF/Downloads/Absolute Manage Agent Uninstaller.pkg'.
Adding the following to /etc/mime.types does not seem to work:
application/octet-stream bin lha lzh exe class so dll img iso pkg mpkg
application/vnd.apple.installer+xml dist distz pkg mpkg
Nor does adding the following to /etc/httpd/conf/httpd.conf :
AddType application/vnd.apple.installer+xml .dist .distz .pkg .mpkg
AddType application/octet-stream .pkg .mpkg
Any help would be appreciated!
