On 10/03/14 21:42, Joseph wrote:
[snip]
Yes, that should be fairly safe to run. The only risk is if you have
some application running which has files open on it; but umount should
give you an error in that case.
Also, you can/should remove that fstab entry entirely once you have
remounted it; both openrc and systemd will automatically mount
/dev/shm with proper permissions if it is missing from fstab.
Will it?
In my kernel confg I have:
grep CONFIG_DEVTMPFS /usr/src/linux/.config
CONFIG_DEVTMPFS=y
# CONFIG_DEVTMPFS_MOUNT is not set
should I set "CONFIG_DEVTMPFS_MOUNT=y"
or should I just run:
chmod 1777 /dev/shm
--
Joseph