On Wed, Jul 25, 2018 at 3:14 PM, Rich Shepard <[email protected]> wrote:
> It may well be that the reason opera and chromium crash upon loading is > where tmpfs is mounted. > > On my system its mount point is /tmp > tmpfs /tmp tmpfs defaults,mode=1777 0 0 > > On a working 32-bit system its mount point is /dev/shm: > > tmpfs /dev/shm tmpfs defaults 0 0 > > Can I change the tmpfs mount point from /tmp to /dev/shm? If so, do I > need > to reboot the system for this to take effect or can I remount it as root? > > Rich > tmpfs and /tmp are not the same thing. it looks like in one case you have a /tmp which uses tmpfs, but this is not required for anything to work. /tmp simply needs to be writable. have you tested that? -wes _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
