Wayne Blaszczyk wrote:

> When is /run/shm created and by what?

The very first boot script, mountvirtfs,

case "${1}" in
    start)
       # Make sure /run/var is available before logging any messages
       mkdir -p /run
       mount -n /run || failed=1
       mkdir -p /run/{var,lock,shm}

Perhaps we need 'chmod 1777 /run/shm' there.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to