Received: (qmail 56357 invoked by uid 501); 22 Sep 2000 14:57:05 -0000 Message-Id: <20000922145705.56354.qmail@locus.apache.org> Date: 22 Sep 2000 14:57:05 -0000 From: Nathan Wallwork Reply-To: owen@pungent.org To: submit@bugz.apache.org Subject: Apache FAQ question D.5 should also suggest mounting the shm virtual fs for new kernels X-Send-Pr-Version: 3.110 >Number: 6567 >Category: documentation >Synopsis: Apache FAQ question D.5 should also suggest mounting the shm virtual fs for new kernels >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: apache >Arrival-Date: Fri Sep 22 08:00:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: owen@pungent.org >Release: 1.3.12 >Organization: apache >Environment: Linux 2.3.9-pre5, apache 1.3.12 >Description: After installing Apache and getting a "Invalid argument: could not call shmget" message, I found the FAQ qeustion D.5, which advised me to include SysV IPC support in my kernel. I already had such support, and in fact had a /proc/sysvipc directory. Furthar research turned up the linux kernel advice under sysvipc: Shared memory is now implemented using a new (minimal) virtual file system, which you need to mount before programs can use shared memory. To do this automatically at system startup just add the following line to your /etc/fstab: none /var/shm shm defaults 0 0 >How-To-Repeat: On a system with a recent development kernel, attempt to run Apache which the virtual shared memory system isnt' mounted. >Fix: Add more information to the FAQ question D.5, suggesting the above addition to /etc/fstab (and a mount -a) if /proc/sysvipc exists. >Release-Note: >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]