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_* 파일 제거 (현재 연결 중인 세션은 끊김)
데비안 8.2 버전을 사용해 간단한 VPN 구축을 테스트 해보았다.보고서를 통해 알아보도록하겠다 VPN 보고서 실습을 통해 직접 VPN 설정을 해보겠습니다. 먼저 apt-get 명령어를 사용해 pptp 에 관련된 패키지를 전부 설치합니다. connections 는 접속할 수 있는 최대 클라이언트 수를 지정하는 것입니다. 11로 설정하였습니다.( 현재 11개 까지 동시접속가능 ) localip 는 pptp vpn 상에서의 현재 서버에 할당하고 싶은 아이피를 설정하는 곳입니다. (123.123.123.1 로 설정)remoteip 는 접속한 클라이언트들에게 할당할 아이피의 범위를 설정합니다. ( 123.123.123.100에서 123.123.123.200 까지의 아이..