Martins Steinbergs wrote:

fstab has entry:
none /dev/shm defaults 0 0

First and for all change defaults to noexec,rw , why would you want anyone to be able to execute anything in a volatile fs ? Second /dev/shm is `as far as I know` only added to be compatible with glibc2.2 and above so the POSIX shm_open and shm_unlink can be used, try running
touch /dev/shm/foo
if this works then nothing is wrong with /dev/shm or any related settings , I think ..

--
gentoo-user@gentoo.org mailing list

Reply via email to