Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 3rd January 2011, 01:07 AM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
linuxopera
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.
Reply With Quote
  #2  
Old 3rd January 2011, 01:13 AM
tox
Guest
 
Posts: n/a
windows_7firefox
Re: Firefox, Chrome and Evolution email won't start

Quote:
Originally Posted by tmort View Post
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.
Reply With Quote
  #3  
Old 3rd January 2011, 01:21 AM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
linuxopera
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 ~]#
Reply With Quote
  #4  
Old 3rd January 2011, 01:23 AM
tox
Guest
 
Posts: n/a
windows_7firefox
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.
Reply With Quote
  #5  
Old 3rd January 2011, 01:24 AM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
linuxopera
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 ~]#
Reply With Quote
  #6  
Old 3rd January 2011, 01:30 AM
tox
Guest
 
Posts: n/a
windows_7firefox
Re: Firefox, Chrome and Evolution email won't start

exactly what i thought.. as i edited my post above, try an locate that file
Reply With Quote
  #7  
Old 3rd January 2011, 02:01 AM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
linuxopera
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
Reply With Quote
  #8  
Old 3rd January 2011, 02:14 AM
tox
Guest
 
Posts: n/a
windows_7firefox
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
Reply With Quote
  #9  
Old 3rd January 2011, 02:16 AM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
linuxopera
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 ~]#
Reply With Quote
  #10  
Old 3rd January 2011, 02:20 AM
tox
Guest
 
Posts: n/a
windows_7firefox
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
Reply With Quote
  #11  
Old 3rd January 2011, 02:30 AM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
linuxopera
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.
Reply With Quote
  #12  
Old 3rd January 2011, 02:32 AM
tox
Guest
 
Posts: n/a
windows_7firefox
Re: Firefox, Chrome and Evolution email won't start

goodluck but i would of thought you already had that
Reply With Quote
  #13  
Old 3rd January 2011, 02:36 AM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
linuxopera
Re: Firefox, Chrome and Evolution email won't start

the install gets cancelled.

I get a backend didn't exit cleanly error
Reply With Quote
  #14  
Old 3rd January 2011, 02:39 AM
tox
Guest
 
Posts: n/a
windows_7firefox
Re: Firefox, Chrome and Evolution email won't start

Quote:
Originally Posted by tmort View Post
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
Reply With Quote
  #15  
Old 3rd January 2011, 02:42 AM
tmort Offline
Registered User
 
Join Date: Feb 2006
Posts: 284
linuxopera
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
Reply With Quote
Reply

Tags
chrome, email, evolution, firefox, start

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Neither Chrome nor Chromium will start in F13 vtpoet Using Fedora 9 28th September 2010 12:54 PM
Evolution email links will not open firefox in fedora 12 (KDE) vk4tux Using Fedora 5 9th April 2010 02:55 PM
google-chrome won't start after update jhnhgs75 Using Fedora 3 10th September 2009 10:04 AM
firefox chrome/content AstralAbraxas Using Fedora 3 11th June 2009 03:02 AM
Evolution Email when Connecting to email server through dialup tmort Using Fedora 0 12th February 2007 11:30 PM


Current GMT-time: 06:20 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat