System/OS
2022.06.01 08:14
[macos] How to Fix ‘You Shut Down Your Computer Because of a Problem’
조회 수 4799 댓글 0
| 첨부 '3' |
|
|---|
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.

보통의 경우는 다시 정상적으로 종료하면 사라지지만 계속 나온다면 관련 로그를 찾아서 삭제하면 된다.
Finder 또는 Terminal에서 해당 다음 경로를 찾아가자.
/Library/Logs/DiagnosticReports

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

[참고] 터미널에서 해당 경로 이동 후 파일 찾기
$ 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/
-
Read More
[ios] UILabel with two different color text
-
Read More
[ios] 배경에 Gradient 적용하기 (CAGradientLayer)
-
Read More
Brave Browser for Debian, Ubuntu, Mint
-
Read More
Ubuntu Desktop RDP Setup - 24.04 LTS
-
Read More
원어민이 매일 쓰는 일상표현 150개
-
Read More
영어. 반드시 외워야 할 문장 패턴 100개
-
Read More
[swift] UIView에서 subview 찾기
-
Read More
네트워크 용어 정리
-
Read More
[macos] How to Fix ‘You Shut Down Your Computer Because of a Problem’
-
Read More
[ios] 여러 버전의 Xcode 사용하기
-
Read More
[ios] Pod 특정 버전 설치하고 사용하기
-
Read More
맥에서 포트 확인하고 닫기 (mac)