(base) adalgu@instance-1:~$ google-chrome --headless --disable-gpu https://www.google.com
[1020/163611.863360:ERROR:filesystem_posix.cc(63)] mkdir /tmp/Crashpad/new: Permission denied (13)
[1020/163611.863907:ERROR:socket.cc(120)] recvmsg: Connection reset by peer (104)
Trace/breakpoint trap
ChatGPT
위의 출력에서, Google Chrome이 특정 폴더에 대한 권한 문제로 인해 시작되지 않는 것을 볼 수 있습니다.
/tmp/Crashpad/new
디렉토리에 쓰기 권한이 없기 때문에 문제가 발생하는 것 같습니다.해결 방법은 다음과 같습니다:
- 권한 설정:
/tmp
폴더에 적절한 권한이 있는지 확인하고 필요한 경우 수정합니다.
bashCopy code sudo chmod -R 777 /tmp