[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OO1.1 fails to start



Attachment: pgpzTGQygOtV0.pgp
Description: PGP signature

On 27 Dec 2003, Stephen Liu<satimis@icare.com.hk> spake:
> Hi folks,

Yo,

> OO1.1 failed to start.

k.

> On KDE desktop
> KStart -> OO 1.1.0 -> OO write
> It started and finally died.
>
> On Konsole window
> $ openoffice
> Starting configuration import into user data ..
> .. importing layer file:///tmp/oooLocale.XXXXzERG8I - succeeded
> Application Errorsh: line 1: crash_report: command not found

[...]

> Kindly advise how to fix it.  TIA

Did you try a strace on OpenOffice ?

For example, here is how to track which files are opened by bzflag:

,----
|  strace -e trace=file /usr/games/bzflag
`----

It will output things like:

,----
| fstat64(5, {st_mode=S_IFREG|0644, st_size=1266, ...}) = 0
| stat64("/home", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
| stat64("/home/zedek", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
| stat64("/home/zedek/.bzf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
| stat64("/home/zedek/.bzf/cache.totoz", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
| open("/home/zedek/.bzf/cache.totoz/BZFS1910Servers.bzs", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
| fstat64(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
| open("/etc/passwd", O_RDONLY)           = 5
`----

Maybe using this trick you will be able to see what is missing ?

Just my .02

zeDek
-- 
GnusFR  (http://www.gnusfr.org)
EmacsFR (http://www.emacsfr.org)

.emacs: Because customisation is fun!

Attachment: pgpQwm7GLaQ7q.pgp
Description: PGP signature


Reply to: