All Articles

TIL&TEL 21.06.14~21.06.20

TIL( Today I Learned)

21-06-14 월

  • DI 에러 확인하기

    • 에러 로깅 바꾸기
    • nginx 로그 확인
    • GCP 모니터 체크
    • GCP log 체크
  • 프로젝트 랩업 미팅

21-06-15 화

  • systemctl 작업들 만들고 적용하고 테스트하기 dev server

21-06-16 수

  • syslog 말고 로그처리
  • systemctl dependency 동작 .sh 짜기

21-06-17 목

  • 엘라스틱 수리
  • systemd 등록 및 구동 테스트 확인
  • VM 배포

21-06-18 금

  • FASTAPI 훑어보기

TEL (Trial and Error Log)

21-06-15

  • ERROR: /etc/systemd/system/uwsgi.service:8: Working directory path ’${HOME}’ is not absolute.

    • SITUATION: systemd systemctl 동작을 위해서
    • REASON: 상대경로 안먹는다
    • SOLUTION:

      • 절대경로로 수정한다.

21-06-16

  • ERROR: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65535]

    • SITUATION: Elasticsearch boot
    • REASON: filedescriptor가 빠짐
    • SOLUTION:

      • LimitNOFILE=65535

        • elasticsearch systemd entry_shell 참고