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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 4402 | 13년 전 | 398 | ||
| 4401 | 13년 전 | 1144 | ||
| 4400 | 13년 전 | 1465 | ||
| 4399 |
|
13년 전 | 3917 | |
| 4398 |
alexseo
|
13년 전 | 897 | |
| 4397 | 13년 전 | 1125 | ||
| 4396 | 13년 전 | 587 | ||
| 4395 | 13년 전 | 510 | ||
| 4394 | 13년 전 | 587 | ||
| 4393 | 13년 전 | 956 | ||
| 4392 | 13년 전 | 2158 | ||
| 4391 | 13년 전 | 659 | ||
| 4390 |
몰보는거야
|
13년 전 | 1668 | |
| 4389 |
|
13년 전 | 1729 | |
| 4388 | 13년 전 | 1989 | ||
| 4387 |
|
13년 전 | 749 | |
| 4386 |
프로프리랜서
|
13년 전 | 1012 | |
| 4385 |
프로프리랜서
|
13년 전 | 749 | |
| 4384 |
프로프리랜서
|
13년 전 | 870 | |
| 4383 |
뭐먹고살지ㅠ
|
13년 전 | 779 | |
| 4382 |
danielle
|
13년 전 | 641 | |
| 4381 | 13년 전 | 751 | ||
| 4380 | 13년 전 | 901 | ||
| 4379 | 13년 전 | 1712 | ||
| 4378 | 13년 전 | 416 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기