Am 11.02.2013 18:36, schrieb Dale: > Mick wrote: >> I would think so. This is the only line that I have in mine and the system >> boots fine: # glibc 2.2 > and above expects tmpfs to be mounted at /dev/shm for # POSIX shared > memory (shm_open, shm_unlink). # (tmpfs is a dynamically > expandable/shrinkable ramdisk, and will # use almost no memory if not > populated with files) tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0 > > +1
Addition: I even had that wrong and it worked: "patch" -> -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 +tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0 Stefan