Gentoo Archives: gentoo-dev

From: Dan C <danwsb@××××.com>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] /dev/shm/.init.d ?
Date: Sat, 20 Oct 2001 10:46:47
Message-Id: 004401c15986$d9855c10$efd41718@cx889666b
In Reply to: [gentoo-dev] /dev/shm/.init.d ? by Clay Mitchell
1 > I'm getting errors finding files under this directory on boot up of a
2 > freshly installed system. Any idea what could be causing this? (heck, I
3 > don't even know what /dev/shm is...)
4
5 I was getting errors with shm also. Make sure you're kernel has support for
6 it (I believe it was refrenced as tmpfs in the menuconfig), and add this
7 line to your fstab 'tmpfs /dev/shm tmpfs defaults 0 0'.
8
9 That cured all my shm* errors :)
10
11 -DSB

Replies

Subject Author
Re: [gentoo-dev] /dev/shm/.init.d ? Daniel Robbins <drobbins@g.o>