- 01 Dec, 2016 1 commit
-
-
Federico Vaga authored
We want '/dev/shm' to be empty at boot time. It may happen that while working with rootfs over NFS this directory is not empty. With this patch we remove all files from this directory because they should not be there at all. What if I put something there on purpose? When using tmpfs, files in '/dev/shm' will be automatically removed on shutdown. We are keeping the same behavior. Put your own development files in '/dev/shm' after the execution of this script by copying them from another location. Again, if we use rootfs over NFS and if tmpfs does not work then the system will use the NFS and the system should continue to work. In this case the performances will be much worst Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 17 Jun, 2015 1 commit
-
-
Adam Wujek authored
Move: /etc/init.d/[SK]??<name> to /etc/init.d/<name> Then create symlinks in /etc/init.d/rcS/[SK]??* to all files that previously were /etc/init.d/[SK]??* With exception of monit since monit will start soon from init. Rename all occurences of changed files. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 28 Nov, 2014 1 commit
-
-
Alessandro Rubini authored
This is the new IPC mechanism (not RPC) to pass port status and other status-like information among processes, to avoid lenghty RPC calls. Each WR process has 32k of shared space. Thanks to Adam for some fixes. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-