内容へ移動
fl8 Wiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
Dokuwiki.fl8.jp
»
01_linux
»
02_www
»
60 Apacheが起動しない AH01760
トレース:
•
60 CentOS OpenVPN
•
03 Strongswan IKEv2 with PSK
•
05 Virtuozzoライセンス
•
28 Ceph ISCSI
01_linux:02_www:60_apache_semaphore
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== 60 Apacheが起動しない AH01760 ====== ===== エラー ===== [auth_digest:notice] [pid 29978] AH01757: generating secret for digest authentication ... [core:emerg] [pid 29978] (28)No space left on device: AH00023: Couldn't create the authdigest-opaque mutex [auth_digest:error] [pid 29978] (28)No space left on device: AH01760: failed to create lock (opaque_lock) - all nonce-count checking, one-time nonces, and MD5-sess algorithm disabled [:emerg] [pid 29978] AH00020: Configuration Failed, exiting ===== 確認 ===== Shared Memory Limitsを超えているよう。 <code> # ipcs | wc -l 4107 </code> <code> # ipcs -l ------ Messages Limits -------- max queues system wide = 479 max size of message (bytes) = 8192 default max size of queue (bytes) = 16384 ------ Shared Memory Limits -------- max number of segments = 4096 max seg size (kbytes) = 18014398509465599 max total shared memory (kbytes) = 18014398442373116 min seg size (bytes) = 1 ------ Semaphore Limits -------- max number of arrays = 128 max semaphores per array = 250 max semaphores system wide = 32000 max ops per semop call = 32 semaphore max value = 32767 </code> ===== 対策 ===== <code> # ipcrm -a root@r-947-VM:~# ipcs ------ Message Queues -------- key msqid owner perms used-bytes messages ------ Shared Memory Segments -------- key shmid owner perms bytes nattch status 0x00000000 15499590 root 600 1000 3 dest ------ Semaphore Arrays -------- key semid owner perms nsems </code> {{tag>apache}}
01_linux/02_www/60_apache_semaphore.txt
· 最終更新: 2018/08/21 00:32 by
matsui
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ