We're in a very controlled environment (who isn't, right?) where we've got Quest AD and McAfee (plus others) running on our servers. When I try to install the SCCM Plugin (both 3.21 and 3.30) I get an error of:
[root@loujsslts01 ~]# java -jar /tmp/JSSSCCMPluginInstaller3.30.jar Copied SCCM2012Plugin.jar
Copied PluginSettings91.jar
Copied sccm.jsp
touch: cannot touch `/Library/JSS/Logs/JSS_SCCM_Plugin.log': No such file or directorychown: cannot access `/Library/JSS/Logs/JSS_SCCM_Plugin.log': No such file or directory
chmod: cannot access `/Library/JSS/Logs/JSS_SCCM_Plugin.log': No such file or directory
Would you like to restart Tomcat? (Y/n) : y
tomcat stopped
tomcat started
To configure the plug-in go to https://jss.mycompany.corp:8443/pluginSettings.html?plugin=sccm
You have mail in /var/spool/mail/root
and it also seems to cause issues to my
/usr/local/jss/tomcat/webapps/ROOT
directory. As a result, to bring my server back online, I have to run the complete reinstall of the JSS, and as a result, the plugin is removed. Looking at the error line of
touch: cannot touch `/Library/JSS/Logs/JSS_SCCM_Plugin.log': No such file or directorylooks very much like it's failing on an OS X install, not a Linux/RHEL install.chown: cannot access `/Library/JSS/Logs/JSS_SCCM_Plugin.log': No such file or directory
chmod: cannot access `/Library/JSS/Logs/JSS_SCCM_Plugin.log': No such file or directory
I am going to try to spin up a virtual test server with no administrative tools and see if it fails doing that. However, I wanted to see if others had encountered this or not to save me time.
Thanks
