can't start firefox

2010-10-31 Thread Tim Dunphy
Whenever I try to launch firefox I get a message saying Firefox is
already running, but is not responding. To open a new window, you must
first close the existing Firefox process, or restart your system.

Then I try doing a ps so that I can find the pid and kill it...

LBSD1# ps -auxwww | grep firefox
LBSD1#


But it does not appear to be running. I've tried rebooting and
reinstalling the port.. nothing works.. HELP!!! :)



-- 
Here's my RSA Public key:
gpg --keyserver pgp.mit.edu --recv-keys 5A4873A9

Share and enjoy!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: can't start firefox

2010-10-31 Thread Polytropon
On Sun, 31 Oct 2010 14:11:22 -0400, Tim Dunphy bluethu...@gmail.com wrote:
 Whenever I try to launch firefox I get a message saying Firefox is
 already running, but is not responding. To open a new window, you must
 first close the existing Firefox process, or restart your system.

Restart the system... very funny... :-)



 Then I try doing a ps so that I can find the pid and kill it...
 
 LBSD1# ps -auxwww | grep firefox
 LBSD1#
 
 
 But it does not appear to be running. I've tried rebooting and
 reinstalling the port.. nothing works.. HELP!!! :)

First check what happens: Try to start Firefox from a terminal
window (e. g. xterm) to see if any messages appear.

In parallel, have another xterm open and the top -s 1 command
running. Firefox should appear on top of the list, and look
something like this:

 PID USERNAMETHR PRI NICE   SIZERES STATETIME   WCPU COMMAND
1496 poly 10 1040 49004K 37000K ucond0:00 151.17% firefox-bin

The Firefox's process name is firefox-bin. If the program doesn't
seem to react anymore, look what state it is in. As you should also
see the PID, try to kill it and see how the top output changes
(in most cases, the process should disappear).



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org