Further info, we have two JDS a parent and child, looking at the JAMFChangeManagement.log on the JSS during the replication process we see as below:
[dmw (ID: 2)] [update] [Package] [Wed Sep 11 11:56:38 EST 2013]
ID 5
Name .................. Lync 14.0.5 20130626.pkg.zip
Category Communication
Priority .............. 10
Reboot Required false
Fill User Template .... false
Fill existing users false
Uninstall allowed ..... false
[dmw (ID: 2)] [read] [jds] [Wed Sep 11 11:57:20 EST 2013]
ID 1
IP Address ......................
Model Identifier
Name ............................ utasjdssby.its.utas.edu.au
Serial Number
UDID ............................ 4219AEE1-4DEE-03B7-0D5F-59AA76EB3816
Location ID -1
Master .......................... false
Parent Distribution Server ID -2
Distribution Point .............. true
Replicate Packages/Scripts 1
Software Update Server .......... false
Replicate Updates 1
Netboot Server .................. false
Replicate Images 1
[dmw (ID: 2)] [read] [jds] [Wed Sep 11 11:57:48 EST 2013]
ID 2
IP Address ...................... 10.10.146.120
Model Identifier
Name ............................ utasjdsnhm.its.utas.edu.au
Serial Number
UDID ............................ 421920A1-26DE-2464-89A5-A300156BD979
Location ID -1
Master .......................... false
Parent Distribution Server ID 1
Distribution Point .............. true
Replicate Packages/Scripts 1
Software Update Server .......... false
Replicate Updates 1
Netboot Server .................. false
Replicate Images 1
This is now solved if others have a similar issue.
The error was that the file ssl.conf did not exist.
If the file is created with the touch command:
sudo cd etc/httpd/conf.d
sudo touch ssl.conf
Then rerun the installer it all works.
@dmw3][/url: The first command fails on our JDS. We have no such directory. Is your syntax correct? Was this run on the JDS or JSS. I'm running 10.8.5 on both with JSS and JDS v9.21.
root# sudo cd etc/httpd/conf.d
/usr/bin/cd: line 4: cd: etc/httpd/conf.d: No such file or directory
Thanks
@evarona][/url][/url
Try your command with an extra / at the front. This specifies the root directory. You don't need it if you're starting from root, but your default directory isn't / , It is /Users/username. You probably want:
sudo cd /etc/httpd/conf.d