Problem: OS X Server Admin will either not launch or after it has launched it will not allow connections.
Fix from Apple:
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.servermgrd.plist
cd /var/severmgrd
Note: verify that you are in the right path, because the next command will delete everything in the current folder.
rm -rf *
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.servermgrd.plist
Server Manager should now launch and allow logins.
No comments:
Post a Comment