[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by tmclau02

noreply at forge.novell.com noreply at forge.novell.com
Sat Dec 17 15:24:09 MST 2005


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono by tmclau02

Modified Files:
	pkg-message 
Log Message:
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 at gmail.com>

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/pkg-message,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/pkg-message	2005/11/15 03:09:57	1.4
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/mono/pkg-message	2005/12/17 22:24:08	1.5
@@ -15,15 +15,11 @@
 
 * 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.
 ************************************************************************



More information about the Bsd-sharp-cvs mailing list