From owner-freebsd-questions Fri Aug 8 06:34:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA14632 for questions-outgoing; Fri, 8 Aug 1997 06:34:24 -0700 (PDT) Received: from tornado.cisco.com (tornado.cisco.com [171.69.104.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA14618 for ; Fri, 8 Aug 1997 06:34:19 -0700 (PDT) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by tornado.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id JAA15150; Fri, 8 Aug 1997 09:33:47 -0400 (EDT) Received: from bmcgover-pc.cisco.com (localhost.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.8.5/8.8.5) with ESMTP id JAA01707; Fri, 8 Aug 1997 09:33:01 -0400 (EDT) Message-Id: <199708081333.JAA01707@bmcgover-pc.cisco.com> To: grog@lemis.com cc: questions@freebsd.org Subject: Re: Re: StarOffice Date: Fri, 08 Aug 1997 09:33:01 -0400 From: Brian McGovern Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greg, I've seen the same problem as you. The "cause" can be one of several things (I fixed all of them to get it working 100%). 1.) Make sure your Linux emulation is turned on and installed. It won't run without it. 2.) Check your premissions on the Star Office files. I found part of the tree was set mode 700, so if you were root, it would run. If you were a "normal user", it wouldn't. I just "chmod -R 755 ." on the directory, and it worked fine afterwards. -Brian