Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 티스토리챌린지
- Apple
- raspberry pi
- 현대통신
- 월패드
- 파이썬
- 코스피
- 나스닥
- MQTT
- cluster
- SK텔레콤
- 배당
- ConnectedHomeIP
- homebridge
- 오블완
- 홈네트워크
- esp32
- 매터
- 국내주식
- Home Assistant
- matter
- 미국주식
- Espressif
- 공모주
- 애플
- 힐스테이트 광교산
- 해외주식
- Bestin
- Python
- RS-485
Archives
- Today
- Total
YOGYUI
Raspberry Pi - Failed to execute child process "xterm" (No such file or directory) 해결하기 본문
Hardware/Raspberry Pi
Raspberry Pi - Failed to execute child process "xterm" (No such file or directory) 해결하기
요겨 2021. 8. 2. 17:11반응형
[구동환경]
Motherboard | Raspberry Pi 4 Model B Rev 1.2 |
Kernel | Linux 5.10.52-v7I+ (armv7I) |
Operating System | Raspbian GNU/Linux 10 (buster) |
쉘 커맨드 스크립트 파일 등을 실행권한을 줘서 (chmod +x) 실행할 때, 'Execute in Terminal' 옵션 선택 시 "xterm" 바이너리를 찾을 수 없다고 에러가 발생한다
라즈비안에는 default로 xterm 대신 lxterminal이 터미널 에뮬레이터로 설치되어 있으니 /usr/bin 경로 내에 lxterminal을 복사해주자 (cp 명령어)
cd /usr/bin
sudo cp lxterminal xterm
끝~!
[참고]
https://www.raspberrypi.org/forums/viewtopic.php?t=17035
https://raspberrypi.stackexchange.com/questions/91428/failed-to-execute-child-process-xterm
반응형
'Hardware > Raspberry Pi' 카테고리의 다른 글
Raspberry Pi - Docker 설치하기 (0) | 2022.02.18 |
---|---|
Raspberry Pi - Wireshark 설치하기 (0) | 2021.11.28 |
Raspberry Pi - Real VNC "Cannot currently show the desktop" 문제해결 (0) | 2021.07.30 |
Raspberry Pi - ffmpeg + ffserver 동작환경 설정하기 (0) | 2021.07.30 |
Raspberry Pi - 부팅 시 터미널(LXTerminal)로 파이썬 스크립트 자동실행 (0) | 2021.07.10 |