critical_create(): semget() failed: No space left on device 로그를 봤을때
아파치 재시작 되지 않으면서 , 해당 에러 발생합니다.
#ipcs -m
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
------ Semaphore Arrays --------
key semid owner perms nsems status
0x00000000 98304 nobody 600 1
0x00000000 458753 nobody 600 1
0x00000000 524290 nobody 600 1
0x00000000 589827 nobody 600 1
---> 아래스크립트로 nobody 가 잡고 있는 공유메모리 날립니다.
#!/bin/sh
ipcs -s -t|grep nobody|grep -v sem|cut -f1 -d' '|awk '{print "ipcrm sem",$1}' > aa
실행) sh aa
공유메모리 부족문제입니다.
#ipcs -m
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
------ Semaphore Arrays --------
key semid owner perms nsems status
0x00000000 98304 nobody 600 1
0x00000000 458753 nobody 600 1
0x00000000 524290 nobody 600 1
0x00000000 589827 nobody 600 1
---> 아래스크립트로 nobody 가 잡고 있는 공유메모리 날립니다.
#!/bin/sh
ipcs -s -t|grep nobody|grep -v sem|cut -f1 -d' '|awk '{print "ipcrm sem",$1}' > aa
실행) sh aa
공유메모리 부족문제입니다.
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5877 | 9년 전 | 242 | ||
| 5876 | 9년 전 | 291 | ||
| 5875 | 9년 전 | 268 | ||
| 5874 | 9년 전 | 301 | ||
| 5873 | 9년 전 | 412 | ||
| 5872 | 9년 전 | 294 | ||
| 5871 | 9년 전 | 254 | ||
| 5870 | 9년 전 | 277 | ||
| 5869 | 9년 전 | 390 | ||
| 5868 | 9년 전 | 298 | ||
| 5867 | 9년 전 | 252 | ||
| 5866 | 9년 전 | 253 | ||
| 5865 | 9년 전 | 259 | ||
| 5864 | 9년 전 | 206 | ||
| 5863 | 9년 전 | 211 | ||
| 5862 | 9년 전 | 395 | ||
| 5861 | 9년 전 | 455 | ||
| 5860 | 9년 전 | 242 | ||
| 5859 | 9년 전 | 239 | ||
| 5858 | 9년 전 | 203 | ||
| 5857 | 9년 전 | 225 | ||
| 5856 | 9년 전 | 324 | ||
| 5855 | 9년 전 | 251 | ||
| 5854 | 9년 전 | 179 | ||
| 5853 | 9년 전 | 235 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기