Comment 10 for bug 566788

Revision history for this message
andrew thomas (atswartz) wrote :

I am getting this in maverick
andrew@790Fx:~$ chromium-browser
[16682:16691:7522193672:FATAL:base/shared_memory_posix.cc(193)] Creating shared memory in /dev/shm/.org.chromium.pk526V failed. This is frequently caused by incorrect permissions on /dev/shm. Try 'sudo chmod 777 /dev/shm' to fix.: No such file or directory
Aborted (core dumped)
andrew@790Fx:~$ ls -ld /dev/shm/
drwxrwxrwt 2 root root 40 2010-09-13 18:29 /dev/shm/
andrew@790Fx:~$ grep shm /proc/self/mountinfo
22 16 0:16 / /dev/shm ro,relatime - tmpfs tmpfs ro
andrew@790Fx:~$ grep shm /lib/init/fstab
none /dev/shm tmpfs nosuid,nodev 0 0