On Thu, Mar 05, 2015 at 10:01:57AM -0700, Jonesy wrote:
On Thu, 5 Mar 2015, Dan Youngquist wrote:
On 03/05/2015 07:27 AM, Lisi Reisz wrote:
On Thursday 05 March 2015 10:04:28 Baron wrote:
Having closed Iceweasel, it still seems to be
running
I have had this problem on and off in various versions over the years.
I do:
# ps ax | grep iceweasel
# <response>
# kill xxxx
Faster/easier:
killall -9 iceweasel
And, you should not need to run as root.
You shouldn't need to run as root at all. You just need to run as the
same user who ran Iceweasel in the first place. That's likely to be you.
Oh, and killing Iceweasel/Firefox is probably overkill. If it actually
is Flash causing the problem, you can just kill the Flash plugin.
ps aux | grep nspluginviewer
if you are using Adobe's Flash plugin. If you are using the third-part
FOSS "gnash" plugin, I think this will work:
ps aux | grep gnash
Once you have the process ID, just kill it as normal:
kill <id>
(Use kill -HUP and kill -9 if necessary).
--
Steve