On Thursday 05 March 2015 15:59:19 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
Thanks, Dan!
Lisi