LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 12-22-2005, 02:05 AM   #1
jmr0311
Member
 
Registered: Jul 2004
Location: Texas
Distribution: Mandriva 2006
Posts: 97

Rep: Reputation: 15
Help needed with Firefox?


When I execute Firefox is giving this message;
Quote:
Firefox is already running but not responding. To open a new window you must close the existing Firefox process, or restart your system.
I checked in KSysGuard for a Firefox process running but there is none. So I don't know where this process is running or how to even find it so I can kill it.

Jose
 
Old 12-22-2005, 08:33 AM   #2
Hosiah
Member
 
Registered: Sep 2004
Location: Des Moines, Iowa
Distribution: Slackware, Mandriva, Debian derivatives, +BSD/ Solaris/ Minix/ plan9/ GNU/HURD...
Posts: 185

Rep: Reputation: 31
Wow, and I thought *I* had problems running Firefox in Mandriva! Just for the record, I have Mandriva 10.1 and got Firefox 1.0.7 running alright. That's here:http://ftp.mozilla.org/pub/mozilla.o...ux-i686/en-US/
The thread with my woes is here: http://www.linuxquestions.org/questi...d.php?t=394822

And for your problems: Try using a terminal or console and typing "ps -aux" to print running processes. It shows up on mine as both "firefox" and "firefox-bin".
However, I get the distinct impression that Firefox is in fact not running, but this is a carryover from Mozilla (Firefox allows multiple instances, but Mozilla balks and demands you use a different profile if you try to start more than two instances of it). That's all *I* know, anybody else?
 
Old 12-22-2005, 09:47 AM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Open a console and type in top. This will give a list of all running processes. Look for Firefox and take a not of the PID number (should be in the far left column).

Then type in kill pid <pid number> - Firefox should no longer be running. Check it with top again.

This should all be done as the user.
 
Old 12-22-2005, 10:58 AM   #4
jmr0311
Member
 
Registered: Jul 2004
Location: Texas
Distribution: Mandriva 2006
Posts: 97

Original Poster
Rep: Reputation: 15
I did the instruction "top", like you recommend Xavierp and a list of processes appears in console. I observe for a while, looking for Firefox or at least something close to that but I couldn't find anything. So, apparently this is telling me that there is not a Firefox process running.

Jose
 
Old 12-22-2005, 12:14 PM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If you run "ps -aux | grep -i firefox", you will get a list of all processes related to firefox. Kill each one using the kill command e.g. "kill 5919". 5919 in this instance is the job number.
 
Old 12-22-2005, 01:32 PM   #6
jmr0311
Member
 
Registered: Jul 2004
Location: Texas
Distribution: Mandriva 2006
Posts: 97

Original Poster
Rep: Reputation: 15
This is the message I get when I type that command in konsole;

Quote:
[javi@HOME-DESKTOP ~]$ ps -aux | grep -i firefox
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
Jose
 
Old 12-22-2005, 02:55 PM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by jmr0311
This is the message I get when I type that command in konsole;



Jose
I get that as well, but it still lists the firefox processes.
 
Old 12-22-2005, 03:20 PM   #8
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 863

Rep: Reputation: 45
If you start here:

http://kb.mozillazine.org/Browser_will_not_start_up

you may get to a solution.
 
Old 12-22-2005, 03:45 PM   #9
jmr0311
Member
 
Registered: Jul 2004
Location: Texas
Distribution: Mandriva 2006
Posts: 97

Original Poster
Rep: Reputation: 15
reddazz,
for me it doesn't list any process just the error message.

devcefai,
Thank you for the link. I'm going to check it out as soon as I get a chance.


Update:

That link you posted devcefai definitely provide me with the answers I was looking for. Originally when the problem with firefox began, the little profile manager windows was showing prompting me to select or create a new profile. I selected a few times to create a new profile but always was giving me an error that "permission was denied" to access ~/.firefox
directory. Perhaps because I was log in as root when I created it. Reading through those pages I found that you can execute "Profile Manager" from console and even better, you can have root rights and still execute profile manager. This is what I did to create a new profile and everything start it working correctly. Thank you

Last edited by jmr0311; 12-22-2005 at 04:19 PM.
 
Old 12-22-2005, 04:36 PM   #10
jmr0311
Member
 
Registered: Jul 2004
Location: Texas
Distribution: Mandriva 2006
Posts: 97

Original Poster
Rep: Reputation: 15
How can I change the firefox instance that I install in my machine from,
Quote:
/root/.mozilla/firefox/
To the regular user rights

Quote:
/home/username/.mozilla/firefox
because I screwed by installing the software while I was log in as root.

Jose

Last edited by jmr0311; 12-22-2005 at 04:37 PM.
 
Old 12-22-2005, 06:37 PM   #11
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Code:
#cp -R /root/.mozilla/firefox /home/user/.mozilla/.
#chown -R user.group /home/user/.mozilla/firefox
 
Old 12-23-2005, 01:23 AM   #12
jmr0311
Member
 
Registered: Jul 2004
Location: Texas
Distribution: Mandriva 2006
Posts: 97

Original Poster
Rep: Reputation: 15
I just wanted to say THANK YOU to all of you guys that help with my problem. Everything is working the way it was intended at the beginning.

Jose
 
  


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
Linux Firefox Slower than Windows Firefox on same machine gherikill Linux - Software 17 02-21-2008 12:06 AM
Firefox linux & FireFox windows observation shotokan General 66 12-16-2005 07:17 AM
help needed with firefox id1davewp Linux - Software 3 01-18-2005 11:24 AM
Symlinking Firefox Extensions from Windows to Firefox? apachedude Linux - Software 11 11-26-2004 05:00 AM
Firefox died (Fedora Core 1, firefox latest) Brakki Fedora 1 03-05-2004 11:25 AM

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

All times are GMT -5. The time now is 05:28 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