Opened 21 years ago

Closed 21 years ago

#562 closed defect (fixed)

Posix Shared Memory bug in all versions of LFS

Reported by: jeremy@… Owned by: jeremy@…
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)

LFS-tmpfs-Jeremy.Utley.patch (1.7 KB ) - added by jeremy@… 21 years ago.
Patch to CVS XML files
MAKEDEV-1.8.bz2 (7.9 KB ) - added by jeremy@… 21 years ago.
New MAKEDEV Script

Download all attachments as: .zip

Change History (7)

comment:1 by gerard@…, 21 years ago

Priority: highhighest

comment:2 by jeremy@…, 21 years ago

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.

by jeremy@…, 21 years ago

Patch to CVS XML files

by jeremy@…, 21 years ago

Attachment: MAKEDEV-1.8.bz2 added

New MAKEDEV Script

comment:3 by jeremy@…, 21 years ago

Status: newassigned

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 jeremy@…, 21 years ago

Owner: changed from lfs-book@… to jeremy@…
Status: assignednew

comment:5 by jeremy@…, 21 years ago

Resolution: fixed
Status: newclosed

Fixed with commit to CVS on 8/26/2003

Note: See TracTickets for help on using tickets.