Date: Thu, 28 May 1998 19:58:02 +0200 From: Ollivier Robert <roberto@keltia.freenix.fr> To: hackers@FreeBSD.ORG Subject: Re: Star Office Installation Message-ID: <19980528195802.A28513@keltia.freenix.fr> In-Reply-To: <Pine.BSF.3.95.980528015351.17655A-100000@fang.cs.sunyit.edu>; from Alfred Perlstein on Thu, May 28, 1998 at 01:54:58AM %2B0000 References: <19980528074618.A26220@keltia.freenix.fr> <Pine.BSF.3.95.980528015351.17655A-100000@fang.cs.sunyit.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
According to Alfred Perlstein: > could you please check your shared mem segments on the next crash? just > ipcs and tell me if you have a LOT of segments lyinh around? also are you > running -stable? -current? It always leave a few dozen shared mem segments laying around. Even when it does exit cleanly. I have a script that wipe out the shared segments after running SO4. -=-=-=- #! /sbin/tcsh set path=(/z/Office40/bin $path) mesg n soffice $* ipcs | awk '/^m/ {print $2}' | xargs -n1 -t ipcrm -m -=-=-=- Use with caution if you have other applications used shmseg. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #60: Fri May 15 21:04:22 CEST 1998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980528195802.A28513>