From owner-freebsd-hackers Thu May 28 11:59:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28562 for freebsd-hackers-outgoing; Thu, 28 May 1998 11:59:26 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28500 for ; Thu, 28 May 1998 11:58:42 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.0/frmug-2.3/nospam) with UUCP id UAA01043 for hackers@FreeBSD.ORG; Thu, 28 May 1998 20:58:32 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: (from roberto@localhost) by keltia.freenix.fr (8.9.0.Beta4/keltia-2.14/nospam) id TAA28516 for hackers@FreeBSD.ORG; Thu, 28 May 1998 19:58:03 +0200 (CEST) (envelope-from roberto) Message-ID: <19980528195802.A28513@keltia.freenix.fr> Date: Thu, 28 May 1998 19:58:02 +0200 From: Ollivier Robert To: hackers@FreeBSD.ORG Subject: Re: Star Office Installation Mail-Followup-To: hackers@FreeBSD.ORG References: <19980528074618.A26220@keltia.freenix.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.3i In-Reply-To: ; from Alfred Perlstein on Thu, May 28, 1998 at 01:54:58AM +0000 X-Operating-System: FreeBSD 3.0-CURRENT ctm#4311 AMD-K6 MMX @ 225 MHz Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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