내가 명령 아래 사용하여 원격으로 응용 프로그램을 열려고했지만, 나는 오류 아래오픈 /에 pssh를 통해 원격 시스템에 폐쇄 된 응용 프로그램을 활성화 맥 os10.12.6
pssh -h node.txt -O StrictHostKeyChecking=no -l mapsadmin -i "open /Applications/FusionX.app"
을 얻을 수 있습니다 오류 :
Stderr: LSOpenURLsWithRole() failed with error -10810 for the file /Applications/FusionX.app
mapsadmin은 루트 권한을 가진 사용자이지만 여전히 행운을 얻지 못했습니다. 이 문제를 해결해주세요.
또한 애플 스크립트와 함께 시도했다, 그러나 운이
pssh -h node.txt -O StrictHostKeyChecking=no -l mapsadmin -i "osascript -e 'tell application \"FusionX\" to activate'"
[1] 16:07:31 [FAILURE] <IP address> Exited with error code 1
Stderr: 30:38: execution error: An error of type -10810 has occurred. (-10810)
이 해결을 도와 없습니다. 이 일을 가능하게하기 위해 원격 컴퓨터에서 사용할 다른 것이 있습니까?
다음 중 제안 사항을 시도해 보셨습니까? – CJK