[haiku-bugs] Re: [Haiku] #12760: /var/shared_memory not created at startup

  • From: "korli" <trac@xxxxxxxxxxxx>
  • Date: Sat, 07 May 2016 18:08:45 -0000

#12760: /var/shared_memory not created at startup
--------------------------------+------------------------------------------
   Reporter:  saprykin          |      Owner:  axeld
       Type:  bug               |     Status:  new
   Priority:  normal            |  Milestone:  Unscheduled
  Component:                    |    Version:  R1/Development
  System/libroot.so             |   Keywords:  shared memory  launch_daemon
 Resolution:                    |   Blocking:
 Blocked By:                    |   Platform:  All
Has a Patch:  0                 |
--------------------------------+------------------------------------------
Changes (by korli):

 * keywords:  shared memory => shared memory  launch_daemon


Comment:

 The former Bootscript had the following, before anything else was started:
 {{{
 # clean the shared memory dir
 shmDir=/var/shared_memory
 rm -rf $shmDir
 mkdir -p $shmDir
 chmod 777 $shmDir
 }}}

 Maybe this could be done directly by the launch_daemon, also before
 anything else.

--
Ticket URL: <https://dev.haiku-os.org/ticket/12760#comment:1>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: