View previous topic :: View next topic |
Author |
Message |
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Wed Dec 08, 2004 10:15 pm Post subject: |
|
|
01arena wrote: |
any suggestion? |
The only thing that I could come up with right now might
be a problem with running OO under gnome as your
user. You could either try to run OO using a different
window manager, or look through your .gnome (or whatever
it is called) directory for any files/directories owned by root
that might conflict with OO starting up properly.
Maybe just check your complete home directory for files
owned by root (there shouldn't be any). This command
should do this
Code: |
find /home/<your user>/ -user root
|
|
|
Back to top |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 11:27 pm Post subject: |
|
|
i found no file owned by root in my home dir!
can find anything in .gnome that helps.
i going to be now but iĺl search for the solution tomorrow.
if youĺl need me to do anything more just ask! |
|
Back to top |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
|
Back to top |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Wed Dec 08, 2004 11:45 pm Post subject: |
|
|
Modify the newsetup.sh script like so. WARNING: This will
produce a lot of output. Just post the last couple of
lines before it segfaults, maybe this will provide us with a
clue
Code: |
#!/bin/sh
export LD_LIBRARY_PATH=/opt/Ximian-OpenOffice/program:$LD_LIBRARY_PATH
strace /opt/Ximian-OpenOffice/program/setup.bin
|
|
|
Back to top |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Thu Dec 09, 2004 2:40 pm Post subject: |
|
|
it says>
Code: |
strace command not found
|
|
|
Back to top |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Thu Dec 09, 2004 5:57 pm Post subject: |
|
|
https://bugs.gentoo.org/show_bug.cgi?id=73714
there is the solution!!!!
man i would have nevere imgained that!!!
changed permission on that card0 device and everything is working now...
is it dangerous to have changed the permissions there?
Cloud |
|
Back to top |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Thu Dec 09, 2004 5:58 pm Post subject: |
|
|
https://bugs.gentoo.org/show_bug.cgi?id=73714
there is the solution!!!!
man i would have nevere imgained that!!!
changed permission on that card0 device and everything is working now...
is it dangerous to have changed the permissions there?
Cloud |
|
Back to top |
|
|
|