잘 사용하던 서버였고 전혀 문제 없었는데.
백업 과 복구 과정에 약간의 error 가 있었는데 무시했더니 process completed signal 9 press enter 메시지가 뜨며 서버가 자주 멈추고 있다.
기존 깨끗한 백업으로 복구하면 해결 될 텐데 새로 올린 자료가 있어 고민중 해결 방법을 찾았다.
먼정 adb 를 설치해야한다.
설치는 위 블로그 글으 보고 따라 설치했고 설정했다.
설치는 필요 없고 다운받아 압출만 풀면 된다. 환경 설정만 해주면 된다.
이후
adb devices
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
R3CN60CP43P unauthorized
adb shell
adb.exe: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
위의 문제로 엿 먹인다.
https://tkdrms568.tistory.com/262
이 문제는 위의 블러그 보고 해결했다.
하라는 데로 1, 2, 3 진행하니 된다. 대충 읽고 2, 3만 했더니 해결이 안되었는데 1, 2, 3 빠짐 없이 하니 해결 되었다.
이후
https://blex.me/@baealex/how-to-fix-termux-process-completed-signal-9
위 불러그 보고 명령어를 넣었는데 참조 했다는 유튜브를 나돠 한번 더 봤다.
https://www.youtube.com/watch?v=IlBeGznxXH8
블러그에는 명령어 한줄 밖에 없는데
실제로는 adb shell 에서 입력해줘야 하는 명령어가 2가지다.
/system/bin/device_config set_sync_disabled_for_tests persistent; /system/bin/device_config put activity_manager max_phantom_processes 2147483647 settings put global settings_enable_monitor_phantom_procs false
그래서 위 두가지 명령어를 다시 입력해 줬다.
암튼 잘 해결 되었길 기대해본다.
이렇게 해도 해결 안되면 어쩔수 없이 복구 돌려야 할 것 같다.
'IT 전자기기' 카테고리의 다른 글
아이폰 16 프로 10배 광학 줌 (1) | 2024.09.10 |
---|---|
순정 아이폰 아이패드에 토렌트 TORRENT 설치 아이폰 12 13 14 15 16 다 됨 (2) | 2024.09.10 |
워드프레스 첨부파일 용량 2mb 에서 용량 늘리기 (5) | 2024.09.05 |
워드프레스 구글 검색 등록 시 색인 생성 허용 여부error아니요: 'X-Robots-Tag' http 헤더에서 'noindex'가 감지됨 (8) | 2024.09.04 |
워드프레스 고유주소 변경시 404 에러 문제 해결 방법 (3) | 2024.09.03 |
댓글