 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

3rd January 2011, 01:07 AM
|
|
Registered User
|
|
Join Date: Feb 2006
Posts: 284

|
|
|
Firefox, Chrome and Evolution email won't start
Recently Firefox, Chrome and Evolution won't start (Opera does work).
I've tried rebooting and looked for something running with system monitor but don't see anything.
I've been spending some very frustrating time with another hard drive that has windows installed. Maybe something is spilling over.
Any ideas?
---------- Post added at 08:07 PM ---------- Previous post was at 07:13 PM ----------
I also tried to use yum or yumex to remove and reinstall. I get a segmentation fault for anything I try to do with yum and yumex won't start.
|

3rd January 2011, 01:13 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Firefox, Chrome and Evolution email won't start
Quote:
Originally Posted by tmort
Recently Firefox, Chrome and Evolution won't start (Opera does work).
I've tried rebooting and looked for something running with system monitor but don't see anything.
I've been spending some very frustrating time with another hard drive that has windows installed. Maybe something is spilling over.
Any ideas?
---------- Post added at 08:07 PM ---------- Previous post was at 07:13 PM ----------
I also tried to use yum or yumex to remove and reinstall. I get a segmentation fault for anything I try to do with yum and yumex won't start.
|
have you tried running Chrome or firefox or Evolution in Full root by doing
su
password:
firefox and tell us the output
also when you start yum from CLI what is the output of the error you get
Last edited by tox; 3rd January 2011 at 01:19 AM.
|

3rd January 2011, 01:21 AM
|
|
Registered User
|
|
Join Date: Feb 2006
Posts: 284

|
|
|
Re: Firefox, Chrome and Evolution email won't start
[root@localhost ~]# firefox
Gtk-Message: Failed to load module "atk-bridge": libatk-bridge.so: cannot open shared object file: No such file or directory
(firefox:863): Bonobo-WARNING **: Bonobo must be initialized before use
/usr/lib/firefox-3.6/run-mozilla.sh: line 131: 863 Segmentation fault "$prog" ${1+"$@"}
[root@localhost ~]#
[root@localhost ~]# yum update
Segmentation fault
[root@localhost ~]#
|

3rd January 2011, 01:23 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Firefox, Chrome and Evolution email won't start
instead of trying to run yum ,, run yumex in CLI
what Fedora release do you have btw?
also go to Terminal an do this, just a lil guess but im wondering if this file libatk-bridge.so exists where it should be what you can do is do from terminal
locate libatk-bridge.so
Last edited by tox; 3rd January 2011 at 01:28 AM.
|

3rd January 2011, 01:24 AM
|
|
Registered User
|
|
Join Date: Feb 2006
Posts: 284

|
|
|
Re: Firefox, Chrome and Evolution email won't start
[root@localhost ~]# yumex
Gtk-Message: Failed to load module "atk-bridge": libatk-bridge.so: cannot open shared object file: No such file or directory
(yumex.pyc:895): Bonobo-WARNING **: Bonobo must be initialized before use
/usr/bin/yumex: line 5: 895 Segmentation fault /usr/bin/python /usr/share/yumex/yumex.pyc $*
[root@localhost ~]#
|

3rd January 2011, 01:30 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Firefox, Chrome and Evolution email won't start
exactly what i thought.. as i edited my post above, try an locate that file
|

3rd January 2011, 02:01 AM
|
|
Registered User
|
|
Join Date: Feb 2006
Posts: 284

|
|
|
Re: Firefox, Chrome and Evolution email won't start
[root@localhost ~]# locate libatk-bridge.so
/usr/lib/gtk-2.0/modules/at-spi-corba/modules/libatk-bridge.so
[root@localhost ~]#
I'm running Fedora 14 and it is up to date.
I was using chrome and evolution earlier in the day and haven't done anything while running with the hard drive linux is installed on
|

3rd January 2011, 02:14 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Firefox, Chrome and Evolution email won't start
what you need to do is load that Module. somehow it went into " sleep " mode.
what you can do is read through manpages on how to load that Module
man module
however try this before you do anything else
insmod libatk-bridge.so
|

3rd January 2011, 02:16 AM
|
|
Registered User
|
|
Join Date: Feb 2006
Posts: 284

|
|
|
Re: Firefox, Chrome and Evolution email won't start
[root@localhost ~]# insmod libatk-bridge.so
insmod: can't read 'libatk-bridge.so': No such file or directory
[root@localhost ~]#
|

3rd January 2011, 02:20 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Firefox, Chrome and Evolution email won't start
only other thing i can think of doing is. Probing that Module
modprobe mymodule.ko just an example
|

3rd January 2011, 02:30 AM
|
|
Registered User
|
|
Join Date: Feb 2006
Posts: 284

|
|
|
Re: Firefox, Chrome and Evolution email won't start
[root@localhost ~]# modprobe libatk-bridge.so
FATAL: Module libatk_bridge.so not found.
[root@localhost ~]#
I found at-spi-1.32.0-2.fc14.i686.rpm when I searched for libatk-bridge.so
I guess I'll try installing it.
|

3rd January 2011, 02:32 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Firefox, Chrome and Evolution email won't start
goodluck but i would of thought you already had that
|

3rd January 2011, 02:36 AM
|
|
Registered User
|
|
Join Date: Feb 2006
Posts: 284

|
|
|
Re: Firefox, Chrome and Evolution email won't start
the install gets cancelled.
I get a backend didn't exit cleanly error
|

3rd January 2011, 02:39 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Firefox, Chrome and Evolution email won't start
Quote:
Originally Posted by tmort
the install gets cancelled.
I get a backend didn't exit cleanly error
|
how did you try and install it? what if you CD to the directory where you saved it an do a rpm -i install . you might always wanna try the --force command if the first way doesnt install
|

3rd January 2011, 02:42 AM
|
|
Registered User
|
|
Join Date: Feb 2006
Posts: 284

|
|
|
Re: Firefox, Chrome and Evolution email won't start
[root@localhost Download]# rpm -i at-spi-1.32.0-2.fc14.i686.rpm
Segmentation fault
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 06:20 (Sunday, 26-05-2013)
|
|
 |
 |
 |
 |
|
|