public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] /dev/shm  mode 1777
@ 2014-10-04  2:22 Joseph
  2014-10-04  3:00 ` Mike Gilbert
  0 siblings, 1 reply; 5+ messages in thread
From: Joseph @ 2014-10-04  2:22 UTC (permalink / raw
  To: gentoo-user

I'm getting an error message during emerge:
 * configure has detected that the sem_open function is broken.
 * Please ensure that /dev/shm is mounted as a tmpfs with mode 1777.
 * ERROR: dev-lang/python-3.3.5-r1::gentoo failed (configure phase):

my /dev/shm is mounted as 
drwxr-xr-x 17 root root          4020 Oct  3 08:57 shm

and it should be:
drwxrwxrwt  2 root root           100 Sep 29 09:25 shm

I've already change in fstab:
from:
shm			/dev/shm	devtmpfs	nodev,nosuid,noexec	0 0

to:
shm 			/dev/shm  	tmpfs 		defaults,nodev,nosuid,mode=1777 0 0

Is it OK to run:
umount shm
mount shm

This is a remount system, so I want to make sure I'm not making a mistake.

-- 
Joseph


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-10-04 15:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-04  2:22 [gentoo-user] /dev/shm mode 1777 Joseph
2014-10-04  3:00 ` Mike Gilbert
2014-10-04  3:42   ` Joseph
2014-10-04  3:48     ` Joseph
2014-10-04 15:43     ` Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox