Re: StarOffice 5.1 - infinite setup ?

1999-09-25 Thread Sergey Babkin

Kevin Day wrote:
 
 
  Hi,
 
  I have got a surprising problem with StarOffice 5.1
  for Linux on FreeBSD 4.0-current, the latest snapshot.
  The CD-ROM installation went fine (after I configured the
  Posix real-time thread support and linked the
  additional libraries to the Linux compatibility
  directory and slightly corrected the startup scripts)
  but when I start the installed program "soffice"
  it just starts the setup screen again! Tried to

 Try running staroffice as a non-root user.

Tried. Same thing. The only additional problem I noticed about
running as root was that it ignores LD_LIBRARY_PATH
but I did overcome it by creating symbolic links
to the libraries from /usr/compat/linux/lib. Otherwise
seems to be no difference (tried also to remove
these links and run from an ordinary user: same effect).

-SB


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: StarOffice 5.1 - infinite setup ?

1999-09-25 Thread Sergey Babkin

Josef Karthauser wrote:
 
 On Wed, Sep 22, 1999 at 08:46:42PM -0500, Kevin Day wrote:
  
   Hi,
  
   I have got a surprising problem with StarOffice 5.1
   for Linux on FreeBSD 4.0-current, the latest snapshot.
   The CD-ROM installation went fine (after I configured the
   Posix real-time thread support and linked the
   additional libraries to the Linux compatibility
   directory and slightly corrected the startup scripts)
   but when I start the installed program "soffice"
   it just starts the setup screen again! Tried to

 We've got a similar problem.  Instals fine as root, runs
 fine a 'joe', but if anyone else tries to run it they get
 the setup screen!  My hunch is that it's something to do with

Seems like I got no suck lucky user :-(

 permissions on Sys5 IPC queues or something.  A Ktrace of both
 showed that different things were going on, but I lost the plot
 before working out exactly what.

I ran ktrace and truss on it. It seems like it does not use
Sys5 IPC at all or at least does not make calls looking like
it. It uses an unix-domain socket with long name in /tmp
and it seems to work OK (reads and writes through it show up
in ktrace). I have even found out why the setup starts:
because this clever program calls the setup script. The
only question left is why does it do that ? :-(

I also have no java support installed. From the message it
gave during setup it looked like the java support was optional
but not I start thinking whether could it cause this
infinite setup.

By the way, the exact version I'm trying to install seems
to be 5.17, at least all the libraries have *517* in their
names. Maybe this also makes some difference.

-SB


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: StarOffice 5.1 - infinite setup ?

1999-09-25 Thread Sergey Babkin

Daniel Eischen wrote:
 
  We've got a similar problem.  Instals fine as root, runs
  fine a 'joe', but if anyone else tries to run it they get
  the setup screen!  My hunch is that it's something to do with
  permissions on Sys5 IPC queues or something.  A Ktrace of both
  showed that different things were going on, but I lost the plot
  before working out exactly what.
 
 I wasn't paying attention to the beginning of this thread, so forgive
 me if I'm repeating something already stated...
 
 Are you sure you initially installed StarOffice with the /net option
 (./setup /net)?  There is also a StarOffice setup file that is

No, I did a non-network install. 

 created in the home directory of each person that runs setup (don't
 recall what the name of it is, .soffice?).  You have to be sure
 to delete this file before running setup.

I have checked and the only file was containing the path to
the StarOffice directory. Tried to remove it, nothing has
changed.
 
 Each user then needs to run setup once (without /net) and select
 a workstation install, which just installs a few files in their
 home directory.

Maybe I'll try a net install next time. Thanks!

-SB


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: StarOffice 5.1 - infinite setup ?

1999-09-23 Thread Josef Karthauser

On Wed, Sep 22, 1999 at 08:46:42PM -0500, Kevin Day wrote:
  
  Hi,
  
  I have got a surprising problem with StarOffice 5.1
  for Linux on FreeBSD 4.0-current, the latest snapshot. 
  The CD-ROM installation went fine (after I configured the
  Posix real-time thread support and linked the
  additional libraries to the Linux compatibility
  directory and slightly corrected the startup scripts) 
  but when I start the installed program "soffice"
  it just starts the setup screen again! Tried to
  go through it, select no additional components,
  the setup says that everything is installed and exits.
  I was not able to get anything else from it.
  
  Has anyone met this problem before ? Any ideas
  would be welcome. Thank you!
  
  -SB
  
 

We've got a similar problem.  Instals fine as root, runs
fine a 'joe', but if anyone else tries to run it they get
the setup screen!  My hunch is that it's something to do with
permissions on Sys5 IPC queues or something.  A Ktrace of both
showed that different things were going on, but I lost the plot
before working out exactly what.

Joe
-- 
Josef KarthauserFreeBSD: How many times have you booted today?
Technical Manager   Viagra for your server (http://www.uk.freebsd.org)
Pavilion Internet plc.  [[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: StarOffice 5.1 - infinite setup ?

1999-09-23 Thread Daniel Eischen

 We've got a similar problem.  Instals fine as root, runs
 fine a 'joe', but if anyone else tries to run it they get
 the setup screen!  My hunch is that it's something to do with
 permissions on Sys5 IPC queues or something.  A Ktrace of both
 showed that different things were going on, but I lost the plot
 before working out exactly what.

I wasn't paying attention to the beginning of this thread, so forgive
me if I'm repeating something already stated...

Are you sure you initially installed StarOffice with the /net option 
(./setup /net)?  There is also a StarOffice setup file that is 
created in the home directory of each person that runs setup (don't
recall what the name of it is, .soffice?).  You have to be sure
to delete this file before running setup.

Each user then needs to run setup once (without /net) and select
a workstation install, which just installs a few files in their
home directory.

Dan Eischen
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



StarOffice 5.1 - infinite setup ?

1999-09-22 Thread Sergey Babkin

Hi,

I have got a surprising problem with StarOffice 5.1
for Linux on FreeBSD 4.0-current, the latest snapshot. 
The CD-ROM installation went fine (after I configured the
Posix real-time thread support and linked the
additional libraries to the Linux compatibility
directory and slightly corrected the startup scripts) 
but when I start the installed program "soffice"
it just starts the setup screen again! Tried to
go through it, select no additional components,
the setup says that everything is installed and exits.
I was not able to get anything else from it.

Has anyone met this problem before ? Any ideas
would be welcome. Thank you!

-SB


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: StarOffice 5.1 - infinite setup ?

1999-09-22 Thread Kevin Day

 
 Hi,
 
 I have got a surprising problem with StarOffice 5.1
 for Linux on FreeBSD 4.0-current, the latest snapshot. 
 The CD-ROM installation went fine (after I configured the
 Posix real-time thread support and linked the
 additional libraries to the Linux compatibility
 directory and slightly corrected the startup scripts) 
 but when I start the installed program "soffice"
 it just starts the setup screen again! Tried to
 go through it, select no additional components,
 the setup says that everything is installed and exits.
 I was not able to get anything else from it.
 
 Has anyone met this problem before ? Any ideas
 would be welcome. Thank you!
 
 -SB
 

Try running staroffice as a non-root user.

Kevin


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: StarOffice 5.1 - infinite setup ?

1999-09-22 Thread mrl

From [EMAIL PROTECTED] Thu Sep 23 00:36:13 1999
Return-Path: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 8151 invoked from network); 23 Sep 1999 00:36:12 -
Received: from user2.teleport.com ([EMAIL PROTECTED])
  by smtp8.teleport.com with SMTP; 23 Sep 1999 00:36:12 -
Received: (qmail 23846 invoked by uid 415); 23 Sep 1999 00:36:10 -
Message-ID: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: Re: StarOffice 5.1 - infinite setup ?
To: [EMAIL PROTECTED] (Sergey Babkin)
Date: Wed, 22 Sep 1999 17:36:10 -0700 (PDT)
Cc: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED] from "Sergey Babkin" at Sep 22, 1999 
08:32:54 PM
X-Mailer: ELM [version 2.5 PL0b2]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

This happened to me too, until I did NOT edit libosl517li.so in
Office51/lib as per various people's instructions; so use the
original.

Mostyn

 
 Hi,
 
 I have got a surprising problem with StarOffice 5.1
 for Linux on FreeBSD 4.0-current, the latest snapshot. 
 The CD-ROM installation went fine (after I configured the
 Posix real-time thread support and linked the
 additional libraries to the Linux compatibility
 directory and slightly corrected the startup scripts) 
 but when I start the installed program "soffice"
 it just starts the setup screen again! Tried to
 go through it, select no additional components,
 the setup says that everything is installed and exits.
 I was not able to get anything else from it.
 
 Has anyone met this problem before ? Any ideas
 would be welcome. Thank you!
 
 -SB
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-hackers" in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message