From owner-freebsd-questions Tue Jul 14 13:38:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10990 for freebsd-questions-outgoing; Tue, 14 Jul 1998 13:38:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iglou.com (sendmail@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10963 for ; Tue, 14 Jul 1998 13:38:08 -0700 (PDT) (envelope-from patrick@cre8tivegroup.com) Received: from [204.255.227.148] (helo=gateway.cre8tivegroup.com) by iglou.com with esmtp (8.9.1/8.9.1) id 0ywBpi-0002NB-00; Tue, 14 Jul 1998 16:37:54 -0400 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <9807141958.AA00069@ara.office.aol.com> Date: Tue, 14 Jul 1998 16:37:49 -0400 (EDT) From: Patrick Gardella To: Ron Steele Subject: Re: Star Office Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had the same problems. I'm not sure what make it work, but here's what I did. 1) Make sure all the files are owned by you. chown -R username * 2) Make sure you own the directory it's in. 3) When it starts, start to modify the preferences. I thought it might be that it was trying to check my email for me, since it has the web capabilities installed. Are you running this on a 486, by any chance? Just a thought... Make sure you clear the shared memory when you are done with it, since it'll tie up the shared memory otherwise. Check it with ipcs then you can clear it with: #!/bin/sh for shmid in `ipcs | grep $USER | grep "^m" | awk '{print $2}'`; do ipcrm -m $shmid done # EOF Careful! That will clear all your shared memory, so if another program is using some, it could be deleted! Patrick On 15-Jul-98 Ron Steele wrote: > I keep seeing this, but StarOffice 4.0 will absolulely not run for me, > wheras 3.0 does. It starts up fine, sits there for about 45 seconds then > completely locks up. Under some circumstances it even locks up all of X. > It doesn't matter if I am doing anything with it or not, like a timer is > going of or something. Has anybody got a solution for this? > > Ron > > At 12:12 PM 7/14/98 -0400, you wrote: >>Dean, >> >>StarOffice 4.0 (non sp3) runs as is under FreeBSD's linux emulation. As >>long as you have the linux emulation libs and the appropriate linux emu >>modules loaded, you should be fine. >> >>Ben >> >>-- >>Ben Hockenhull >>benh@jpj.net >> >>On Tue, 14 Jul 1998, Dean Hollister wrote: >> >>> >>> Hiyall, >>> >>> Was there ever a port done of Star Office 4? >>> >>> Regards, >>> >>> d. >>> >>> +-------------------------------------------------------+ >>> | Dean Hollister, | dean@mushka.ml.org | >>> | Perth, Western Australia. | dean@wa.apana.org.au | >>> +-------------------------------------------------------+ >>> >>> >>> To Unsubscribe: send mail to majordomo@FreeBSD.org >>> with "unsubscribe freebsd-questions" in the body of the message >>> >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-questions" in the body of the message >> > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message