taskgated를 다시 시작하려면 어떻게합니까? 죽이고 그 이후로 실행되고 있지 않습니다.

taskgated활동 모니터에서 죽이고 그 이후로 실행되고 있지 않습니다. 프로세스를 taskgated다시 시작하려면 어떻게합니까 ?



답변

재부팅하거나 실행할 수 있습니다

sudo launchctl load /System/Library/LaunchDaemons/com.apple.taskgated.plist


답변

내가 실행할 launchctl load때이 오류가 발생했습니다 :

/System/Library/LaunchDaemons/com.apple.taskgated.plist: Operation already in progress

그래서 나는 달려야했다.

sudo launchctl unload /System/Library/LaunchDaemons/com.apple.taskgated.plist

뒤에 :

sudo launchctl load /System/Library/LaunchDaemons/com.apple.taskgated.plist

심지어 그때까지 약 30 분이 걸렸습니다 ps.


답변

sudo없이이 명령을 사용하십시오. (요세미티에서 일함)

launchctl load /System/Library/LaunchDaemons/com.apple.taskgated.plist


답변