I'm having some weird issues with a casper policy that is suppose to install all software updates and reboot if the update requires it to do so. Here's the output from manually triggering the policy.
capps-2400:~ root# jamf -policy install
Checking for policies triggered by "install"...
Connecting to JAMF Software Server at https://casper:8443/...
Creating lock file for Software Update...
Executing Policy "Software Update"...
Installing all Software Updates from CDSOSX003...
2007-02-20 15:06:13.171 softwareupdate631] Loading CatalogURL
[http://CDSOSX003:8088/index.sucatalog
Setting Software Update Server to http://CDSOSX003:8088/ for all
accounts...
<swu_response>Software Update Tool
Copyright 2002-2005 Apple
Downloading Daylight Saving Time Update
Downloading Daylight Saving Time Update 0..20..40..60..80..100
Expanding Daylight Saving Time Update
Installing Daylight Saving Time Update 0..20..40..60..80..100
Done.
You have installed one or more updates that requires that you restart your
computer. Please restart immediately.
</swu_response>
Reboot is required.
Logging results to server for Policy ID 10...
Connecting to JAMF Software Server at https://casper:8443/...
Rebooting the computer in 5 minutes...
Creating Reboot Script...
Removing lock file...
sh: -c: line 1: unexpected EOF while looking for matching `"'
sh: -c: line 2: syntax error: unexpected end of file
The updates are installed successfuly and it knows a reboot is required, however it never prompts the reboot message and never reboots. Not sure what the end of file errors are refering to. This happens no matter what reboot option I have selected and on any software update that requires reboot. Any ideas??