On Wed, 25 Jul 2018, Rich Shepard wrote:
It may well be that the reason opera and chromium crash upon loading is where tmpfs is mounted.
Looking at /etc/rc.d/rc.local I see that /dev/shm should be the mount point when the system is rebooted; at least, I _think_ that's where tmpfs should be found: # Change perms on /dev/shm: postgres & chromium need access chmod 1777 /dev/shm/ Postgres works; chromium doesn't
tmpfs /tmp tmpfs defaults,mode=1777 0 0
The system was rebooted two months ago when a new kernel was installed. Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
