Opened 22 years ago
Closed 22 years ago
#562 closed defect (fixed)
Posix Shared Memory bug in all versions of LFS
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | Book | Version: | CVS |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The kernel developers have stated that for Linux to use Posix shared memory, a tmpfs filesystem MUST be mounted at /dev/shm
Adding the following line to fstab will accomplish this:
tmpfs /dev/shm tmpfs defaults 0 0
Attachments (2)
Change History (7)
comment:1 by , 22 years ago
| Priority: | high → highest |
|---|
comment:2 by , 22 years ago
comment:3 by , 22 years ago
| Status: | new → assigned |
|---|
Now that I'm an editor, I'll take on ownership of this bug myself. This will be the first thing I fix as an editor :)
comment:4 by , 22 years ago
| Owner: | changed from to |
|---|---|
| Status: | assigned → new |
comment:5 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with commit to CVS on 8/26/2003
Note:
See TracTickets
for help on using tickets.

We'll also need to have the MAKEDEV script do a mkdir /dev/shm - this directory is created on the fly for devfs, but will need to be created for a static /dev.