Contents

조회 수 923 댓글 0
Atachment
첨부 '3'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

Mac이 비정상적으로 종료되면 이후 부팅시 이런 내용이 나올 때가 있다.


You shut down your computer because of a problem.

If you want to open the applications that were open when you shut down, click Open.

If you do nothing, the computer will continue the login in 51. seconds.


diagnostic_01.jpg


보통의 경우는 다시 정상적으로 종료하면 사라지지만 계속 나온다면 관련 로그를 찾아서 삭제하면 된다.


Finder 또는 Terminal에서 해당 다음 경로를 찾아가자.

/Library/Logs/DiagnosticReports


diagnostic_02.jpg


그리고 다음과 같이 "Sleep Wake Failure..." 로 시작하는 파일을 찾아서 제거하면 된다.


diagnostic_03.jpg




[참고] 터미널에서 해당 경로 이동 후 파일 찾기

$ cd /Library/Logs/DiagnosticReports
$ find . -name 'Sleep\ Wake\ Failure*.diag'



[출처] https://macreports.com/how-to-fix-you-shut-down-your-computer-because-of-a-problem/





?

  1. [android] N-Puzzle 게임

  2. [c] 이진 탐색 두 가지 코드 (재귀/반복)

  3. [c] 기막힌 정렬 코드 ㅋㄷ

  4. [git] 쉬운 버전관리 Git 설명

  5. Aspect Oriented Programming in Objective-C

  6. [ios] iOS 앱 아이콘을 만드는 유틸

  7. [android] Android N requires the IDE to be running with Java 1.8 or later 오류

  8. [android] 초간단 얼럿 (AlertDialog)

  9. [ios] NSString, RegularExpression Find/Replace

  10. [macos] How to Fix ‘You Shut Down Your Computer Because of a Problem’

  11. [io] Apple Watch, Today Extension 앱ID 설정

  12. [ios] 문자열로 함수 실행하기 (eval 함수처럼)

Board Pagination Prev 1 ... 87 88 89 90 91 92 93 94 95 96 ... 98 Next
/ 98