When using the Remote Desktop package installation feature with Mac OS X 10.3 clients, package installations do not appear to be completed.
Symptom
The installation of the package itself is completed, but the installation process does not exit.
Solution
You should update to Apple Remote Desktop 1.2.4 to avoid this issue in the future. If you are currently experiencing this issue, you need to follow these steps before updating:
If the installer process is present (Figure 1), the installation process has not yet completed. Continue to step 5 after the installer process completes (it will disappear from the list in Activity Monitor).
Figure 1 Installer Process still running
Figure 2 ARD Agent Process
The ARD Agent process will then disappear and reappear a few moments later. Once it reappears, the client will report the correct status in Remote Desktop Admin.
Note: The steps above must be done at the affected clients because you can't use ARD to control an affected client in this situation. If Remote Login is enabled on the client, you may also connect to the affected computer with ssh and use top or ps to see if the installer process is still running. Once the installer process has quit, use the following command to kill the ARD Agent process:
sudo kill `cat /var/run/ARD.pid`
Note: The quote marks are back quotes, not straight quotes. The back quote character is found on the same key as the tilde (~) on the keyboard.