diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2005-12-17 22:18:39 +0000 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2005-12-17 22:18:39 +0000 |
commit | 57916e0593358dbf80118929fc24d22bd1affc7a (patch) | |
tree | f7ff1933cef7c958c5e0bae34221004e345a9e05 /lang/mono/pkg-message | |
parent | e8cdd888d5beed51b95866c7e5477c2ec9b8e565 (diff) | |
download | FreeBSD-ports-57916e0593358dbf80118929fc24d22bd1affc7a.zip FreeBSD-ports-57916e0593358dbf80118929fc24d22bd1affc7a.tar.gz |
Mention in the pkg-message that semaphores can be removed using ipcrm.
I didn't use the submitted patch since I want to keep the pkg-message
one screenful. Also removed some extra wordage to make the pkg-message
shorter.
PR: 90394
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
Diffstat (limited to 'lang/mono/pkg-message')
-rw-r--r-- | lang/mono/pkg-message | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/mono/pkg-message b/lang/mono/pkg-message index 8ae9909..3271ae3 100644 --- a/lang/mono/pkg-message +++ b/lang/mono/pkg-message @@ -15,15 +15,11 @@ following first: * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the - semaphores with MODE "--rw-------" and NSEMS "8" + semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased - from the FreeBSD default of 10 identifiers and 60 total semaphores. - The following should comfortably support 30 users. + from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf - - By users we mean local users. XSP can serve multiple clients but - would count as only one user, the user running XSP. ************************************************************************ |