Re: OO 2.4.1 package problem

2008-09-19 Thread Mike Clarke
On Thursday 18 September 2008, Ghirai wrote:

 Alright, installed from ports, and it's working as it should.
 And it only took about 4 hours.

Four hours sounds very good. Out of curiosity what hardware was that on? 
When I tried a bit over a year ago it ran for nearly 2 days before 
failing with an error. That was on a low powered system with a Duron 
1600 and only 750 MB memory. Now that I've got a 2.5GHz Athlon X2 4850e 
and 2 GB memory it might be worth another try.

-- 
Mike Clarke
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OO 2.4.1 package problem

2008-09-19 Thread Ghirai
On Fri, 19 Sep 2008 09:33:05 +0100
Mike Clarke [EMAIL PROTECTED] wrote:

 On Thursday 18 September 2008, Ghirai wrote:
 
  Alright, installed from ports, and it's working as it should.
  And it only took about 4 hours.
 
 Four hours sounds very good. Out of curiosity what hardware was that
 on? When I tried a bit over a year ago it ran for nearly 2 days
 before failing with an error. That was on a low powered system with a
 Duron 1600 and only 750 MB memory. Now that I've got a 2.5GHz Athlon
 X2 4850e and 2 GB memory it might be worth another try.
 
 -- 
 Mike Clarke


I'm running an Intel C2D E6550 at 2.33GHz, but i overclocked it to
3.1GHz, and 2GB of RAM.

I had all the dependencies already in place from the package install
attempt (including Diablo JDK and SDK, which i installed from packages
btw), so 4 hours was just the OO port itself.

-- 
Regards,
Ghirai.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OO 2.4.1 package problem

2008-09-18 Thread Ghirai
On Wed, 17 Sep 2008 19:07:29 -0400
Vinny [EMAIL PROTECTED] wrote:

 Hi Ghirai,
 
  
  I installed OOo_2.4.1_FreeBSD70Intel_install_en-US.tbz, along with the 
  required deps,
  as well as diablo-jre-freebsd7.i386.1.6.0.07.02.tbz.
  
  Now i'm getting this error:
  
  [EMAIL PROTECTED] /usr/home/ghirai]$ openoffice.org-2.4.1
  javaldx: Could not find a Java Runtime Environment! 
  The application cannot be started. 
  The component manager is not available.
  Segmentation fault (core dumped)
  
 
 I ran into this error using the package you mention.  It turned
 out to be a problem with javaldx not recognizing the FreeBSD
 Foundation as a provider of a Java run-time.  I had to fix it
 by updating my ports tree and building OOo from source.
 Hopefully, this is possible on your system.
 
 I read about it in the openoffice at freebsd mailing list.
 The new source has the javaldx fix.
 
 Vinny
 

Thanks for the info.

I guess i'll be compiling from source after all; was hoping to save myself the 
many hours :)

-- 
Regards,
Ghirai.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OO 2.4.1 package problem

2008-09-18 Thread Ghirai
On Thu, 18 Sep 2008 12:17:24 +0300
Ghirai [EMAIL PROTECTED] wrote:

 On Wed, 17 Sep 2008 19:07:29 -0400
 Vinny [EMAIL PROTECTED] wrote:
 
  Hi Ghirai,
  
   
   I installed OOo_2.4.1_FreeBSD70Intel_install_en-US.tbz, along
   with the required deps, as well as
   diablo-jre-freebsd7.i386.1.6.0.07.02.tbz.
   
   Now i'm getting this error:
   
   [EMAIL PROTECTED] /usr/home/ghirai]$ openoffice.org-2.4.1
   javaldx: Could not find a Java Runtime Environment! 
   The application cannot be started. 
   The component manager is not available.
   Segmentation fault (core dumped)
   
  
  I ran into this error using the package you mention.  It turned
  out to be a problem with javaldx not recognizing the FreeBSD
  Foundation as a provider of a Java run-time.  I had to fix it
  by updating my ports tree and building OOo from source.
  Hopefully, this is possible on your system.
  
  I read about it in the openoffice at freebsd mailing list.
  The new source has the javaldx fix.
  
  Vinny
  
 
 Thanks for the info.
 
 I guess i'll be compiling from source after all; was hoping to save
 myself the many hours :)
 

Alright, installed from ports, and it's working as it should.
And it only took about 4 hours.

-- 
Regards,
Ghirai.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OO 2.4.1 package problem

2008-09-18 Thread Vinny

Ghirai wrote:


Alright, installed from ports, and it's working as it should.
And it only took about 4 hours.



I'm glad to hear that the port worked for you.  Four hours
is pretty good, I remember my old system took 11 hours, once.

Vinny
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OO 2.4.1 package problem

2008-09-17 Thread Todor Genov
Hi Ghirai,

 Is your home directory on an NFS partition by any chance? I ran into
similar issues on my diskless environment and resolved it by adding the
following to the NFS server and clients' rc.conf files:

rpc_lockd_enable=yes
rpc_statd_enable=yes
rpcbind_enable=yes

Also my /usr/local/openoffice.org-2.4.1/program/soffice file has the
following lines changed/uncommented:

#
STAR_PROFILE_LOCKING_DISABLED=1
export STAR_PROFILE_LOCKING_DISABLED
#

# file locking now enabled by default
#SAL_ENABLE_FILE_LOCKING=1
#export SAL_ENABLE_FILE_LOCKING


Regards,

Todor Genov
Systems Operations

Verizon Business South Africa (Pty) Ltd

Tel: +27 11 235 6500
Fax: 086 692 0543



Ghirai wrote:
 Hello list,
 
 I installed OOo_2.4.1_FreeBSD70Intel_install_en-US.tbz, along with the 
 required deps,
 as well as diablo-jre-freebsd7.i386.1.6.0.07.02.tbz.
 
 Now i'm getting this error:
 
 [EMAIL PROTECTED] /usr/home/ghirai]$ openoffice.org-2.4.1
 javaldx: Could not find a Java Runtime Environment! 
 The application cannot be started. 
 The component manager is not available.
 Segmentation fault (core dumped)
 
 
 Any ideas?
 Thanks.
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OO 2.4.1 package problem

2008-09-17 Thread Ghirai
On Wed, 17 Sep 2008 19:28:29 +0200
Todor Genov [EMAIL PROTECTED] wrote:

 Hi Ghirai,
 
  Is your home directory on an NFS partition by any chance? I ran into
 similar issues on my diskless environment and resolved it by adding the
 following to the NFS server and clients' rc.conf files:
 
 rpc_lockd_enable=yes
 rpc_statd_enable=yes
 rpcbind_enable=yes
 
 Also my /usr/local/openoffice.org-2.4.1/program/soffice file has the
 following lines changed/uncommented:
 
 #
 STAR_PROFILE_LOCKING_DISABLED=1
 export STAR_PROFILE_LOCKING_DISABLED
 #
 
 # file locking now enabled by default
 #SAL_ENABLE_FILE_LOCKING=1
 #export SAL_ENABLE_FILE_LOCKING
 
 
 Ghirai wrote:
  Hello list,
  
  I installed OOo_2.4.1_FreeBSD70Intel_install_en-US.tbz, along with the 
  required deps,
  as well as diablo-jre-freebsd7.i386.1.6.0.07.02.tbz.
  
  Now i'm getting this error:
  
  [EMAIL PROTECTED] /usr/home/ghirai]$ openoffice.org-2.4.1
  javaldx: Could not find a Java Runtime Environment! 
  The application cannot be started. 
  The component manager is not available.
  Segmentation fault (core dumped)
  
  
  Any ideas?
  Thanks.
  

No, i'm not running off NFS.

I tried your suggestion, but i'm getting the same error.
Also i have no clue why it says it hasn't found java, because it is installed 
and it works...

-- 
Regards,
Ghirai.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OO 2.4.1 package problem

2008-09-17 Thread Vinny

Hi Ghirai,



I installed OOo_2.4.1_FreeBSD70Intel_install_en-US.tbz, along with the required 
deps,
as well as diablo-jre-freebsd7.i386.1.6.0.07.02.tbz.

Now i'm getting this error:

[EMAIL PROTECTED] /usr/home/ghirai]$ openoffice.org-2.4.1
javaldx: Could not find a Java Runtime Environment! 
The application cannot be started. 
The component manager is not available.

Segmentation fault (core dumped)



I ran into this error using the package you mention.  It turned
out to be a problem with javaldx not recognizing the FreeBSD
Foundation as a provider of a Java run-time.  I had to fix it
by updating my ports tree and building OOo from source.
Hopefully, this is possible on your system.

I read about it in the openoffice at freebsd mailing list.
The new source has the javaldx fix.

Vinny


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]