unter http://geodsoft.com/howto/harden/OpenBSD/no_changes.htm findet man folgendes:
suche howtos zum dev filesystem unter openbsd (*BSD ist auch ok) welche mir eine begründung warum das funktioniert/nicht funktionert beinhalten.
wenn jemand gerade nen guten link für linux hat sag ich auch mal nur her damit....
While working on the hardening process for OpenBSD 2.9, I became aware of another problem with read only / (root) filesystems. I set the read only property early while configuring my first 2.9 server and had plenty of opportunity to observe a series of error messages caused by mounting / read only. The messages were as follows:
date time hostname login: /etc/fbtab: chmod (/dev/console) Read only file system
date time hostname login: /etc/fbtab: chmod (/dev/wskbd0) Read only file system
date time hostname login: /etc/fbtab: chmod (/dev/wsmouse0) Read only file system
Each message was repeated twice and their length caused them to wrap. It was not easy to ignore these messages which filled much of the screen following some logins. They did not appear if / was returned to it's normal writable status. I do not know what practical consequences the failure of chmod had. It was not responsible for the keyboard lockups described in Custom Kernel: Large Unwanted Change in 2.9 as these lockups definitely occured when no file system was set to read only.
suche howtos zum dev filesystem unter openbsd (*BSD ist auch ok) welche mir eine begründung warum das funktioniert/nicht funktionert beinhalten.
wenn jemand gerade nen guten link für linux hat sag ich auch mal nur her damit....