LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 09-24-2009, 05:09 PM   #1
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527
Blog Entries: 1

Rep: Reputation: 35
Upgraded to Ubuntu 9.04 and executing firefox freezes system


Executing Firfox for the Top Bar Freezes the PC no mouse movement no keyboard response and Putty/ssh times out.
Requires a thump on the Reset switch to reboot and get going.

btw exeuting Firefox from the Applications menu does not present the same problem.
Any thoughts or experience to share will be appreciated
 
Old 09-30-2009, 04:38 PM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
How and which firefox is executed in the two cases ?
Look at the properties.
 
Old 10-02-2009, 01:42 PM   #3
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
Now I am unable to get Firefox to run from the top panel, the Internet menu or from a terminal session.

It loads firefox but when I move the mouse over on to the firefox window it freezes up. When it freezes, the keyboard locks with the Num Lock light on. Vista machine logged in via SSH/Putty losed connection. The Power button on the front of the PC is inoperative. The only thing left functioning is the Reset button

Did locate firefox and I see that it is firefox-3.0

thanks for your help
 
Old 10-02-2009, 01:45 PM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You could try to reinstall firefox, or update to the latest version.
If you run from terminal, what is the output at the moment of the freeze ?
 
Old 10-02-2009, 02:59 PM   #5
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
Run from Terminal, FF brings up its screen and a small window asking whether to bring up a new screen or try to recover the oldI can click the NEW button and the pointer jumps to the firefox screen and freezes.
I marked all the firefox modules for reinstall in Synaptics and that seemed to work OK but results are the same.
 
Old 10-02-2009, 03:18 PM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
What is the output in the terminal, any errors ?
 
Old 10-02-2009, 03:30 PM   #7
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
Don't know. Firefox covers the Terminal and when it freezes the errors are lost at the reboot.
 
Old 10-02-2009, 03:34 PM   #8
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
This isn't a particularly satisfying fix, but when all hell breaks loose with firefox, I generally start with a clean slate.

First, close firefox. Next:
Code:
mv ~/.mozilla ~/.mozilla.BAD
Now launch it again and see if the issue is resolved.

If not, just perform the reverse of what you did above, and continue down the path you were on.

If so, note that all your plugins, bookmarks, etc. are now in ~/.mozilla.BAD. It may take some effort and patience to locate everything and get it moved.
 
Old 10-02-2009, 03:35 PM   #9
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
By the way, if you want to capture terminal output, next time do:
Code:
firefox > ~/my-ff-output 2>&1
Even if the screen freezes, you can later view "my-ff-output" for clues.
 
Old 10-02-2009, 04:11 PM   #10
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
Thanks for the trick. That brought firefox up in a smaller screen which allowed me to see the error in the Terminal,
So, I moved mozilla to mozilla.bad
Opened terminal
executed FF which came up with a GnomeUI error on the terminal window
Firefox open to the upper left of the screen and on top of it was a window with an error and then another window asking to restore tabs or open new window?
Clicked on open new window and on the small firefox screen there was an error which read in part Error occurred whil loading a service or config info.
On the Terminal screen there was an error that said in part Gnome UI erroWhile Connecting to Session Manager,none of the authentication protocolsspecified are supported.
 
Old 10-02-2009, 04:15 PM   #11
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
Moving mozilla to moailla.bad allowed me to see the error on the terminal screen which was GnomeUI While connecting to session managernone of the authentication protocols specified are supported
 
Old 10-02-2009, 10:30 PM   #12
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
Just started trying other apps and games. Only one that freezes the systemis firefox so far. Did find this web browser called Epiphany that seems to work. Using it now to make this post.
 
Old 10-03-2009, 08:41 AM   #13
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
Never mind. dumb question deleted

Last edited by john test; 10-03-2009 at 08:48 AM.
 
Old 10-03-2009, 10:40 AM   #14
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You could try opera, or compile firefox from source
 
Old 10-03-2009, 12:00 PM   #15
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
Thanks for the idea. Is compiling Firefox something that can be done without having gone to school on Linux internals?
Just seems strange for something that did work to fail after two upgrades when people all over the world are having no problem at all.
How would I go about compiling Firefox?
How would I obtain the source?
Would it be simpler just to roll back to a working version of either Firefox or Ubuntu?

Thanks for your advice and assistance
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Using DVD drive after install freezes system on SUSE and UBUNTU myriad007 Linux - Hardware 1 10-12-2008 12:05 PM
Xorg freezes computer when nvidia driver is used (after MB upgraded) mvidberg Linux - Hardware 9 08-01-2008 09:36 AM
Firefox binary not executing? Crotalid Linux - Software 7 01-22-2006 09:34 PM
The system "freezes"a few seconds after boot (Ubuntu 5.04 LiveCD) LinuxSeeker Ubuntu 5 12-07-2005 01:56 PM
running/executing firefox CouchMaster SUSE / openSUSE 21 03-07-2005 05:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 06:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration