답변:
나는 같은 문제를 겪었고, 머리없는 미니도 마찬가지였다. 이것이 내가 찾은 것입니다 ...
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.screensharing.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.screensharing.plist
미니에 SSD를 설치하고 그 당시 Lion을 새로 설치했는데 문제가 지속되었습니다.
별명을 만들었습니다
alias fixscreen='sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.screensharing.plist && sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.screensharing.plist'
OK (확인), (적어도, 또는 해답을 찾기 위해 관리 대답 나는이 명령의 모든 세부 사항에 아주 확실하지 않다) :
$ sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users admin -privs -all -restart -agent -menu
항상-터미널에 무언가를 붙여 넣을 때 조심하십시오-명령을 실행하기 전에 검사하는 것이 가장 좋습니다. sudo가 관련되어있을 때도 마찬가지입니다.
사용 launchctl unload
하고 launchctl load
여전히 작동하지만 명령은 이제 "레거시 명령"입니다.
단일 명령으로도 작동하는 최신 접근 방식은 다음과 같습니다.
sudo launchctl kill KILL system/com.apple.screensharing
이렇게하면 launchctl이 화면 공유 서비스를 종료하도록 지시 한 다음 launchctl이 종료 된 후 자동으로 다시 시작합니다.