openbsd-ports/net/openafs/pkg/MESSAGE
todd 8f6efbb341 from maint
o more feedback/typos/etc fixes

bump PKGNAME
2006-02-18 02:05:49 +00:00

17 lines
711 B
Plaintext

To utilize this package, you will need to run ${PREFIX}/sbin/openafs-setup as root.
Consider setting the following:
1. Uncomment the following line in /etc/sysctl.conf
---->/etc/sysctl.conf
-#ddb.panic=0 # 0=Do not drop into ddb on a kernel panic
+ddb.panic=0 # 0=Do not drop into ddb on a kernel panic
----|
2. Increase the default maximum number of open files in /etc/login.conf for daemon to aleast a few thousand.
---->/etc/login.conf
- :openfiles-cur=128:\
+ :openfiles-cur=infinity:\
----|
3. If you increase #2 above 1772 then consider also updating kern.maxfiles
---->/etc/sysctl.conf
+kern.maxfiles=102400 # increase maximum files
----|