https://atthis.tistory.com/entry/sessionstartopentmpsess-ORDWR-failed-No-space-left-on-device-28-in-xxxxxxxxxxxxphp-on-line-00 session_start():open(/tmp/sess_*, O_RDWR) failed: No space left on device (28) in /xxx/xxx/xxx/xxx.php on line 00 그리고 session_start(): Failed to read session data: files (path: ) in /xxx/xxx/xxx/xxx.php on line 00 에러 발생 시 확인 사항 0. df -h 용량 확인 후 가득할 시 용량 확보 1. df -i -h 아이..
그리고 session_start(): Failed to read session data: files (path: ) in /xxx/xxx/xxx/xxx.php on line 00 에러 발생 시 확인 사항 0. df -h 용량 확인 후 가득할 시 용량 확보 1. df -i -h 아이노드 I/O 용량 확인 후 용량 가득할 시 /var/spool/postfix/maildrop/ # postsuper -d ALL (드랍메일 제거) 2. /tmp 디렉토리 내부 확인 후 sess_* 파일 제거 (현재 연결 중인 세션은 끊김)
phase : 단계compose : 구성하다
#QuestionWhich protocol uses dynamic address mapping to request the next-hop protocol address for a specific connection? #interpretationwhich protocol = 어떤 프로토콜use = 사용하다dynamic address mapping = 동적 주소 맵핑to request = 요청하는specific connection = 특정한 연결 #selectionA. Frame Relay inverse ARP B. static DLCI mapping C. Frame Relay broadcast queue D. dynamic DLCI mapping #explanationA. Frame Relay invers..
#QuestionWhich PPP authentication method sends authentication information in clear text? #interpretationWhich = 어떤 거냐PPP authentication = PPP 인증 method = 메소드 sends = 보내다authentication = 인증information = 정보in clear text = 평문안에서 #selectionA. MS CHAP B. CDPCP C. CHAP D. PAP #explanationD. PAPPAP 인증은 clear text, 즉 평문을 사용한다. #answerD